public abstract class A_IntegrityRuleDescription extends Object implements Serializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected String |
tableName |
protected String |
tableSpace |
| Constructor and Description |
|---|
A_IntegrityRuleDescription() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getColumn(int i) |
abstract int |
getColumnSize() |
String |
getTableName() |
String |
getTableSpace() |
void |
setTableName(String aTableName) |
void |
setTableSpace(String aTableSpace) |
public String getTableName()
public void setTableName(String aTableName)
public String getTableSpace()
public void setTableSpace(String aTableSpace)
public abstract int getColumnSize()
public abstract String getColumn(int i)
Copyright © 2008-2016. All Rights Reserved.