public class ByteArrayEntityImpl extends AbstractEntity implements ByteArrayEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
protected String |
deploymentId |
protected String |
name |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
ByteArrayEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getDeploymentId() |
String |
getName() |
Object |
getPersistentState() |
void |
setBytes(byte[] bytes) |
void |
setDeploymentId(String deploymentId) |
void |
setName(String name) |
String |
toString() |
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String name
protected byte[] bytes
protected String deploymentId
public byte[] getBytes()
getBytes in interface ByteArrayEntitypublic Object getPersistentState()
getPersistentState in interface Entitypublic String getName()
getName in interface ByteArrayEntitypublic void setName(String name)
setName in interface ByteArrayEntitypublic String getDeploymentId()
getDeploymentId in interface ByteArrayEntitypublic void setDeploymentId(String deploymentId)
setDeploymentId in interface ByteArrayEntitypublic void setBytes(byte[] bytes)
setBytes in interface ByteArrayEntityCopyright © 2017 Flowable. All rights reserved.