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 |
getIdPrefix() |
String |
getName() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
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 String getIdPrefix()
getIdPrefix in interface Entitypublic byte[] getBytes()
getBytes in interface ByteArrayEntitypublic Object getPersistentState()
EntitygetPersistentState 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 © 2021 Flowable. All rights reserved.