org.webdocwf.util.loader.generator
Class LoaderJobAttributes

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

public class LoaderJobAttributes
extends java.lang.Object

LoaderJobAttributes class stores the parameters of loadJob tag for LoaderJob.xml file.

Version:
1.0
Author:
Radoslav Dutina

Field Summary
 java.lang.String loaderJob
           
 
Constructor Summary
LoaderJobAttributes()
           
 
Method Summary
 java.lang.String getLogMode()
          This method read the value of logMode parameter.
 java.lang.String getObjectIDColumnName()
          This method read the value of objectIDColumnName parameter.
 java.lang.String getObjectIDIncrement()
          This method read the value of objectIDIncrement parameter.
 java.lang.String getObjectIDTableName()
          This method read the value of objectIDTableName attribute.
 void setLogMode(java.lang.String log_mode)
          This method sets the value of logMode parameter.
 void setObjectIDColumnName(java.lang.String object_ID_ColumnName)
          This method sets the value of objectIDColumnName parameter.
 void setObjectIDIncrement(java.lang.String object_ID_Increment)
          This method sets the value of objectIDIncrement parameter.
 void setObjectIDTableName(java.lang.String object_ID_TableName)
          This method sets the value of objectIDTableName attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loaderJob

public final java.lang.String loaderJob
See Also:
Constant Field Values
Constructor Detail

LoaderJobAttributes

public LoaderJobAttributes()
Method Detail

setLogMode

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

Parameters:
log_mode - is value of parameter.

getLogMode

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

Returns:
value of parameter.

setObjectIDIncrement

public void setObjectIDIncrement(java.lang.String object_ID_Increment)
This method sets the value of objectIDIncrement parameter.

Parameters:
object_ID_Increment - is value of parameter.

getObjectIDIncrement

public java.lang.String getObjectIDIncrement()
This method read the value of objectIDIncrement parameter.

Returns:
value of parameter.

setObjectIDTableName

public void setObjectIDTableName(java.lang.String object_ID_TableName)
This method sets the value of objectIDTableName attribute.

Parameters:
object_ID_TableName - is value of attribute.

getObjectIDTableName

public java.lang.String getObjectIDTableName()
This method read the value of objectIDTableName attribute.

Returns:
value of attribute.

setObjectIDColumnName

public void setObjectIDColumnName(java.lang.String object_ID_ColumnName)
This method sets the value of objectIDColumnName parameter.

Parameters:
object_ID_ColumnName - is value of parameter.

getObjectIDColumnName

public java.lang.String getObjectIDColumnName()
This method read the value of objectIDColumnName parameter.

Returns:
value of parameter.


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