Class JobInput

java.lang.Object
com.sas.lsaf.execution.job.JobInput
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JobInputFile, JobInputFolder

public abstract class JobInput extends Object implements Serializable
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

      public JobInput(String path)
      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

      public String 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

      public void setPath(String path)
      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()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object