public class ScheduleJobInfo extends Object implements Schedulable, Serializable
Constructor and Description |
---|
ScheduleJobInfo()
Zero-arg ScheduleJobInfo constructor
|
ScheduleJobInfo(JobDescriptor job) |
Modifier and Type | Method and Description |
---|---|
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.
|
public ScheduleJobInfo()
public ScheduleJobInfo(JobDescriptor job)
job
- 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)
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA