
eu.ginere.base.util.dao.KeyDTO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ginere-base Show documentation
Show all versions of ginere-base Show documentation
Base utilities for java projects
package eu.ginere.base.util.dao;
/**
* @author ventura
*
* This is for objects that can be identified by one uniq ID
*/
public interface KeyDTO {
/**
* @return the id
*/
public String getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy