Interface DataObjectSchemaDefinition
-
- All Known Subinterfaces:
DataObjectSchemaDefinitionEntity
- All Known Implementing Classes:
DataObjectSchemaDefinitionEntityImpl
public interface DataObjectSchemaDefinition- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetCreationTime()Returns the creation timestamp of this defnitionStringgetCreatorId()Returns the id of the user creating this data definition.StringgetDeploymentId()StringgetId()Returns the unique, technical id for this data object schema definition.StringgetKey()Returns the key for this data object schema definition which must be unique, but is human-readable normally and must be the same across environments for the same data object schema definition.StringgetResourceName()StringgetTenantId()intgetVersion()
-
-
-
Method Detail
-
getId
String getId()
Returns the unique, technical id for this data object schema definition. This id will be different from environment to environment.- Returns:
- the id of this data object schema definition
-
getKey
String getKey()
Returns the key for this data object schema definition which must be unique, but is human-readable normally and must be the same across environments for the same data object schema definition.- Returns:
- the key for this data object schema definition
-
getVersion
int getVersion()
-
getDeploymentId
String getDeploymentId()
-
getResourceName
String getResourceName()
-
getCreationTime
Date getCreationTime()
Returns the creation timestamp of this defnition- Returns:
- the creation timestamp
-
getCreatorId
String getCreatorId()
Returns the id of the user creating this data definition.- Returns:
- the id of the creation user
-
getTenantId
String getTenantId()
-
-