Class ManifestExternalReference

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

public class ManifestExternalReference extends Object implements Serializable
The class that represents references to items that are not found or are not accessible from the current user's repository or workspace.
Since:
2.4
See Also:
  • Constructor Details

    • ManifestExternalReference

      public ManifestExternalReference(String path, String referencingProgram)
      Constructor.
      Parameters:
      path - The path to the external item.
      referencingProgram - The program that referenced the item.
  • Method Details

    • getPath

      public String getPath()
      Gets the path to the external item.
      Returns:
      The path.
    • getReferencingProgram

      public String getReferencingProgram()
      Gets the program that referenced the item.
      Returns:
      The program.
    • 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