public class ServiceResourceEntityImpl extends AbstractServiceEngineNoRevisionEntity implements ServiceResourceEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
protected String |
deploymentId |
protected String |
name |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
ServiceResourceEntityImpl() |
| 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() |
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
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 boolean isGenerated()
isGenerated in interface EngineResourcepublic Object getPersistentState()
getPersistentState in interface Entity