|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQSYSJobStatusProperties
Interface for storing job status properties
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
String |
getActiveStatus()
Get the active status |
String |
getControlledEnd()
Get the controlled end request status |
String |
getCurrentUser()
Get the current user |
Date |
getDateEntered()
Get the date entered |
Date |
getDateStarted()
Get the date started |
String |
getJobDescription()
Get the job description |
String |
getSubmittedJobName()
Get the job that submitted this one |
String |
getSubmittedJobNumber()
Get the job that submitted this one |
String |
getSubmittedJobUser()
Get the job that submitted this one |
String |
getSubSystem()
Get the subsystem |
String |
getSubType()
Get the job sub type |
int |
getSystemPool()
Get the system pool |
String |
getType()
Get the job type |
void |
setActiveStatus(String status)
Set the active status |
void |
setControlledEnd(String status)
Set the controlled end request status |
void |
setCurrentUser(String user)
Set the current user |
void |
setDateEntered(Date date)
Set the date entered |
void |
setDateStarted(Date date)
Set the date started |
void |
setJobDescription(String jobd)
Set the job description |
void |
setSubmittedJobName(String job)
Set the submitted job |
void |
setSubmittedJobNumber(String job)
Set the submitted job |
void |
setSubmittedJobUser(String job)
Set the submitted job |
void |
setSubSystem(String subsystem)
Set the subsystem |
void |
setSubType(String subtype)
Set the job sub type |
void |
setSystemPool(int pool)
Set the system pool |
void |
setType(String type)
Set the job type |
Field Detail |
---|
static final String copyright
Method Detail |
---|
String getActiveStatus()
void setActiveStatus(String status)
String getCurrentUser()
void setCurrentUser(String user)
String getType()
void setType(String type)
String getSubType()
void setSubType(String subtype)
Date getDateEntered()
void setDateEntered(Date date)
Date getDateStarted()
void setDateStarted(Date date)
String getSubSystem()
void setSubSystem(String subsystem)
int getSystemPool()
void setSystemPool(int pool)
String getJobDescription()
void setJobDescription(String jobd)
String getSubmittedJobName()
void setSubmittedJobName(String job)
String getSubmittedJobUser()
void setSubmittedJobUser(String job)
String getSubmittedJobNumber()
void setSubmittedJobNumber(String job)
String getControlledEnd()
void setControlledEnd(String status)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |