Class ByteArrayEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- All Implemented Interfaces:
Serializable
,HasRevision
,ByteArrayEntity
,Entity
- Author:
- Tom Baeyens, Marcus Klimstra (CGI), Joram Barrez
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, 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
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
name
-
bytes
protected byte[] bytes -
deploymentId
-
-
Constructor Details
-
ByteArrayEntityImpl
public ByteArrayEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceByteArrayEntity
-
getPersistentState
Description copied from interface:Entity
Returns 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:
getPersistentState
in interfaceEntity
-
getName
- Specified by:
getName
in interfaceByteArrayEntity
-
setName
- Specified by:
setName
in interfaceByteArrayEntity
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceByteArrayEntity
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceByteArrayEntity
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytes
in interfaceByteArrayEntity
-
toString
-