public class SystemJob extends SMYLDObject
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_NAME_FILE_NAME |
static String |
PARAM_NAME_FILE_NUM |
static String |
PARAM_NAME_FILE_PATH |
static String |
PARAM_NAME_INST_NUM |
static String |
PARAM_NAME_PROC_NAME |
static String |
PROCESS_ALREADY_RUN |
static String |
PROCESS_CANCELED |
static String |
PROCESS_COMPLETED |
static String |
PROCESS_In_Process |
static String |
PROCESS_TERMINATED |
NEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
SystemJob(String no,
String id,
String name,
String institutionNo,
String stationNo,
String userID,
String postingDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutPutParameter(int parameterSetIndex,
String parameterName,
String parameterValue) |
void |
addOutPutParameter(String parameterName,
String parameterValue) |
int |
createNewOutputEnvelope() |
boolean |
equals(Object compareObject) |
String |
getID() |
String |
getInstitutionNo() |
String |
getName() |
String |
getNo() |
String |
getParameterIn(String parameterName) |
String |
getParameterOut(int parameterSet,
String parameterName) |
String |
getParameterOut(String parameterName) |
String |
getParametersOutValue() |
int |
getParamOutSetsCount() |
String |
getParentProcessNo() |
SMYLDDate |
getPostingDate() |
String |
getPostingDateText() |
SMYLDDebugHandler |
getProcessLog() |
String |
getStationNo() |
String |
getStatus() |
String |
getUserID() |
void |
setName(String newName) |
void |
setParametersIn(String parametersValue) |
void |
setParentProcessNo(String newParentProcessNo) |
void |
setProcessLog(SMYLDDebugHandler ProcessLog) |
void |
setStatus(String newValue) |
debug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic static final String PARAM_NAME_FILE_NAME
public static final String PARAM_NAME_FILE_PATH
public static final String PARAM_NAME_FILE_NUM
public static final String PARAM_NAME_INST_NUM
public static final String PARAM_NAME_PROC_NAME
public static final String PROCESS_COMPLETED
public static final String PROCESS_TERMINATED
public static final String PROCESS_CANCELED
public static final String PROCESS_ALREADY_RUN
public static final String PROCESS_In_Process
public void setParametersIn(String parametersValue)
public String getID()
public String getName()
public void addOutPutParameter(int parameterSetIndex,
String parameterName,
String parameterValue)
public int createNewOutputEnvelope()
public String getInstitutionNo()
public String getUserID()
public String getStationNo()
public SMYLDDate getPostingDate()
public String getParametersOutValue()
public int getParamOutSetsCount()
public String getNo()
public void setStatus(String newValue)
public String getStatus()
public String getParentProcessNo()
public void setParentProcessNo(String newParentProcessNo)
public SMYLDDebugHandler getProcessLog()
public void setProcessLog(SMYLDDebugHandler ProcessLog)
public void setName(String newName)
public String getPostingDateText()
Copyright © 2019 SMYLD. All rights reserved.