org.webdocwf.util.loader.generator
Class ImportDefinitionAttributes

java.lang.Object
  extended by org.webdocwf.util.loader.generator.ImportDefinitionAttributes

public class ImportDefinitionAttributes
extends java.lang.Object

ImportDefinitionAttributes class stores the value of Import definition tag parameters, which are needed for creating ImportDefinition.xml file.w2

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
ImportDefinitionAttributes()
           
 
Method Summary
 java.lang.String getLogMode()
          This method read the value of logMode parameter.
 java.lang.String getName()
          This method read the value of name parameter.
 java.lang.String getObjectIDIncrementid()
          This method read the value of objectIDIncrementid parameter.
 java.lang.String getTableName()
          This method read the value of tableName parameter.
 java.lang.String[] getTagAllowNulls()
          This method read the value of tagAllowNulls parameter.
 java.lang.String[] getTagColumnLenght()
          This method read the value of tagColumnLenght parameter.
 java.lang.String[] getTagColumnType()
          This method read the value of tagColumnType parameter.
 java.lang.String[] getTagSourceColumnName()
          This method read the value of tagSourceColumnName parameter.
 java.lang.String[] getTagTargetColumnName()
          This method read the value of tagTargetColumnName parameter.
 java.lang.String[] getTagTargetTableID()
          This method read the value of tagTargetTableID parameter.
 java.lang.String[] getTagTargetTableName()
          This method read the value of tagTargetTableName parameter.
 void setLogMode(java.lang.String log_Mode)
          This method sets the value of logMode parameter.
 void setName(java.lang.String _name)
          This method sets the value of name parameter.
 void setObjectIDIncrementid(java.lang.String object_ID_Incrementid)
          This method sets the value of objectIDIncrementid parameter.
 void setTableName(java.lang.String table_Name)
          This method sets the value of tableName parameter.
 void setTagAllowNulls(java.lang.String[] tag_AllowNulls)
          This method sets the value of tagAllowNulls parameter.
 void setTagColumnLenght(java.lang.String[] tag_ColumnLenght)
          This method sets the value of tagColumnLenght parameter.
 void setTagColumnType(java.lang.String[] tag_ColumnType)
          This method sets the value of tagColumnType parameter.
 void setTagSourceColumnName(java.lang.String[] tag_Source_ColumnName)
          This method sets the value of tagSourceColumnName parameter.
 void setTagTargetColumnName(java.lang.String[] tag_Target_ColumnName)
          This method sets the value of tagTargetColumnName parameter.
 void setTagTargetTableID(java.lang.String[] tag_Target_TableID)
          This method sets the value of tagTargetTableID parameter.
 void setTagTargetTableName(java.lang.String[] tag_Target_TableName)
          This method sets the value of tagTargetTableName parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportDefinitionAttributes

public ImportDefinitionAttributes()
Method Detail

setName

public void setName(java.lang.String _name)
This method sets the value of name parameter.

Parameters:
_name - is the value of parameter.

getName

public java.lang.String getName()
This method read the value of name parameter.

Returns:
value of parameter.

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.

setLogMode

public void setLogMode(java.lang.String log_Mode)
This method sets the value of logMode parameter.

Parameters:
log_Mode - is the value of parameter.

getLogMode

public java.lang.String getLogMode()
This method read the value of logMode parameter.

Returns:
value of parameter.

setObjectIDIncrementid

public void setObjectIDIncrementid(java.lang.String object_ID_Incrementid)
This method sets the value of objectIDIncrementid parameter.

Parameters:
object_ID_Incrementid - is the value of parameter.

getObjectIDIncrementid

public java.lang.String getObjectIDIncrementid()
This method read the value of objectIDIncrementid parameter.

Returns:
value of parameter.

setTagSourceColumnName

public void setTagSourceColumnName(java.lang.String[] tag_Source_ColumnName)
This method sets the value of tagSourceColumnName parameter.

Parameters:
tag_Source_ColumnName - is the value of parameter.

getTagSourceColumnName

public java.lang.String[] getTagSourceColumnName()
This method read the value of tagSourceColumnName parameter.

Returns:
value of parameter.

setTagTargetTableName

public void setTagTargetTableName(java.lang.String[] tag_Target_TableName)
This method sets the value of tagTargetTableName parameter.

Parameters:
tag_Target_TableName - is the value of parameter.

getTagTargetTableName

public java.lang.String[] getTagTargetTableName()
This method read the value of tagTargetTableName parameter.

Returns:
value of parameter.

setTagTargetColumnName

public void setTagTargetColumnName(java.lang.String[] tag_Target_ColumnName)
This method sets the value of tagTargetColumnName parameter.

Parameters:
tag_Target_ColumnName - is the value of parameter.

getTagTargetColumnName

public java.lang.String[] getTagTargetColumnName()
This method read the value of tagTargetColumnName parameter.

Returns:
value of parameter.

setTagTargetTableID

public void setTagTargetTableID(java.lang.String[] tag_Target_TableID)
This method sets the value of tagTargetTableID parameter.

Parameters:
tag_Target_TableID - is the value of parameter.

getTagTargetTableID

public java.lang.String[] getTagTargetTableID()
This method read the value of tagTargetTableID parameter.

Returns:
value of parameter.

setTagColumnType

public void setTagColumnType(java.lang.String[] tag_ColumnType)
This method sets the value of tagColumnType parameter.

Parameters:
tag_ColumnType - is the value of parameter.

getTagColumnType

public java.lang.String[] getTagColumnType()
This method read the value of tagColumnType parameter.

Returns:
value of parameter.

setTagAllowNulls

public void setTagAllowNulls(java.lang.String[] tag_AllowNulls)
This method sets the value of tagAllowNulls parameter.

Parameters:
tag_AllowNulls - is the value of parameter.

getTagAllowNulls

public java.lang.String[] getTagAllowNulls()
This method read the value of tagAllowNulls parameter.

Returns:
value of parameter.

setTagColumnLenght

public void setTagColumnLenght(java.lang.String[] tag_ColumnLenght)
This method sets the value of tagColumnLenght parameter.

Parameters:
tag_ColumnLenght - is the value of parameter.

getTagColumnLenght

public java.lang.String[] getTagColumnLenght()
This method read the value of tagColumnLenght parameter.

Returns:
value of parameter.


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