Class AbstractEntity
java.lang.Object
fr.tiogars.architecture.create.entities.AbstractEntity
Base class for entities with an ID field.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AbstractEntitypublic AbstractEntity()Constructor for AbstractEntity.
 
- 
- 
Method Details- 
setIdSets the unique identifier for the entity.- Parameters:
- id- the unique identifier to set
 
- 
getIdReturns the unique identifier of the entity.- Returns:
- the unique identifier
 
 
-