Class FormResourceEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity
com.flowable.form.engine.impl.persistence.entity.FormResourceEntityImpl
- All Implemented Interfaces:
FormResourceEntity
,Serializable
,Entity
public class FormResourceEntityImpl
extends AbstractFormEngineNoRevisionEntity
implements FormResourceEntity, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.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
-
Field Details
-
name
-
bytes
protected byte[] bytes -
deploymentId
-
-
Constructor Details
-
FormResourceEntityImpl
public FormResourceEntityImpl()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceFormResourceEntity
-
setName
- Specified by:
setName
in interfaceFormResourceEntity
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceFormResourceEntity
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytes
in interfaceFormResourceEntity
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceFormResourceEntity
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceFormResourceEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
- Specified by:
getPersistentState
in interfaceFormResourceEntity
-
toString
-