public class DmnResourceEntityImpl extends AbstractDmnEngineNoRevisionEntity implements DmnResourceEntity, 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 |
|---|
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 |
setGenerated(boolean generated) |
void |
setName(String name) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getIdPrefix, 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 DmnResourceEntitypublic boolean isGenerated()
isGenerated in interface EngineResourcepublic void setGenerated(boolean generated)
setGenerated in interface DmnResourceEntityCopyright © 2021 Flowable. All rights reserved.