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
,HasRevision
,Entity
public class IdmPropertyEntityImpl extends AbstractIdmEngineEntity implements IdmPropertyEntity, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
name
protected String
value
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description IdmPropertyEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getName()
Object
getPersistentState()
String
getValue()
void
setId(String id)
void
setName(String name)
void
setValue(String value)
String
toString()
-
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
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceIdmProperty
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceIdmPropertyEntity
-
getValue
public String getValue()
- Specified by:
getValue
in interfaceIdmProperty
-
setValue
public void setValue(String value)
- Specified by:
setValue
in interfaceIdmPropertyEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceEntity
- Specified by:
getId
in interfaceIdmProperty
- Overrides:
getId
in classAbstractEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentState
in interfaceEntity
- Specified by:
getPersistentState
in interfaceIdmPropertyEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceEntity
- Overrides:
setId
in classAbstractEntity
-
-