Interface TokenEntity

All Superinterfaces:
Entity, HasRevision, Serializable, Token
All Known Implementing Classes:
TokenEntityImpl

public interface TokenEntity extends Token, Entity, HasRevision
Author:
Tijs Rademakers
  • Method Details

    • setId

      void setId(String id)
      Specified by:
      setId in interface Entity
    • getPersistentState

      Object getPersistentState()
      Description copied from interface: Entity
      Returns 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:
      getPersistentState in interface Entity