|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.job.JobDescriptor
public class JobDescriptor
A light-weight client representation of a job.
Nested Class Summary | |
---|---|
static class |
JobDescriptor.Tree
An enumeration of where a job can be defined. |
Constructor Summary | |
---|---|
JobDescriptor(String path,
String version)
Constructor |
|
JobDescriptor(String path,
String version,
JobDescriptor.Tree tree)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
String |
getPath()
Get the path of the job |
JobDescriptor.Tree |
getTree()
Get the tree in which this job lives |
String |
getVersion()
Get the version label for this job |
int |
hashCode()
Return a hash code value for the object. |
void |
setTree(JobDescriptor.Tree tree)
Set the tree location for this job |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JobDescriptor(String path, String version)
path
- path of the jobversion
- version label for the jobpublic JobDescriptor(String path, String version, JobDescriptor.Tree tree)
path
- path of the jobversion
- version label for the jobtree
- whether the job lives in the repository tree or workspace treeMethod Detail |
---|
public String getPath()
public String getVersion()
public JobDescriptor.Tree getTree()
public void setTree(JobDescriptor.Tree tree)
tree
- public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |