public class ColumnDetails extends Object
| Constructor and Description |
|---|
ColumnDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Return the foreignKeyName of the column
|
BusinessTerm |
getBusinessTerm()
Return the business term associated to the column
|
String |
getCardinality()
Return the cardinality of the column
|
String |
getDefaultValueOverride()
Return the default value of the column
|
ForeignKey |
getForeignKey() |
String |
getGuid()
Return the guid of the column
|
Integer |
getPosition()
Return the position of the column
|
String |
getPrimaryKeyName() |
String |
getQualifiedName()
Return the qualified foreignKeyName of the column
|
String |
getQualifiedNameColumnType()
Return the qualified foreignKeyName of the column type
|
String |
getType() |
boolean |
isNullable() |
boolean |
isPrimaryKey() |
boolean |
isUnique() |
void |
setAttributeName(String attributeName)
set up the foreignKeyName of the column
|
void |
setBusinessTerm(BusinessTerm businessTerm)
set up the business term associated with the column
|
void |
setCardinality(String cardinality)
set up the cardinality of the column
|
void |
setDefaultValueOverride(String defaultValueOverride)
set up the default value of the column
|
void |
setForeignKey(ForeignKey foreignKey) |
void |
setGuid(String guid)
set up the giud of the column
|
void |
setNullable(boolean nullable) |
void |
setPosition(Integer position)
set up the position of the column
|
void |
setPrimaryKey(boolean primaryKey) |
void |
setPrimaryKeyName(String primaryKeyName) |
void |
setQualifiedName(String qualifiedName)
set up the qualified foreignKeyName of the column
|
void |
setQualifiedNameColumnType(String qualifiedNameColumnType)
set up the qualified foreignKeyName of the column type
|
void |
setType(String type)
set up the type of the column
|
void |
setUnique(boolean unique) |
String |
toString() |
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - - foreignKeyName of the columnpublic Integer getPosition()
public void setPosition(Integer position)
position - - position of the columnpublic String getCardinality()
public void setCardinality(String cardinality)
cardinality - - cardinality of the columnpublic String getDefaultValueOverride()
public void setDefaultValueOverride(String defaultValueOverride)
defaultValueOverride - - default value of the columnpublic BusinessTerm getBusinessTerm()
public void setBusinessTerm(BusinessTerm businessTerm)
businessTerm - - business term linked to the columnpublic String getGuid()
public void setGuid(String guid)
guid - - guid of the columnpublic String getType()
public void setType(String type)
type - - type of the columnpublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - - qualified foreignKeyName of the columnpublic String getQualifiedNameColumnType()
public void setQualifiedNameColumnType(String qualifiedNameColumnType)
qualifiedNameColumnType - - qualified foreignKeyName of the column typepublic String getPrimaryKeyName()
public void setPrimaryKeyName(String primaryKeyName)
public ForeignKey getForeignKey()
public void setForeignKey(ForeignKey foreignKey)
public boolean isUnique()
public void setUnique(boolean unique)
public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
public boolean isNullable()
public void setNullable(boolean nullable)
Copyright © 2018 ODPi. All rights reserved.