Class IdmByteArrayEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
com.flowable.idm.engine.impl.persistence.entity.IdmByteArrayEntityImpl
All Implemented Interfaces:
IdmByteArrayEntity, java.io.Serializable, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity

public class IdmByteArrayEntityImpl
extends AbstractIdmEngineEntity
implements IdmByteArrayEntity, java.io.Serializable
Author:
Tijs Rademakers, Marcus Klimstra (CGI), Joram Barrez
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected byte[] bytes  
    protected java.lang.String name  

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

    id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
  • Constructor Summary

    Constructors 
    Constructor Description
    IdmByteArrayEntityImpl()  
  • Method Summary

    Modifier and Type Method Description
    byte[] getBytes()  
    java.lang.String getName()  
    java.lang.Object getPersistentState()  
    void setBytes​(byte[] bytes)  
    void setName​(java.lang.String name)  
    java.lang.String toString()  

    Methods inherited from class com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity

    getIdPrefix

    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, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated

    Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision

    getRevision, getRevisionNext, setRevision