Class PlatformResourceEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineNoRevisionEntity
com.flowable.platform.engine.impl.persistence.entity.PlatformResourceEntityImpl
- All Implemented Interfaces:
PlatformResourceEntity,Serializable,EngineResource,Entity
public class PlatformResourceEntityImpl
extends AbstractPlatformEngineNoRevisionEntity
implements PlatformResourceEntity, Serializable
- Author:
- Yvo Swillens
- 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.platform.engine.impl.persistence.entity.AbstractPlatformEngineNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-
PlatformResourceEntityImpl
public PlatformResourceEntityImpl()
-
-
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
-
isGenerated
public boolean isGenerated()- Specified by:
isGeneratedin interfaceEngineResource
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
toString
-