public class DerivedColumnDetail extends Object
| Constructor and Description |
|---|
DerivedColumnDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Return the name of the derived column
|
String |
getCardinality()
Return the cardinality of the derived column
|
String |
getDefaultValueOverride()
Return the default value of the derived column
|
Integer |
getPosition()
Return the position of the derived column
|
ColumnDetails |
getRealColumn()
Return the real column associated with the derived column
|
String |
getType()
Return the type of the derived column
|
void |
setAttributeName(String attributeName)
set up the name of the derived column
|
void |
setCardinality(String cardinality)
set up the cardinality of the derived column
|
void |
setDefaultValueOverride(String defaultValueOverride)
set up the default value of the derived column
|
void |
setPosition(Integer position)
set up the position of the derived column
|
void |
setRealColumn(ColumnDetails realColumn)
set up the real column linked to the derived column
|
void |
setType(String type)
set up the type of the derived column
|
String |
toString() |
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - - name of the derived columnpublic Integer getPosition()
public void setPosition(Integer position)
position - - position of the derived columnpublic String getCardinality()
public void setCardinality(String cardinality)
cardinality - - cardinality of the derived columnpublic String getDefaultValueOverride()
public void setDefaultValueOverride(String defaultValueOverride)
defaultValueOverride - - name of the derived columnpublic ColumnDetails getRealColumn()
public void setRealColumn(ColumnDetails realColumn)
realColumn - - real column associated to the derived columnpublic String getType()
public void setType(String type)
type - - type of the derived columnCopyright © 2017–2018 ODPi. All rights reserved.