com.github.napp.database.IEntity Maven / Gradle / Ivy
/**
*
*/
package com.github.napp.database;
/**
* @author Alexandru Bledea
* @since Sep 21, 2013
*/
public interface IEntity {
/**
* @return
*/
int getId();
/**
* @param id
*/
void setId(int id);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy