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

eu.ginere.base.util.dao.KeyDTO Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
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