Class IdmPropertyEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
com.flowable.idm.engine.impl.persistence.entity.IdmPropertyEntityImpl
All Implemented Interfaces:
IdmProperty, IdmPropertyEntity, Serializable, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity

public class IdmPropertyEntityImpl extends AbstractIdmEngineEntity implements IdmPropertyEntity, Serializable
Author:
Tijs Rademakers, Joram Barrez
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected String
     

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

    id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
    void
     
    void
     
    void
     
     

    Methods inherited from class com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity

    getIdPrefix

    Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

    getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setRevision, setUpdated

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

    getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated

    Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision

    getRevision, getRevisionNext, setRevision
  • Field Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • IdmPropertyEntityImpl

      public IdmPropertyEntityImpl()
  • Method Details

    • getName

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

      public void setName(String name)
      Specified by:
      setName in interface IdmPropertyEntity
    • getValue

      public String getValue()
      Specified by:
      getValue in interface IdmProperty
    • setValue

      public void setValue(String value)
      Specified by:
      setValue in interface IdmPropertyEntity
    • getId

      public String getId()
      Specified by:
      getId in interface org.flowable.common.engine.impl.persistence.entity.Entity
      Specified by:
      getId in interface IdmProperty
      Overrides:
      getId in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
    • getPersistentState

      public Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
      Specified by:
      getPersistentState in interface IdmPropertyEntity
    • setId

      public void setId(String id)
      Specified by:
      setId in interface org.flowable.common.engine.impl.persistence.entity.Entity
      Overrides:
      setId in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
    • toString

      public String toString()
      Overrides:
      toString in class Object