ca.gc.aafc.dina.entity.IdentifiableByName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dina-base-api Show documentation
Show all versions of dina-base-api Show documentation
Base DINA API package for Java built on SpringBoot and Crnk
package ca.gc.aafc.dina.entity;
/**
* Indicates that an entity is identifiable by name.
* Uniqueness of the name is decided by the implementation.
*/
public interface IdentifiableByName {
String getName();
void setName(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy