public class VariableByteArrayEntityImpl extends AbstractVariableServiceEntity implements VariableByteArrayEntity, 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 |
|---|
VariableByteArrayEntityImpl() |
| 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() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getIdPrefix, 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 VariableByteArrayEntitypublic Object getPersistentState()
getPersistentState in interface Entitypublic String getName()
getName in interface VariableByteArrayEntitypublic void setName(String name)
setName in interface VariableByteArrayEntitypublic String getDeploymentId()
getDeploymentId in interface VariableByteArrayEntitypublic void setDeploymentId(String deploymentId)
setDeploymentId in interface VariableByteArrayEntitypublic void setBytes(byte[] bytes)
setBytes in interface VariableByteArrayEntityCopyright © 2018 Flowable. All rights reserved.