Class JobPublishSetupItem

java.lang.Object
com.sas.lsaf.execution.job.JobPublishSetupItem
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JobPublishSetupFile, JobPublishSetupFolder

public abstract class JobPublishSetupItem extends Object implements Serializable
The root class that represents an item to transfer for use in a published job submission.
Since:
2.4
See Also:
  • Constructor Details

    • JobPublishSetupItem

      public JobPublishSetupItem()
      Constructor.
    • JobPublishSetupItem

      public JobPublishSetupItem(String path)
      Constructor.
      Parameters:
      path - The path to the item to transfer for the published job.
  • Method Details

    • getPath

      public String getPath()
      Gets the path to the item to transfer for the published job.
      Returns:
      The path of the item to transfer.
    • 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