io.bitexpress.topia.commons.data.model.IdObject Maven / Gradle / Ivy
package io.bitexpress.topia.commons.data.model;
import java.io.Serializable;
public interface IdObject {
/**
* Returns the id of the entity.
*
* @return the id
*/
ID getId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy