public class TemplateResourceEntityImpl extends AbstractTemplateEngineNoRevisionEntity implements TemplateResourceEntity, Serializable
Modifier and Type | Field and Description |
---|---|
protected byte[] |
bytes |
protected String |
deploymentId |
protected String |
name |
id, isDeleted, isInserted, isUpdated, originalPersistentState
Constructor and Description |
---|
TemplateResourceEntityImpl() |
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() |
getIdPrefix
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
protected String name
protected byte[] bytes
protected String deploymentId
public String getName()
getName
in interface EngineResource
public void setName(String name)
setName
in interface EngineResource
public byte[] getBytes()
getBytes
in interface EngineResource
public void setBytes(byte[] bytes)
setBytes
in interface EngineResource
public String getDeploymentId()
getDeploymentId
in interface EngineResource
public void setDeploymentId(String deploymentId)
setDeploymentId
in interface EngineResource
public boolean isGenerated()
isGenerated
in interface EngineResource
public Object getPersistentState()
getPersistentState
in interface Entity