Class PrivilegeEntityImpl

All Implemented Interfaces:
Serializable, HasRevision, Entity, Privilege, PrivilegeEntity

public class PrivilegeEntityImpl extends AbstractIdmEngineEntity implements PrivilegeEntity
See Also:
  • Field Details

    • name

      protected String name
  • Constructor Details

    • PrivilegeEntityImpl

      public PrivilegeEntityImpl()
  • Method Details

    • getPersistentState

      public 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
    • getName

      public String getName()
      Specified by:
      getName in interface Privilege
    • setName

      public void setName(String name)
      Specified by:
      setName in interface PrivilegeEntity