java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.properties.CatalogTargetProperties
All Implemented Interfaces:
Serializable

public class CatalogTargetProperties extends Object implements Serializable
Properties for the CatalogTarget relationship.
See Also:
  • Constructor Details

    • CatalogTargetProperties

      public CatalogTargetProperties()
      Default constructor
    • CatalogTargetProperties

      public CatalogTargetProperties(CatalogTargetProperties template)
      Copy/clone constructor. Retrieves values from the supplied template
      Parameters:
      template - element to copy
  • Method Details

    • setCatalogTargetName

      public void setCatalogTargetName(String catalogTargetName)
      Set up the target name.
      Parameters:
      catalogTargetName - String name
    • getCatalogTargetName

      public String getCatalogTargetName()
      Returns the target name property.
      Returns:
      qualifiedName
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int