Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.api
Interface IQSYSJobStatusProperties

All Known Implementing Classes:
QSYSHostjobStatusProperties

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

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getActiveStatus

String getActiveStatus()
Get the active status


setActiveStatus

void setActiveStatus(String status)
Set the active status


getCurrentUser

String getCurrentUser()
Get the current user


setCurrentUser

void setCurrentUser(String user)
Set the current user


getType

String getType()
Get the job type


setType

void setType(String type)
Set the job type


getSubType

String getSubType()
Get the job sub type


setSubType

void setSubType(String subtype)
Set the job sub type


getDateEntered

Date getDateEntered()
Get the date entered


setDateEntered

void setDateEntered(Date date)
Set the date entered


getDateStarted

Date getDateStarted()
Get the date started


setDateStarted

void setDateStarted(Date date)
Set the date started


getSubSystem

String getSubSystem()
Get the subsystem


setSubSystem

void setSubSystem(String subsystem)
Set the subsystem


getSystemPool

int getSystemPool()
Get the system pool


setSystemPool

void setSystemPool(int pool)
Set the system pool


getJobDescription

String getJobDescription()
Get the job description


setJobDescription

void setJobDescription(String jobd)
Set the job description


getSubmittedJobName

String getSubmittedJobName()
Get the job that submitted this one


setSubmittedJobName

void setSubmittedJobName(String job)
Set the submitted job


getSubmittedJobUser

String getSubmittedJobUser()
Get the job that submitted this one


setSubmittedJobUser

void setSubmittedJobUser(String job)
Set the submitted job


getSubmittedJobNumber

String getSubmittedJobNumber()
Get the job that submitted this one


setSubmittedJobNumber

void setSubmittedJobNumber(String job)
Set the submitted job


getControlledEnd

String getControlledEnd()
Get the controlled end request status


setControlledEnd

void setControlledEnd(String status)
Set the controlled end request status


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.