Interface ResourceEntity
- All Superinterfaces:
EngineResource, Entity
- All Known Implementing Classes:
ResourceEntityImpl
- Author:
- Tom Baeyens
-
Method Summary
Modifier and TypeMethodDescriptionReturns a representation of the object, as would be stored in the database.voidsetGenerated(boolean generated) Methods inherited from interface EngineResource
getBytes, getDeploymentId, getName, isGenerated, setBytes, setDeploymentId, setNameMethods inherited from interface Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
getPersistentState
Object getPersistentState()Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity
-
setGenerated
void setGenerated(boolean generated)
-