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

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

package eu.ginere.base.util.dao;

/**
 * @author ventura
 *
 * This is for objects that can be identified by one uniq ID
 */
public interface KeyAutoincrementDTO extends KeyDTO{
	
	/**
	 * @return the id
	 */
	public void setId(String id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy