|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.biomage.tools.generate_er.PrimaryKey
| Constructor Summary | |
PrimaryKey()
Description: Constructor for the PrimaryKey object. |
|
PrimaryKey(DataColumn myColumn)
Description: Constructor for the PrimaryKey object. |
|
| Method Summary | |
java.lang.String |
getColumnID()
Description: get id of the primery key column |
DataColumn |
getDataColumn()
Description: get primary key column |
void |
setDataColumn(DataColumn column)
Description: set the primary key column |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PrimaryKey()
public PrimaryKey(DataColumn myColumn)
myColumn - the primary key column
| Method Detail |
public DataColumn getDataColumn()
public java.lang.String getColumnID()
public void setDataColumn(DataColumn column)
column - the column of prieary key
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||