Class ByteArrayEntityImpl
java.lang.Object
org.activiti.engine.impl.persistence.entity.AbstractEntity
org.activiti.engine.impl.persistence.entity.ByteArrayEntityImpl
- All Implemented Interfaces:
Serializable, HasRevision, ByteArrayEntity, Entity
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractEntity
id, isDeleted, isInserted, isUpdated, revision -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractEntity
getId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Entity
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
name
-
bytes
protected byte[] bytes -
deploymentId
-
-
Constructor Details
-
ByteArrayEntityImpl
public ByteArrayEntityImpl()
-
-
Method Details
-
getBytes
public byte[] getBytes()- Specified by:
getBytesin interfaceByteArrayEntity
-
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 interfaceEntity
-
getName
- Specified by:
getNamein interfaceByteArrayEntity
-
setName
- Specified by:
setNamein interfaceByteArrayEntity
-
getDeploymentId
- Specified by:
getDeploymentIdin interfaceByteArrayEntity
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceByteArrayEntity
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytesin interfaceByteArrayEntity
-
toString
-