Class IdentityInfoEntity

java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
All Implemented Interfaces:
Serializable, DbEntity, HasDbRevision, Account

public class IdentityInfoEntity extends Object implements DbEntity, HasDbRevision, Account, Serializable
Author:
Tom Baeyens
See Also:
  • Field Details

  • Constructor Details

    • IdentityInfoEntity

      public IdentityInfoEntity()
  • Method Details

    • getPersistentState

      public Object getPersistentState()
      Description copied from interface: DbEntity
      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 DbEntity
    • getRevisionNext

      public int getRevisionNext()
      Specified by:
      getRevisionNext in interface HasDbRevision
    • getId

      public String getId()
      Specified by:
      getId in interface DbEntity
    • setId

      public void setId(String id)
      Specified by:
      setId in interface DbEntity
    • getRevision

      public int getRevision()
      Specified by:
      getRevision in interface HasDbRevision
    • setRevision

      public void setRevision(int revision)
      Specified by:
      setRevision in interface HasDbRevision
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getPasswordBytes

      public byte[] getPasswordBytes()
    • setPasswordBytes

      public void setPasswordBytes(byte[] passwordBytes)
    • getPassword

      public String getPassword()
      Specified by:
      getPassword in interface Account
    • setPassword

      public void setPassword(String password)
    • getName

      public String getName()
      Specified by:
      getName in interface Account
    • getUsername

      public String getUsername()
      Specified by:
      getUsername in interface Account
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getDetails

      public Map<String,String> getDetails()
      Specified by:
      getDetails in interface Account
    • setDetails

      public void setDetails(Map<String,String> details)
    • toString

      public String toString()
      Overrides:
      toString in class Object