public class TableItem extends Object implements IModuleObject
| Constructor and Description |
|---|
TableItem() |
| Modifier and Type | Method and Description |
|---|---|
Column |
getColumn()
Get column definition.
|
String |
getPkName()
Get name of the primary key.
|
int |
getPosition()
Get position of the item in the table.
|
List<String> |
getReferencedColumns()
Get list of GUIDs for referenced columns.
|
void |
setColumn(Column column)
Set column definition.
|
void |
setPkName(String pkName)
Set name of the primary key.
|
void |
setPosition(int position)
Set position of the item in the table.
|
void |
setReferencedColumns(List<String> referencedColumns)
Set list of referenced columns defined by GUID.
|
public List<String> getReferencedColumns()
public void setReferencedColumns(List<String> referencedColumns)
referencedColumns - list of referenced columns defined by GUID.public String getPkName()
public void setPkName(String pkName)
pkName - name of the primary key.public int getPosition()
public void setPosition(int position)
position - of the item in the table.public Column getColumn()
public void setColumn(Column column)
column - definition.Copyright © 2018–2020 ODPi. All rights reserved.