public class JobByteArrayEntityImpl extends AbstractJobServiceEntity implements JobByteArrayEntity, 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 |
|---|
JobByteArrayEntityImpl() |
| 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 JobByteArrayEntitypublic Object getPersistentState()
getPersistentState in interface Entitypublic String getName()
getName in interface JobByteArrayEntitypublic void setName(String name)
setName in interface JobByteArrayEntitypublic String getDeploymentId()
getDeploymentId in interface JobByteArrayEntitypublic void setDeploymentId(String deploymentId)
setDeploymentId in interface JobByteArrayEntitypublic void setBytes(byte[] bytes)
setBytes in interface JobByteArrayEntityCopyright © 2020 Flowable. All rights reserved.