Class DmnResourceEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.dmn.engine.impl.persistence.entity.AbstractDmnEngineNoRevisionEntity
org.flowable.dmn.engine.impl.persistence.entity.DmnResourceEntityImpl
- All Implemented Interfaces:
Serializable, EngineResource, Entity, DmnResourceEntity
public class DmnResourceEntityImpl
extends AbstractDmnEngineNoRevisionEntity
implements DmnResourceEntity, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected Stringprotected booleanprotected StringFields inherited from class AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()getName()Returns a representation of the object, as would be stored in the database.booleanvoidsetBytes(byte[] bytes) voidsetDeploymentId(String deploymentId) voidsetGenerated(boolean generated) voidtoString()Methods inherited from class AbstractDmnEngineNoRevisionEntity
getIdPrefixMethods inherited from class AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
name
-
bytes
protected byte[] bytes -
deploymentId
-
generated
protected boolean generated
-
-
Constructor Details
-
DmnResourceEntityImpl
public DmnResourceEntityImpl()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceEngineResource
-
setName
- Specified by:
setNamein interfaceEngineResource
-
getBytes
public byte[] getBytes()- Specified by:
getBytesin interfaceEngineResource
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytesin interfaceEngineResource
-
getDeploymentId
- Specified by:
getDeploymentIdin interfaceEngineResource
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceEngineResource
-
getPersistentState
Description copied from interface:EntityReturns 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:
getPersistentStatein interfaceDmnResourceEntity- Specified by:
getPersistentStatein interfaceEntity
-
isGenerated
public boolean isGenerated()- Specified by:
isGeneratedin interfaceEngineResource
-
setGenerated
public void setGenerated(boolean generated) - Specified by:
setGeneratedin interfaceDmnResourceEntity
-
toString
-