Package com.ads.mm.etl.xml.mapping
Class MMDBColumn.AppendedColumn
java.lang.Object
com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
- Enclosing class:
- MMDBColumn
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
ConstructorsConstructorDescriptionAppendedColumn(String systemName, String environmentName, String tableName, String columnName, String dataType, String length, String precision, String scale) AppendedColumn(String systemName, String environmentName, String tableName, String columnName, String dataType, String length, String precision, String scale, String xpath, String entityUid, String tableType, String tabBusinessEntityType, String envBusinessEntityType) -
Method Summary
Modifier and TypeMethodDescriptiongetScale()getXpath()static StringreplicateToken(String tokenStr, String seperator, int count) voidsetColumnName(String columnName) voidsetDataType(String dataType) voidsetEntityUid(String entityUid) voidsetEnvBusinessEntityType(String envBusinessEntityType) voidsetEnvironmentName(String environmentName) voidvoidsetPrecision(String precision) voidvoidsetSystemName(String systemName) voidsetTabBusinessEntityType(String tabBusinessEntityType) voidsetTableName(String tableName) voidsetTableType(String tableType) void
-
Field Details
-
DEFAULT_SYSTEM_NAME
- See Also:
-
DEFAULT_ENVIRONMENT_NAME
- See Also:
-
DEFAULT_TABLE_NAME
- See Also:
-
DEFAULT_ENTITY_UID
- See Also:
-
DEFAULT_TABLE_TYPE
- See Also:
-
DEFAULT_COLUMN_NAME
- See Also:
-
DEFAULT_DATATYPE
- See Also:
-
DEFAULT_LENGTH
- See Also:
-
DEFAULT_PRECISION
- See Also:
-
DEFAULT_SCALE
- See Also:
-
DEFAULT_XPATH
- See Also:
-
SEPERATOR_COLUMNS
- See Also:
-
DEFAULTE_TABLE_BUSINESS_ENTITY_TYPE
- See Also:
-
DEFAULTE_ENV_BUSINESS_ENTITY_TYPE
- See Also:
-
-
Constructor Details
-
AppendedColumn
-
AppendedColumn
-
-
Method Details
-
getSystemName
- Returns:
- the systemName
-
setSystemName
- Parameters:
systemName- the systemName to set
-
getEnvironmentName
- Returns:
- the environmentName
-
setEnvironmentName
- Parameters:
environmentName- the environmentName to set
-
getTableName
- Returns:
- the tableName
-
setTableName
- Parameters:
tableName- the tableName to set
-
getColumnName
- Returns:
- the columnName
-
setColumnName
- Parameters:
columnName- the columnName to set
-
getDataType
- Returns:
- the dataType
-
setDataType
- Parameters:
dataType- the dataType to set
-
getLength
- Returns:
- the length
-
setLength
- Parameters:
length- the length to set
-
getPrecision
- Returns:
- the precision
-
setPrecision
- Parameters:
precision- the precision to set
-
getScale
- Returns:
- the scale
-
setScale
- Parameters:
scale- the scale to set
-
getXpath
-
setXpath
-
getEntityUid
-
setEntityUid
-
getTableType
-
setTableType
-
getTabBusinessEntityType
-
setTabBusinessEntityType
-
getEnvBusinessEntityType
-
setEnvBusinessEntityType
-
replicateToken
-
parseColumns
-