public class TemplateDefinitionEntityImpl extends AbstractTemplateEngineEntity implements TemplateDefinitionEntity
Modifier and Type | Field and Description |
---|---|
protected Date |
creationTime |
protected String |
creatorId |
protected String |
deploymentId |
protected String |
formKey |
protected String |
key |
protected String |
name |
protected String |
resourceName |
protected String |
subType |
protected String |
tenantId |
protected String |
type |
protected Date |
updateTime |
protected String |
updatorId |
protected int |
version |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
Constructor and Description |
---|
TemplateDefinitionEntityImpl() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationTime()
Returns the creation time of this definition.
|
String |
getCreatorId()
Returns the id of the user creating this template definition.
|
String |
getDeploymentId()
Returns the deployment id this definition was deployed with.
|
String |
getFormKey()
Returns the optional form key for this template definition which might be used to collect information whenever such a template instance is created.
|
String |
getKey()
Returns the business key usually used to reference or lookp a template definition regardless of its version.
|
String |
getName()
Returns the name of this template definition.
|
Object |
getPersistentState() |
String |
getResourceName()
Returns the name of the resource this definition is based on.
|
String |
getSubType()
Returns the sub type of this template definition which can be freely chosen.
|
String |
getTenantId()
Returns the id of the tenant this definition belongs to.
|
String |
getType()
Returns the type of this template definition which is used to lookup a renderer or processor being able to render and process this template.
|
Date |
getUpdateTime()
Returns the last update time of this definition.
|
String |
getUpdatorId()
Returns the id of the user last updating this template definition.
|
int |
getVersion()
Return the version of this template definition.
|
void |
setCreationTime(Date creationTime) |
void |
setCreatorId(String creatorId) |
void |
setDeploymentId(String deploymentId) |
void |
setFormKey(String formKey) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setResourceName(String resourceName) |
void |
setSubType(String subType) |
void |
setTenantId(String tenantId) |
void |
setType(String type) |
void |
setUpdateTime(Date updateTime) |
void |
setUpdatorId(String updatorId) |
void |
setVersion(int version) |
getIdPrefix
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
getRevision, getRevisionNext, setRevision
protected String key
protected int version
protected String deploymentId
protected String tenantId
protected String name
protected String type
protected String subType
protected String formKey
protected String resourceName
protected Date creationTime
protected String creatorId
protected Date updateTime
protected String updatorId
public Object getPersistentState()
getPersistentState
in interface Entity
public String getKey()
TemplateDefinition
getKey
in interface TemplateDefinition
public void setKey(String key)
setKey
in interface TemplateDefinitionEntity
public int getVersion()
TemplateDefinition
getVersion
in interface TemplateDefinition
public void setVersion(int version)
setVersion
in interface TemplateDefinitionEntity
public String getDeploymentId()
TemplateDefinition
getDeploymentId
in interface TemplateDefinition
public void setDeploymentId(String deploymentId)
setDeploymentId
in interface TemplateDefinitionEntity
public String getTenantId()
TemplateDefinition
getTenantId
in interface TemplateDefinition
public void setTenantId(String tenantId)
setTenantId
in interface TemplateDefinitionEntity
public String getName()
TemplateDefinition
getName
in interface TemplateDefinition
public void setName(String name)
setName
in interface TemplateDefinitionEntity
public String getType()
TemplateDefinition
getType
in interface TemplateDefinition
for a set of predefined template types
public void setType(String type)
setType
in interface TemplateDefinitionEntity
public String getSubType()
TemplateDefinition
getSubType
in interface TemplateDefinition
public void setSubType(String subType)
setSubType
in interface TemplateDefinitionEntity
public String getFormKey()
TemplateDefinition
getFormKey
in interface TemplateDefinition
public void setFormKey(String formKey)
setFormKey
in interface TemplateDefinitionEntity
public String getResourceName()
TemplateDefinition
getResourceName
in interface TemplateDefinition
public void setResourceName(String resourceName)
setResourceName
in interface TemplateDefinitionEntity
public Date getCreationTime()
TemplateDefinition
getCreationTime
in interface TemplateDefinition
public void setCreationTime(Date creationTime)
setCreationTime
in interface TemplateDefinitionEntity
public String getCreatorId()
TemplateDefinition
getCreatorId
in interface TemplateDefinition
public void setCreatorId(String creatorId)
setCreatorId
in interface TemplateDefinitionEntity
public Date getUpdateTime()
TemplateDefinition
getUpdateTime
in interface TemplateDefinition
public void setUpdateTime(Date updateTime)
setUpdateTime
in interface TemplateDefinitionEntity
public String getUpdatorId()
TemplateDefinition
getUpdatorId
in interface TemplateDefinition
public void setUpdatorId(String updatorId)
setUpdatorId
in interface TemplateDefinitionEntity