Class FormResourceEntityImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
-
- org.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity
-
- org.flowable.form.engine.impl.persistence.entity.FormResourceEntityImpl
-
- All Implemented Interfaces:
Serializable,Entity,FormResourceEntity
public class FormResourceEntityImpl extends AbstractFormEngineNoRevisionEntity implements FormResourceEntity, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]bytesprotected StringdeploymentIdprotected Stringname-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
-
Constructor Summary
Constructors Constructor Description FormResourceEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()StringgetDeploymentId()StringgetName()ObjectgetPersistentState()voidsetBytes(byte[] bytes)voidsetDeploymentId(String deploymentId)voidsetName(String name)StringtoString()-
Methods inherited from class org.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity
getIdPrefix
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, 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
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceFormResourceEntity
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceFormResourceEntity
-
getBytes
public byte[] getBytes()
- Specified by:
getBytesin interfaceFormResourceEntity
-
setBytes
public void setBytes(byte[] bytes)
- Specified by:
setBytesin interfaceFormResourceEntity
-
getDeploymentId
public String getDeploymentId()
- Specified by:
getDeploymentIdin interfaceFormResourceEntity
-
setDeploymentId
public void setDeploymentId(String deploymentId)
- Specified by:
setDeploymentIdin interfaceFormResourceEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity- Specified by:
getPersistentStatein interfaceFormResourceEntity
-
-