public class ResourceEntityImpl extends AbstractEntityNoRevision implements ResourceEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
protected String |
deploymentId |
protected String |
name |
id, isDeleted, isInserted, isUpdated| Constructor and Description |
|---|
ResourceEntityImpl() |
| 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, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedprotected String name
protected byte[] bytes
protected String deploymentId
public String getName()
getName in interface ResourceEntitypublic void setName(String name)
setName in interface ResourceEntitypublic byte[] getBytes()
getBytes in interface ResourceEntitypublic void setBytes(byte[] bytes)
setBytes in interface ResourceEntitypublic String getDeploymentId()
getDeploymentId in interface ResourceEntitypublic void setDeploymentId(String deploymentId)
setDeploymentId in interface ResourceEntitypublic Object getPersistentState()
getPersistentState in interface ResourceEntitygetPersistentState in interface EntityCopyright © 2017 Flowable. All rights reserved.