|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_er.Index
public class 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()
- Returns:
- return the name of the index
public AssociationColumn getIndexColumn()
- Returns:
- return the column the is indexed
public java.lang.String getColumnId()
- Returns:
- return the column id of the column that is indexed
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 |