All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wadpam.open.mvc.LongEntity Maven / Gradle / Ivy

The newest version!
package com.wadpam.open.mvc;

/**
 *
 * @author sosandstrom
 */
public interface LongEntity {
    Long getLongId();
    void setLongId(Long id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy