Class IdmByteArrayEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
org.flowable.idm.engine.impl.persistence.entity.IdmByteArrayEntityImpl
- All Implemented Interfaces:
Serializable,HasRevision,Entity,IdmByteArrayEntity
public class IdmByteArrayEntityImpl
extends AbstractIdmEngineEntity
implements IdmByteArrayEntity, Serializable
- Author:
- Tijs Rademakers, 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.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, 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, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
name
-
bytes
protected byte[] bytes
-
-
Constructor Details
-
IdmByteArrayEntityImpl
public IdmByteArrayEntityImpl()
-
-
Method Details
-
getBytes
public byte[] getBytes()- Specified by:
getBytesin interfaceIdmByteArrayEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getName
- Specified by:
getNamein interfaceIdmByteArrayEntity
-
setName
- Specified by:
setNamein interfaceIdmByteArrayEntity
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytesin interfaceIdmByteArrayEntity
-
toString
-