public class TableDefinition extends DataItemDefinition
table_definition asset type in IGC, displayed as 'Table Definition' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<ColumnDefinition> |
columnDefinitions |
protected String |
computer |
protected String |
dataCollection |
protected DsdataConnection |
dataConnection |
protected String |
dataSchema |
protected String |
dataSourceName |
protected String |
dataSourceType |
protected String |
dataStore |
protected ItemList<ForeignKeyDefinition> |
foreignKeys |
protected ItemList<Stage> |
includedByStages |
protected String |
machineOrPlatformType |
protected String |
mainframeAccessType |
protected String |
owner |
protected Datagroup |
referencedByDataSources |
protected ItemList<ForeignKeyDefinition> |
referencedByForeignKeys |
protected String |
softwareProduct |
protected String |
tableType |
protected TransformationProject |
transformationProject |
containsDataFields, databaseSchemaallowNullValues, allowsEmptyValue, allowsNullValues, basedOn, calendar, dataItemDefinition, dataType, defaultValue, displaySize, fraction, hasDimension, isComputed, isSigned, itemKind, length, level, minimumLength, odbcType, position, type, unique, validatedByDataValuesblueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
TableDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<ColumnDefinition> |
getColumnDefinitions()
Retrieve the
column_definitions property (displayed as 'Column Definitions') of the object. |
String |
getComputer()
Retrieve the
computer property (displayed as 'Computer') of the object. |
String |
getDataCollection()
Retrieve the
data_collection property (displayed as 'Data Collection') of the object. |
DsdataConnection |
getDataConnection()
Retrieve the
data_connection property (displayed as 'Data Connection') of the object. |
String |
getDataSchema()
Retrieve the
data_schema property (displayed as 'Data Schema') of the object. |
String |
getDataSourceName()
Retrieve the
data_source_name property (displayed as 'Data Source Name') of the object. |
String |
getDataSourceType()
Retrieve the
data_source_type property (displayed as 'Data Source Type') of the object. |
String |
getDataStore()
Retrieve the
data_store property (displayed as 'Data Store') of the object. |
ItemList<ForeignKeyDefinition> |
getForeignKeys()
Retrieve the
foreign_keys property (displayed as 'Foreign Keys') of the object. |
ItemList<Stage> |
getIncludedByStages()
Retrieve the
included_by_stages property (displayed as 'Included by Stages') of the object. |
String |
getMachineOrPlatformType()
Retrieve the
machine_or_platform_type property (displayed as 'Machine or Platform Type') of the object. |
String |
getMainframeAccessType()
Retrieve the
mainframe_access_type property (displayed as 'Mainframe Access Type') of the object. |
String |
getOwner()
Retrieve the
owner property (displayed as 'Owner') of the object. |
Datagroup |
getReferencedByDataSources()
Retrieve the
referenced_by_data_sources property (displayed as 'Referenced by Data Sources') of the object. |
ItemList<ForeignKeyDefinition> |
getReferencedByForeignKeys()
Retrieve the
referenced_by_foreign_keys property (displayed as 'Referenced by Foreign Keys') of the object. |
String |
getSoftwareProduct()
Retrieve the
software_product property (displayed as 'Software Product') of the object. |
String |
getTableType()
Retrieve the
table_type property (displayed as 'Table Type') of the object. |
TransformationProject |
getTransformationProject()
Retrieve the
transformation_project property (displayed as 'Transformation Project') of the object. |
void |
setColumnDefinitions(ItemList<ColumnDefinition> columnDefinitions)
Set the
column_definitions property (displayed as Column Definitions) of the object. |
void |
setComputer(String computer)
Set the
computer property (displayed as Computer) of the object. |
void |
setDataCollection(String dataCollection)
Set the
data_collection property (displayed as Data Collection) of the object. |
void |
setDataConnection(DsdataConnection dataConnection)
Set the
data_connection property (displayed as Data Connection) of the object. |
void |
setDataSchema(String dataSchema)
Set the
data_schema property (displayed as Data Schema) of the object. |
void |
setDataSourceName(String dataSourceName)
Set the
data_source_name property (displayed as Data Source Name) of the object. |
void |
setDataSourceType(String dataSourceType)
Set the
data_source_type property (displayed as Data Source Type) of the object. |
void |
setDataStore(String dataStore)
Set the
data_store property (displayed as Data Store) of the object. |
void |
setForeignKeys(ItemList<ForeignKeyDefinition> foreignKeys)
Set the
foreign_keys property (displayed as Foreign Keys) of the object. |
void |
setIncludedByStages(ItemList<Stage> includedByStages)
Set the
included_by_stages property (displayed as Included by Stages) of the object. |
void |
setMachineOrPlatformType(String machineOrPlatformType)
Set the
machine_or_platform_type property (displayed as Machine or Platform Type) of the object. |
void |
setMainframeAccessType(String mainframeAccessType)
Set the
mainframe_access_type property (displayed as Mainframe Access Type) of the object. |
void |
setOwner(String owner)
Set the
owner property (displayed as Owner) of the object. |
void |
setReferencedByDataSources(Datagroup referencedByDataSources)
Set the
referenced_by_data_sources property (displayed as Referenced by Data Sources) of the object. |
void |
setReferencedByForeignKeys(ItemList<ForeignKeyDefinition> referencedByForeignKeys)
Set the
referenced_by_foreign_keys property (displayed as Referenced by Foreign Keys) of the object. |
void |
setSoftwareProduct(String softwareProduct)
Set the
software_product property (displayed as Software Product) of the object. |
void |
setTableType(String tableType)
Set the
table_type property (displayed as Table Type) of the object. |
void |
setTransformationProject(TransformationProject transformationProject)
Set the
transformation_project property (displayed as Transformation Project) of the object. |
getContainsDataFields, getDatabaseSchema, setContainsDataFields, setDatabaseSchemagetAllowNullValues, getAllowsEmptyValue, getAllowsNullValues, getBasedOn, getCalendar, getDataItemDefinition, getDataType, getDefaultValue, getDisplaySize, getFraction, getHasDimension, getIsComputed, getIsSigned, getItemKind, getLength, getLevel, getMinimumLength, getOdbcType, getPosition, getTheType, getUnique, getValidatedByDataValues, setAllowNullValues, setAllowsEmptyValue, setAllowsNullValues, setBasedOn, setCalendar, setDataItemDefinition, setDataType, setDefaultValue, setDisplaySize, setFraction, setHasDimension, setIsComputed, setIsSigned, setItemKind, setLength, setLevel, setMinimumLength, setOdbcType, setPosition, setTheType, setUnique, setValidatedByDataValuesgetBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected ItemList<ColumnDefinition> columnDefinitions
protected String computer
protected String dataCollection
protected DsdataConnection dataConnection
protected String dataSchema
protected String dataSourceName
protected String dataSourceType
protected String dataStore
protected ItemList<ForeignKeyDefinition> foreignKeys
protected String machineOrPlatformType
protected String mainframeAccessType
protected String owner
protected Datagroup referencedByDataSources
protected ItemList<ForeignKeyDefinition> referencedByForeignKeys
protected String softwareProduct
protected String tableType
protected TransformationProject transformationProject
public ItemList<ColumnDefinition> getColumnDefinitions()
column_definitions property (displayed as 'Column Definitions') of the object.ItemList<ColumnDefinition>public void setColumnDefinitions(ItemList<ColumnDefinition> columnDefinitions)
column_definitions property (displayed as Column Definitions) of the object.columnDefinitions - the value to setpublic String getComputer()
computer property (displayed as 'Computer') of the object.Stringpublic void setComputer(String computer)
computer property (displayed as Computer) of the object.computer - the value to setpublic String getDataCollection()
data_collection property (displayed as 'Data Collection') of the object.Stringpublic void setDataCollection(String dataCollection)
data_collection property (displayed as Data Collection) of the object.dataCollection - the value to setpublic DsdataConnection getDataConnection()
data_connection property (displayed as 'Data Connection') of the object.DsdataConnectionpublic void setDataConnection(DsdataConnection dataConnection)
data_connection property (displayed as Data Connection) of the object.dataConnection - the value to setpublic String getDataSchema()
data_schema property (displayed as 'Data Schema') of the object.Stringpublic void setDataSchema(String dataSchema)
data_schema property (displayed as Data Schema) of the object.dataSchema - the value to setpublic String getDataSourceName()
data_source_name property (displayed as 'Data Source Name') of the object.Stringpublic void setDataSourceName(String dataSourceName)
data_source_name property (displayed as Data Source Name) of the object.dataSourceName - the value to setpublic String getDataSourceType()
data_source_type property (displayed as 'Data Source Type') of the object.Stringpublic void setDataSourceType(String dataSourceType)
data_source_type property (displayed as Data Source Type) of the object.dataSourceType - the value to setpublic String getDataStore()
data_store property (displayed as 'Data Store') of the object.Stringpublic void setDataStore(String dataStore)
data_store property (displayed as Data Store) of the object.dataStore - the value to setpublic ItemList<ForeignKeyDefinition> getForeignKeys()
foreign_keys property (displayed as 'Foreign Keys') of the object.ItemList<ForeignKeyDefinition>public void setForeignKeys(ItemList<ForeignKeyDefinition> foreignKeys)
foreign_keys property (displayed as Foreign Keys) of the object.foreignKeys - the value to setpublic ItemList<Stage> getIncludedByStages()
included_by_stages property (displayed as 'Included by Stages') of the object.ItemList<Stage>public void setIncludedByStages(ItemList<Stage> includedByStages)
included_by_stages property (displayed as Included by Stages) of the object.includedByStages - the value to setpublic String getMachineOrPlatformType()
machine_or_platform_type property (displayed as 'Machine or Platform Type') of the object.Stringpublic void setMachineOrPlatformType(String machineOrPlatformType)
machine_or_platform_type property (displayed as Machine or Platform Type) of the object.machineOrPlatformType - the value to setpublic String getMainframeAccessType()
mainframe_access_type property (displayed as 'Mainframe Access Type') of the object.Stringpublic void setMainframeAccessType(String mainframeAccessType)
mainframe_access_type property (displayed as Mainframe Access Type) of the object.mainframeAccessType - the value to setpublic String getOwner()
owner property (displayed as 'Owner') of the object.Stringpublic void setOwner(String owner)
owner property (displayed as Owner) of the object.owner - the value to setpublic Datagroup getReferencedByDataSources()
referenced_by_data_sources property (displayed as 'Referenced by Data Sources') of the object.Datagrouppublic void setReferencedByDataSources(Datagroup referencedByDataSources)
referenced_by_data_sources property (displayed as Referenced by Data Sources) of the object.referencedByDataSources - the value to setpublic ItemList<ForeignKeyDefinition> getReferencedByForeignKeys()
referenced_by_foreign_keys property (displayed as 'Referenced by Foreign Keys') of the object.ItemList<ForeignKeyDefinition>public void setReferencedByForeignKeys(ItemList<ForeignKeyDefinition> referencedByForeignKeys)
referenced_by_foreign_keys property (displayed as Referenced by Foreign Keys) of the object.referencedByForeignKeys - the value to setpublic String getSoftwareProduct()
software_product property (displayed as 'Software Product') of the object.Stringpublic void setSoftwareProduct(String softwareProduct)
software_product property (displayed as Software Product) of the object.softwareProduct - the value to setpublic String getTableType()
table_type property (displayed as 'Table Type') of the object.Stringpublic void setTableType(String tableType)
table_type property (displayed as Table Type) of the object.tableType - the value to setpublic TransformationProject getTransformationProject()
transformation_project property (displayed as 'Transformation Project') of the object.TransformationProjectpublic void setTransformationProject(TransformationProject transformationProject)
transformation_project property (displayed as Transformation Project) of the object.transformationProject - the value to setCopyright © 2018–2021 ODPi. All rights reserved.