public class TableColumn extends Object
| Constructor and Description |
|---|
TableColumn() |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessTerm> |
getBusinessTerms()
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
|
String |
getGuid()
Return the guid of the column
|
String |
getName()
Return the name of the column
|
Integer |
getPosition()
Return the position of the column
|
String |
getPrimaryKeyName() |
String |
getQualifiedName()
Return the qualified name of the column
|
ForeignKey |
getReferencedColumn() |
String |
getType() |
boolean |
isNullable() |
boolean |
isPrimaryKey() |
boolean |
isUnique() |
void |
setBusinessTerms(List<BusinessTerm> businessTerms)
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 |
setGuid(String guid)
set up the giud of the column
|
void |
setName(String name)
set up the name 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 name of the column
|
void |
setReferencedColumn(ForeignKey referencedColumn) |
void |
setType(String type)
set up the type of the column
|
void |
setUnique(boolean unique) |
String |
toString() |
public String getName()
public void setName(String name)
name - - name 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 List<BusinessTerm> getBusinessTerms()
public void setBusinessTerms(List<BusinessTerm> businessTerms)
businessTerms - - 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 name of the columnpublic String getPrimaryKeyName()
public void setPrimaryKeyName(String primaryKeyName)
public ForeignKey getReferencedColumn()
public void setReferencedColumn(ForeignKey referencedColumn)
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–2019 ODPi. All rights reserved.