Package com.sas.lsaf.execution.job
Class JobInput
java.lang.Object
com.sas.lsaf.execution.job.JobInput
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JobInputFile,JobInputFolder
The abstract
JobInput class that represents the file or folder to transfer when submitting a published job.
The path is assigned to a variable that is available to job programs.- Since:
- 2.4
- See Also:
-
Constructor Details
-
JobInput
public JobInput()The constructor. -
JobInput
The constructor.- Parameters:
path- The path to the file or folder to transfer when submitting a published job. The path is assigned to a variable that is available to job programs.
-
-
Method Details
-
getPath
Gets the path to the file or folder to transfer when submitting a published job. The path is assigned to a variable that is made available to job programs.- Returns:
- The path to the file or folder to transfer when submitting a published job.
-
setPath
Sets the path to the file or folder to transfer when submitting a published job.- Parameters:
path- The path to the file or folder to transfer when submitting a published job.
-
hashCode
public int hashCode() -
equals
-
toString
-