Class JobPublishCheckinLocation

java.lang.Object
com.sas.lsaf.execution.job.JobPublishCheckinLocation
All Implemented Interfaces:
Serializable

public class JobPublishCheckinLocation extends Object implements Serializable
The class that represents the folders to check in and the method to check in their content. These locations must also be specified as part of JobPublishSetup.
Since:
2.4
See Also:
  • Constructor Details

    • JobPublishCheckinLocation

      public JobPublishCheckinLocation()
      Constructor.
    • JobPublishCheckinLocation

      public JobPublishCheckinLocation(String path)
      Constructor.
      Parameters:
      path - The path to the folder to check in when the job completes.
    • JobPublishCheckinLocation

      public JobPublishCheckinLocation(String path, boolean includeSubfolders)
      Constructor.
      Parameters:
      path - The path to the folder to check in when the job completes.
      includeSubfolders - Indicates whether to include child folder content to check in when the job completes.
  • Method Details

    • getPath

      public String getPath()
      Gets the path to the folder to check in when the job completes.
      Returns:
      The path to the folder to check in.
    • setPath

      public void setPath(String path)
      Sets the path to the folder to check in when the job completes.
      Parameters:
      path - The path to the folder to check in.
    • isIncludeSubfolders

      public boolean isIncludeSubfolders()
      Indicates whether to include the child folders and their content when the job completes.
      Returns:
      Indicates whether to include the child folder content.
    • setIncludeSubfolders

      public void setIncludeSubfolders(boolean includeSubfolders)
      Sets whether to include the child folder content to check in when the job completes. The default is false.
      Parameters:
      includeSubfolders - Indicates whether to include the child folder content.
    • 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