org.biomage.tools.generate_er
Class Index

java.lang.Object
  extended by org.biomage.tools.generate_er.Index

public class Index
extends java.lang.Object


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

Index

public Index()
Description: Constructor for the Index object.

Parameters:

Index

public Index(java.lang.String name,
             AssociationColumn myColumn)
Description: Constructor for the Index object.

Parameters:
Method Detail

getName

public java.lang.String getName()
Description: get the name of the index

Parameters:
Returns:
return the name of the index

getIndexColumn

public AssociationColumn getIndexColumn()
Description: get the column the is indexed

Parameters:
Returns:
return the column the is indexed

getColumnId

public java.lang.String getColumnId()
Description: get the column id of the column that is indexed

Parameters:
Returns:
return the column id of the column that is indexed

setName

public void setName(java.lang.String name)
Description: set name of the index

Parameters:
name - the name of the index

setIndexColumn

public void setIndexColumn(AssociationColumn column)
Description: set column id for the index

Parameters:
column - the column that is indexed