|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.job.ScheduleJobInfo
public class ScheduleJobInfo
ScheduleJobInfo is used for scheduling jobs. This class contains the job descriptor and parameter information.
Constructor Summary | |
---|---|
ScheduleJobInfo()
Zero-arg ScheduleJobInfo constructor |
|
ScheduleJobInfo(JobDescriptor job)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
JobDescriptor |
getJob()
Get the light-weight representation of the job to run |
String |
getLabel()
Get label which describes the item being scheduled. |
Set<ParameterValue> |
getParamValues()
Get the job parameterValues. |
int |
hashCode()
Return a hash code value for the object. |
void |
setJob(JobDescriptor job)
Set the light-weight representation of the job to run |
void |
setParamValues(Set<ParameterValue> paramValues)
Sets the job parameterValues. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScheduleJobInfo()
public ScheduleJobInfo(JobDescriptor job)
job
- Method Detail |
---|
public Set<ParameterValue> getParamValues()
public void setParamValues(Set<ParameterValue> paramValues)
paramValues
- The paramValues to set.public JobDescriptor getJob()
public void setJob(JobDescriptor job)
job
- The job to set.public String getLabel()
Schedulable
getLabel
in interface Schedulable
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |