org.webdocwf.util.loader.generator
Class RelationshipsAttributes

java.lang.Object
  extended byorg.webdocwf.util.loader.generator.RelationshipsAttributes

public class RelationshipsAttributes
extends java.lang.Object

RelationshipsAttributes class stores the value of table relationships parameters, such as primary keys, indexes, foreign key, and table names.

Version:
1.0
Author:
Radoslav Dutina

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

RelationshipsAttributes

public RelationshipsAttributes()
Method Detail

setTableName

public static void setTableName(java.lang.String table_Name)
This method sets the value of tableName parameter.

Parameters:
table_Name - is the value of parameter.

getTableName

public static java.lang.String getTableName()
This method read the value of tableName parameter.

Returns:
value of parameter.

setPrimaryKeys

public static void setPrimaryKeys(java.lang.String[] primary_Keys)
This method sets the value of primaryKeys parameter.

Parameters:
primary_Keys - is the value of parameter.

getPrimaryKeys

public static java.lang.String[] getPrimaryKeys()
This method read the value of primaryKeys parameter.

Returns:
value of parameter.

setIndexVariables

public static void setIndexVariables(java.lang.String[] index_Variables)
This method sets the value of indexVariables parameter.

Parameters:
index_Variables - is the value of parameter.

getIndexVariables

public static java.lang.String[] getIndexVariables()
This method read the value of indexVariables parameter.

Returns:
value of parameter.

setForeignVariables

public static void setForeignVariables(java.lang.String[] foreign_Variables)
This method sets the value of foreignVariables parameter.

Parameters:
foreign_Variables - is the value of parameter.

getForeignVariables

public static java.lang.String[] getForeignVariables()
This method read the value of foreignVariables parameter.

Returns:
value of parameter.

resetAllVariables

public static void resetAllVariables()
This method reset all parameters.



Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.