All Implemented Interfaces:
Serializable

public class CatalogTarget extends ElementStub
CatalogTarget contains the properties for one of the integration connector's catalog target. It is linked via the CatalogTarget relationship to one or more elements that the integration connector is working on.
See Also:
  • Constructor Details

    • CatalogTarget

      public CatalogTarget()
      Default constructor
    • CatalogTarget

      public CatalogTarget(CatalogTarget template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getCatalogTargetName

      public String getCatalogTargetName()
      Return the name of the catalog target.
      Returns:
      string
    • setCatalogTargetName

      public void setCatalogTargetName(String catalogTargetName)
      Set up the name of the catalog target.
      Parameters:
      catalogTargetName - string
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class ElementStub
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class ElementStub
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class ElementStub
      Returns:
      int hash code