Package de.xima.fc.interfaces.dao
Interface IEntityMeta
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IFormRecordMeta
- All Known Implementing Classes:
ProcessProtocolParams
public interface IEntityMeta extends Serializable
Common interface for entity metadata.- Since:
- 8.0.2
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getEntityId()
-
-
-
Method Detail
-
getEntityId
Long getEntityId()
- Returns:
- the ID of the entity.
-
-