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

ca.gc.aafc.dina.entity.IdentifiableByName Maven / Gradle / Ivy

The newest version!
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