Interface TokenEntity
- All Superinterfaces:
Entity, HasRevision, Serializable, Token
- All Known Implementing Classes:
TokenEntityImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionReturns a representation of the object, as would be stored in the database.voidMethods inherited from interface Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface Token
getId, getIpAddress, getTokenData, getTokenDate, getTokenValue, getUserAgent, getUserId, setIpAddress, setTokenData, setTokenDate, setTokenValue, setUserAgent, setUserId
-
Method Details
-
setId
-
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
-