|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_er.Unique
public class Unique
Constructor Summary | |
---|---|
Unique()
Description: Constructor for the Unique object. |
|
Unique(java.util.Vector columnVector)
Description: Constructor for the Unique object. |
Method Summary | |
---|---|
java.util.Vector |
getIdVector()
Description: get the vector holding all column_ids for Unique |
java.util.Vector |
getUniqueVector()
Description: get the vector holding all columns for Unique |
int |
NumberOfColumns()
Description: get the number of columns for the Unique |
int |
NumberOfIds()
Description: get the number of columns for the Unique |
void |
setOneColumn(DataColumn data)
Description: set the one of the columns consisting the Unique |
void |
setUniqueVector(java.util.Vector vet)
Description: set the vector holding all columns that consists the Unique |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Unique()
public Unique(java.util.Vector columnVector)
columnVector
- a vector holding all columns for Unique
Method Detail |
---|
public java.util.Vector getIdVector()
- Returns:
- return the vector holding all column_ids for Unique
public java.util.Vector getUniqueVector()
- Returns:
- return the vector holding all columns for Unique
public int NumberOfColumns()
- Returns:
- return the number of columns for the Unique
public int NumberOfIds()
- Returns:
- return the number of columns for the Unique
public void setUniqueVector(java.util.Vector vet)
vet
- the vector that holding all columns
consisting the Unique
public void setOneColumn(DataColumn data)
data
- the column that consists the Unique
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |