Package ch.autumo.commons.generic
Interface Entity
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CustomIdentityEntity
,Model
Marker interface for all entities.
-
Method Summary
-
Method Details
-
getId
int getId()Get id.- Returns:
- id
-
setId
void setId(int id) Set id.- Parameters:
id
- id
-