org.webdocwf.util.loader.generator
Class TableAttributes

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

public class TableAttributes
extends java.lang.Object

TableAttributes class stores the value of table attributes, which are needed for creating ImportDefinition.xml file.

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
TableAttributes(java.lang.String tableName, java.lang.String valueMode)
          Construct object TableAttributes with associated parameters.
 
Method Summary
 java.lang.String getInsert()
          This method read the value of insert parameter.
 java.lang.String getOidLogic()
          This method read the value of oidLogic parameter.
 java.lang.String getTableID()
          This method read the value of tableID parameter.
 java.lang.String getTableMode()
          This method read the value of tableMode parameter.
 java.lang.String getTableName()
          This method read the value of tableName parameter.
 void setInsert(java.lang.String _insert)
          This method sets the value of insert parameter.
 void setOidLogic(java.lang.String oid_Logic)
          This method sets the value of oidLogic parameter.
 void setTableID(java.lang.String table_ID)
          This method sets the value of tableID parameter.
 void setTableMode(java.lang.String table_Mode)
          This method sets the value of tableMode parameter.
 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

TableAttributes

public TableAttributes(java.lang.String tableName,
                       java.lang.String valueMode)
Construct object TableAttributes with associated parameters.

Parameters:
tableName - is name of the table form which we retrieve data.
valueMode - valueMode defines the difference from overwrite and update attribute.
Method Detail

setTableName

public 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 java.lang.String getTableName()
This method read the value of tableName parameter.

Returns:
value of parameter.

setTableID

public void setTableID(java.lang.String table_ID)
This method sets the value of tableID parameter.

Parameters:
table_ID - is the value of parameter.

getTableID

public java.lang.String getTableID()
This method read the value of tableID parameter.

Returns:
value of parameter.

setInsert

public void setInsert(java.lang.String _insert)
This method sets the value of insert parameter.

Parameters:
_insert - is the value of parameter.

getInsert

public java.lang.String getInsert()
This method read the value of insert parameter.

Returns:
value of parameter.

setTableMode

public void setTableMode(java.lang.String table_Mode)
This method sets the value of tableMode parameter.

Parameters:
table_Mode - is the value of parameter.

getTableMode

public java.lang.String getTableMode()
This method read the value of tableMode parameter.

Returns:
value of parameter.

setOidLogic

public void setOidLogic(java.lang.String oid_Logic)
This method sets the value of oidLogic parameter.

Parameters:
oid_Logic - is the value of parameter.

getOidLogic

public java.lang.String getOidLogic()
This method read the value of oidLogic parameter.

Returns:
value of parameter.


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