Interface Entity
-
- All Superinterfaces:
DtObject
,Serializable
- All Known Subinterfaces:
DtMasterData
,DtStaticMasterData
,KeyConcept
public interface Entity extends DtObject
An entity placed in a domain model. An entity has an identity and a lifecycle. An entity should be persistent.- Author:
- pchretien
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UID
getUID()
-
-
-
Method Detail
-
getUID
UID getUID()
- Returns:
- UID of this entity
-
-