|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.biomage.tools.generate_er.Index
| Constructor Summary | |
Index()
Description: Constructor for the Index object. |
|
Index(java.lang.String name,
AssociationColumn myColumn)
Description: Constructor for the Index object. |
|
| Method Summary | |
java.lang.String |
getColumnId()
Description: get the column id of the column that is indexed |
AssociationColumn |
getIndexColumn()
Description: get the column the is indexed |
java.lang.String |
getName()
Description: get the name of the index |
void |
setIndexColumn(AssociationColumn column)
Description: set column id for the index |
void |
setName(java.lang.String name)
Description: set name of the index |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Index()
public Index(java.lang.String name,
AssociationColumn myColumn)
| Method Detail |
public java.lang.String getName()
public AssociationColumn getIndexColumn()
public java.lang.String getColumnId()
public void setName(java.lang.String name)
name - the name of the index
public void setIndexColumn(AssociationColumn column)
column - the column that is indexed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||