public class ResourceEntityImpl extends AbstractEntityNoRevision implements ResourceEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
protected String |
deploymentId |
protected boolean |
generated |
protected String |
name |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
ResourceEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getDeploymentId() |
String |
getName() |
Object |
getPersistentState() |
boolean |
isGenerated()
Indicated whether or not the resource has been generated while deploying rather than being actual part of the deployment.
|
void |
setBytes(byte[] bytes) |
void |
setDeploymentId(String deploymentId) |
void |
setGenerated(boolean generated) |
void |
setName(String name) |
String |
toString() |
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String name
protected byte[] bytes
protected String deploymentId
protected boolean generated
public String getName()
getName in interface EngineResourcepublic void setName(String name)
setName in interface EngineResourcepublic byte[] getBytes()
getBytes in interface EngineResourcepublic void setBytes(byte[] bytes)
setBytes in interface EngineResourcepublic String getDeploymentId()
getDeploymentId in interface EngineResourcepublic void setDeploymentId(String deploymentId)
setDeploymentId in interface EngineResourcepublic Object getPersistentState()
getPersistentState in interface EntitygetPersistentState in interface ResourceEntitypublic void setGenerated(boolean generated)
setGenerated in interface ResourceEntitypublic boolean isGenerated()
isGenerated in interface EngineResourceCopyright © 2018 Flowable. All rights reserved.