org.webdocwf.util.loader.wizard
Class OctopusLoaderData

java.lang.Object
  extended byorg.webdocwf.util.loader.wizard.OctopusLoaderData

public class OctopusLoaderData
extends java.lang.Object

LoaderOctopusEntry class set input parameters for Octopus application

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
OctopusLoaderData()
          Empty constructor of LoaderOctopusEntry class
 
Method Summary
 java.lang.String getAdditionalPaths()
          This method read value of additionalPath parameter
 java.lang.String getCommitCount()
          This method read value of commitCount parameter
 java.lang.String getConfJarStructure()
          This methos read value of confJarStructure parameter
 java.lang.String getIncludeTables()
          This method read value of includeTables parameter
 java.lang.String getLogFileDir()
          This method read value of logFileDirectory parameter
 java.lang.String getLogFileName()
          This method read value of logFileName parameter
 java.lang.String getLogMode()
          This method read value of logMods parameter
static java.lang.String[] getLogModes()
          This method read value of logMod parameter
 java.lang.String getOnErrorCon()
          This method read value of onErrorContinue parameter
 java.lang.String getPathToXml()
          This method read value of pathToXmlFile parameter
 java.lang.String getRestartIndicator()
          This method read value of restartIndicator parameter
 java.lang.String getReturnCode()
          This method read value of returnCode parameter
 java.lang.String getUserId()
          This method read value of userId parameter
 java.lang.String getVariables()
          This method read value of variables parameter
 java.lang.String getVendorConf()
          This method read value of vendorConfFile parameter
 void setAdditionalPaths(java.lang.String additionl_Path)
          This method set value of additionalPath parameter
 void setCommitCount(java.lang.String commit_Count)
          This method set value of commitCount parameter
 void setConfJarStructure(java.lang.String conf_jar_structure)
          This method set value of confJarStructure parameter
 void setIncludeTables(java.lang.String include_Tables)
          This method set value of includeTables parameter
 void setLogFileDir(java.lang.String log_FileDirectory)
          This method set value of logFileDirectory parameter
 void setLogFileName(java.lang.String log_FileName)
          This method set value of logFileName parameter
 void setLogMode(java.lang.String log_Mode)
          This mehod set value of logMode parameter
 void setOnErrorCon(java.lang.String on_errorcontinue)
          This method set value of onErrorContinue parameter
 void setPathToXml(java.lang.String path_to_xml)
          This method set value of pathToXmlFile parameter
 void setRestartIndicator(java.lang.String restart_Indicator)
          This method set vaule of restartIndicator parameter
 void setReturnCode(java.lang.String return_Code)
          This method set value of returnCode parameter
 void setUserId(java.lang.String user_Id)
          This method set value of parameter
 void setVariables(java.lang.String _variables)
          This method set value of variables parameter
 void setVendorConf(java.lang.String vendor_conf)
          This method set value of vendorConfFile parameter
 java.lang.String toConfString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OctopusLoaderData

public OctopusLoaderData()
Empty constructor of LoaderOctopusEntry class

Method Detail

setConfJarStructure

public void setConfJarStructure(java.lang.String conf_jar_structure)
This method set value of confJarStructure parameter

Parameters:
conf_jar_structure - is value of parameter

getConfJarStructure

public java.lang.String getConfJarStructure()
This methos read value of confJarStructure parameter

Returns:
value of parameter

setIncludeTables

public void setIncludeTables(java.lang.String include_Tables)
This method set value of includeTables parameter

Parameters:
include_Tables - is value of parameter

getIncludeTables

public java.lang.String getIncludeTables()
This method read value of includeTables parameter

Returns:
value of parameter

setLogMode

public void setLogMode(java.lang.String log_Mode)
This mehod set value of logMode parameter

Parameters:
log_Mode - is value of parameter

getLogModes

public static java.lang.String[] getLogModes()
This method read value of logMod parameter

Returns:
value of parameter

getLogMode

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

Returns:
value of parameter

setRestartIndicator

public void setRestartIndicator(java.lang.String restart_Indicator)
This method set vaule of restartIndicator parameter

Parameters:
restart_Indicator - is value of parameter

getRestartIndicator

public java.lang.String getRestartIndicator()
This method read value of restartIndicator parameter

Returns:
value of parameter

setUserId

public void setUserId(java.lang.String user_Id)
This method set value of parameter

Parameters:
user_Id - is value of parameter

getUserId

public java.lang.String getUserId()
This method read value of userId parameter

Returns:
value of parameter

setVariables

public void setVariables(java.lang.String _variables)
This method set value of variables parameter

Parameters:
_variables - is value of parameter

getVariables

public java.lang.String getVariables()
This method read value of variables parameter

Returns:
value of parameter

setLogFileDir

public void setLogFileDir(java.lang.String log_FileDirectory)
This method set value of logFileDirectory parameter

Parameters:
log_FileDirectory - is value of parameter

getLogFileDir

public java.lang.String getLogFileDir()
This method read value of logFileDirectory parameter

Returns:
value of parameter

setLogFileName

public void setLogFileName(java.lang.String log_FileName)
This method set value of logFileName parameter

Parameters:
log_FileName - is value of parameter

getLogFileName

public java.lang.String getLogFileName()
This method read value of logFileName parameter

Returns:
value of parameter

setVendorConf

public void setVendorConf(java.lang.String vendor_conf)
This method set value of vendorConfFile parameter

Parameters:
vendor_conf - is value of parameter

getVendorConf

public java.lang.String getVendorConf()
This method read value of vendorConfFile parameter

Returns:
value of parameter

setOnErrorCon

public void setOnErrorCon(java.lang.String on_errorcontinue)
This method set value of onErrorContinue parameter

Parameters:
on_errorcontinue - is value of parameter

getOnErrorCon

public java.lang.String getOnErrorCon()
This method read value of onErrorContinue parameter

Returns:
value of parameter

setAdditionalPaths

public void setAdditionalPaths(java.lang.String additionl_Path)
This method set value of additionalPath parameter

Parameters:
additionl_Path - is value of parameter

getAdditionalPaths

public java.lang.String getAdditionalPaths()
This method read value of additionalPath parameter

Returns:
value of parameter

setCommitCount

public void setCommitCount(java.lang.String commit_Count)
This method set value of commitCount parameter

Parameters:
commit_Count - is value of parameter

getCommitCount

public java.lang.String getCommitCount()
This method read value of commitCount parameter

Returns:
value of parameter

setReturnCode

public void setReturnCode(java.lang.String return_Code)
This method set value of returnCode parameter

Parameters:
return_Code - is value of parameter

getReturnCode

public java.lang.String getReturnCode()
This method read value of returnCode parameter

Returns:
value of parameter

setPathToXml

public void setPathToXml(java.lang.String path_to_xml)
This method set value of pathToXmlFile parameter

Parameters:
path_to_xml - is value of parameter

getPathToXml

public java.lang.String getPathToXml()
This method read value of pathToXmlFile parameter

Returns:
value of parameter

toConfString

public java.lang.String toConfString()


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