public class DataObjectDefinitionEntityImpl extends AbstractDataObjectEngineEntity implements DataObjectDefinitionEntity
Modifier and Type | Field and Description |
---|---|
protected Date |
creationTime |
protected String |
creatorId |
protected String |
deploymentId |
protected String |
externalId |
protected String |
key |
protected String |
name |
protected String |
resourceName |
protected String |
sourceId |
protected String |
sourceType |
protected String |
subType |
protected String |
tenantId |
protected String |
type |
protected int |
version |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
Constructor and Description |
---|
DataObjectDefinitionEntityImpl() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationTime()
Returns the creation timestamp of this data object.
|
String |
getCreatorId()
Returns the id of the user creating this data object.
|
String |
getDeploymentId() |
String |
getExternalId()
Returns the external id for this data object definition.
|
String |
getKey()
Returns the key for this data object definition which must be unique, but is human-readable normally and must be the same across environments for the
same data object definition.
|
String |
getName()
Returns the name of this data object definition which is usually used as the label.
|
Object |
getPersistentState() |
String |
getResourceName() |
String |
getSourceId()
Returns the id of the source for this data object definition.
|
String |
getSourceType()
Returns the type of the source for this data object definition.
|
String |
getSubType()
The sub type further categorizes this master data definition (see type for more information and examples).
|
String |
getTenantId() |
String |
getType()
The type of this data object definition, normally used to kind of categorize data object definitions (e.g.
|
int |
getVersion() |
void |
setCreationTime(Date creationTime) |
void |
setCreatorId(String creatorId) |
void |
setDeploymentId(String deploymentId) |
void |
setExternalId(String externalId) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setResourceName(String resourceName) |
void |
setSourceId(String sourceId) |
void |
setSourceType(String sourceType) |
void |
setSubType(String subType) |
void |
setTenantId(String tenantId) |
void |
setType(String type) |
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 externalId
protected String sourceId
protected String sourceType
protected String resourceName
protected Date creationTime
protected String creatorId
public String getKey()
DataObjectDefinition
getKey
in interface DataObjectDefinition
public void setKey(String key)
setKey
in interface DataObjectDefinitionEntity
public int getVersion()
getVersion
in interface DataObjectDefinition
public void setVersion(int version)
setVersion
in interface DataObjectDefinitionEntity
public String getDeploymentId()
getDeploymentId
in interface DataObjectDefinition
public void setDeploymentId(String deploymentId)
setDeploymentId
in interface DataObjectDefinitionEntity
public String getTenantId()
getTenantId
in interface DataObjectDefinition
public void setTenantId(String tenantId)
setTenantId
in interface DataObjectDefinitionEntity
public String getName()
DataObjectDefinition
getName
in interface DataObjectDefinition
public void setName(String name)
setName
in interface DataObjectDefinitionEntity
public String getType()
DataObjectDefinition
getType
in interface DataObjectDefinition
public void setType(String type)
setType
in interface DataObjectDefinitionEntity
public String getExternalId()
DataObjectDefinition
getExternalId
in interface DataObjectDefinition
public void setExternalId(String externalId)
setExternalId
in interface DataObjectDefinitionEntity
public String getSubType()
DataObjectDefinition
getSubType
in interface DataObjectDefinition
public void setSubType(String subType)
setSubType
in interface DataObjectDefinitionEntity
public String getSourceId()
DataObjectDefinition
getSourceId
in interface DataObjectDefinition
public void setSourceId(String sourceId)
setSourceId
in interface DataObjectDefinitionEntity
public String getSourceType()
DataObjectDefinition
getSourceType
in interface DataObjectDefinition
for a list of supported source types
public void setSourceType(String sourceType)
setSourceType
in interface DataObjectDefinitionEntity
public String getResourceName()
getResourceName
in interface DataObjectDefinition
public void setResourceName(String resourceName)
setResourceName
in interface DataObjectDefinitionEntity
public Date getCreationTime()
DataObjectDefinition
getCreationTime
in interface DataObjectDefinition
public void setCreationTime(Date creationTime)
setCreationTime
in interface DataObjectDefinitionEntity
public String getCreatorId()
DataObjectDefinition
getCreatorId
in interface DataObjectDefinition
public void setCreatorId(String creatorId)
setCreatorId
in interface DataObjectDefinitionEntity
public Object getPersistentState()
getPersistentState
in interface Entity