|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.RelationshipsAttributes
RelationshipsAttributes class stores the value of table relationships parameters, such as primary keys, indexes, foreign key, and table names.
Constructor Summary | |
RelationshipsAttributes()
|
Method Summary | |
static java.lang.String[] |
getForeignVariables()
This method read the value of foreignVariables parameter. |
static java.lang.String[] |
getIndexVariables()
This method read the value of indexVariables parameter. |
static java.lang.String[] |
getPrimaryKeys()
This method read the value of primaryKeys parameter. |
static java.lang.String |
getTableName()
This method read the value of tableName parameter. |
static void |
resetAllVariables()
This method reset all parameters. |
static void |
setForeignVariables(java.lang.String[] foreign_Variables)
This method sets the value of foreignVariables parameter. |
static void |
setIndexVariables(java.lang.String[] index_Variables)
This method sets the value of indexVariables parameter. |
static void |
setPrimaryKeys(java.lang.String[] primary_Keys)
This method sets the value of primaryKeys parameter. |
static void |
setTableName(java.lang.String table_Name)
This method sets the value of tableName parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RelationshipsAttributes()
Method Detail |
public static void setTableName(java.lang.String table_Name)
table_Name
- is the value of parameter.public static java.lang.String getTableName()
public static void setPrimaryKeys(java.lang.String[] primary_Keys)
primary_Keys
- is the value of parameter.public static java.lang.String[] getPrimaryKeys()
public static void setIndexVariables(java.lang.String[] index_Variables)
index_Variables
- is the value of parameter.public static java.lang.String[] getIndexVariables()
public static void setForeignVariables(java.lang.String[] foreign_Variables)
foreign_Variables
- is the value of parameter.public static java.lang.String[] getForeignVariables()
public static void resetAllVariables()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |