Package com.identity4j.util.i18n
Interface Entity
-
- All Superinterfaces:
Identifiable<String>
- All Known Subinterfaces:
IconifiableEntity,LocalizableEntity
- All Known Implementing Classes:
DefaultLocalizableEntity,LocalizableRuntimeException
public interface Entity extends Identifiable<String>
Interface represent the concept of an Entity. An entity is any object that may be rendered by some UI component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Get the unique identifier for this entity.
-
-
-
Method Detail
-
getId
String getId()
Get the unique identifier for this entity. The Entity ID need only be unique in the context it is going to be used in.- Specified by:
getIdin interfaceIdentifiable<String>- Returns:
- entity ID
-
-