|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_er.PrimaryKey
public class 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()
- Returns:
- return primary key column
public java.lang.String getColumnID()
- Returns:
- return id of the primery key column
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 |