public class ColumnDetails extends Object
| Constructor and Description |
|---|
ColumnDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Return the name 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
|
String |
getGuid()
Return the guid of the column
|
Integer |
getPosition()
Return the position of the column
|
String |
getQualifiedName()
Return the qualified name of the column
|
String |
getQualifiedNameColumnType()
Return the qualified name of the column type
|
String |
getType() |
void |
setAttributeName(String attributeName)
set up the name 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 |
setGuid(String guid)
set up the giud of the column
|
void |
setPosition(Integer position)
set up the position of the column
|
void |
setQualifiedName(String qualifiedName)
set up the qualified name of the column
|
void |
setQualifiedNameColumnType(String qualifiedNameColumnType)
set up the qualified name of the column type
|
void |
setType(String type)
set up the type of the column
|
String |
toString() |
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - - 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 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 name of the columnpublic String getQualifiedNameColumnType()
public void setQualifiedNameColumnType(String qualifiedNameColumnType)
qualifiedNameColumnType - - qualified name of the column typeCopyright © 2017–2018 ODPi. All rights reserved.