java.lang.Object
org.odpi.openmetadata.viewservices.automatedcuration.properties.RefDataElementBase
org.odpi.openmetadata.viewservices.automatedcuration.properties.CatalogTemplate

public class CatalogTemplate extends RefDataElementBase
Capture information about a catalog template.
  • Constructor Details

    • CatalogTemplate

      public CatalogTemplate()
      Default constructor
    • CatalogTemplate

      public CatalogTemplate(CatalogTemplate template)
      Copy/clone constructor
      Parameters:
      template - object to copy
    • CatalogTemplate

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

    • getVersionIdentifier

      public String getVersionIdentifier()
      Return the version identifier.
      Returns:
      string
    • setVersionIdentifier

      public void setVersionIdentifier(String versionIdentifier)
      Set up the version identifier.
      Parameters:
      versionIdentifier - string
    • toString

      public String toString()
      Generate a string containing the properties.
      Overrides:
      toString in class RefDataElementBase
      Returns:
      string value
    • 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