|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.wizard.OctopusLoaderData
public class OctopusLoaderData
LoaderOctopusEntry class set input parameters for Octopus application
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 |
---|
public OctopusLoaderData()
Method Detail |
---|
public void setConfJarStructure(java.lang.String conf_jar_structure)
conf_jar_structure
- is value of parameterpublic java.lang.String getConfJarStructure()
public void setIncludeTables(java.lang.String include_Tables)
include_Tables
- is value of parameterpublic java.lang.String getIncludeTables()
public void setLogMode(java.lang.String log_Mode)
log_Mode
- is value of parameterpublic static java.lang.String[] getLogModes()
public java.lang.String getLogMode()
public void setRestartIndicator(java.lang.String restart_Indicator)
restart_Indicator
- is value of parameterpublic java.lang.String getRestartIndicator()
public void setUserId(java.lang.String user_Id)
user_Id
- is value of parameterpublic java.lang.String getUserId()
public void setVariables(java.lang.String _variables)
_variables
- is value of parameterpublic java.lang.String getVariables()
public void setLogFileDir(java.lang.String log_FileDirectory)
log_FileDirectory
- is value of parameterpublic java.lang.String getLogFileDir()
public void setLogFileName(java.lang.String log_FileName)
log_FileName
- is value of parameterpublic java.lang.String getLogFileName()
public void setVendorConf(java.lang.String vendor_conf)
vendor_conf
- is value of parameterpublic java.lang.String getVendorConf()
public void setOnErrorCon(java.lang.String on_errorcontinue)
on_errorcontinue
- is value of parameterpublic java.lang.String getOnErrorCon()
public void setAdditionalPaths(java.lang.String additionl_Path)
additionl_Path
- is value of parameterpublic java.lang.String getAdditionalPaths()
public void setCommitCount(java.lang.String commit_Count)
commit_Count
- is value of parameterpublic java.lang.String getCommitCount()
public void setReturnCode(java.lang.String return_Code)
return_Code
- is value of parameterpublic java.lang.String getReturnCode()
public void setPathToXml(java.lang.String path_to_xml)
path_to_xml
- is value of parameterpublic java.lang.String getPathToXml()
public java.lang.String toConfString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |