|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.job.JobDescriptor
com.sas.hls.job.Job
public class Job
The client representation of a job
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sas.hls.job.JobDescriptor |
---|
JobDescriptor.Tree |
Constructor Summary | |
---|---|
Job(Job job)
Copy constructor |
|
Job(String path,
String version)
Constructor |
Method Summary | |
---|---|
String |
getDescription()
Get the description of the job |
Set<ResourceSpecification> |
getInputs()
Get the set of inputs associated with this job |
String |
getLogPath()
Get the log path for this job |
String |
getLstPath()
Get the list path for this job |
String |
getManifestPath()
Get the manifest path for this job |
NewFileCheckinSpecification |
getOutputFileCheckinSpec()
Get the checkin specification to use for new files created by this job. |
Set<ResourceSpecification> |
getOutputs()
Get the set of outputs associated with this job |
Set<JobParameter> |
getParameters()
Get the job parameters. |
String |
getReleaseVersion()
Get the release version of this job |
List<ResourceSpecification> |
getTasks()
Get the tasks associated with this job. |
void |
setDescription(String description)
Set the description of the job |
void |
setInputs(Set<ResourceSpecification> inputs)
Set the set of inputs associated with this job |
void |
setLogPath(String logPath)
Set the log path for this job |
void |
setLstPath(String lstPath)
Set the list path for this job |
void |
setManifestPath(String manifestPath)
Set the manifest path for this job |
void |
setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec)
Set the checkin specification to use for new files created by this job. |
void |
setOutputs(Set<ResourceSpecification> outputs)
Set the set of outputs associated with this job |
void |
setParameters(Set<JobParameter> parameters)
Set the job parameters. |
void |
setTasks(List<ResourceSpecification> tasks)
Set the tasks associated with this job. |
Methods inherited from class com.sas.hls.job.JobDescriptor |
---|
equals, getPath, getTree, getVersion, hashCode, setTree, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Job(String path, String version)
path
- path of the jobversion
- version label for the jobpublic Job(Job job)
job
- the job to copyMethod Detail |
---|
public String getDescription()
public void setDescription(String description)
description
- the description to setpublic List<ResourceSpecification> getTasks()
public void setTasks(List<ResourceSpecification> tasks)
tasks
- the tasks to setpublic Set<ResourceSpecification> getInputs()
public void setInputs(Set<ResourceSpecification> inputs)
inputs
- the inputs to setpublic Set<ResourceSpecification> getOutputs()
public void setOutputs(Set<ResourceSpecification> outputs)
outputs
- the outputs to setpublic NewFileCheckinSpecification getOutputFileCheckinSpec()
public void setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec)
outputFileCheckinSpec
- the outputFileCheckinSpec to setpublic String getReleaseVersion()
public String getLogPath()
public void setLogPath(String logPath)
logPath
- the logPath to setpublic String getLstPath()
public void setLstPath(String lstPath)
lstPath
- the lstPath to setpublic String getManifestPath()
public void setManifestPath(String manifestPath)
manifestPath
- the manifestPath to setpublic Set<JobParameter> getParameters()
public void setParameters(Set<JobParameter> parameters)
parameters
- the parameters to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |