public class DmnResourceEntityImpl extends AbstractEntityNoRevision implements DmnResourceEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
protected String |
deploymentId |
protected String |
name |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
DmnResourceEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getDeploymentId() |
String |
getName() |
Object |
getPersistentState() |
boolean |
isGenerated() |
void |
setBytes(byte[] bytes) |
void |
setDeploymentId(String deploymentId) |
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
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 DmnResourceEntitygetPersistentState in interface Entitypublic boolean isGenerated()
isGenerated in interface EngineResourceCopyright © 2018 Flowable. All rights reserved.