public class JobProgram extends Object implements Serializable
Constructor and Description |
---|
JobProgram()
Constructor.
|
JobProgram(String path)
Constructor.
|
JobProgram(String path,
String version)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPath()
Gets the path to the program file.
|
String |
getVersion()
Gets the version of the program file.
|
int |
hashCode() |
void |
setPath(String path)
Sets the path to the program file.
|
void |
setVersion(String version)
Sets the version of the program file to use when submitting a published job.
|
String |
toString() |
public JobProgram()
public JobProgram(String path)
path
- The path to the program file to use in a job.public String getPath()
public void setPath(String path)
path
- The path to the program file.public String getVersion()
public void setVersion(String version)
version
- The version of the program file.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>