Class CatalogNamespaceProperties

java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
Direct Known Subclasses:
SchemaNamespaceProperties, SchemaProperties

public class CatalogNamespaceProperties extends BasicElementProperties
Describes elements that sit in the catalog namespace.
  • Constructor Details

    • CatalogNamespaceProperties

      public CatalogNamespaceProperties()
  • Method Details

    • getCatalog_name

      public String getCatalog_name()
      Return the name of the catalog that this element belongs to.
      Returns:
      name
    • setCatalog_name

      public void setCatalog_name(String catalog_name)
      Set up the name of the catalog that this element belongs to.
      Parameters:
      catalog_name - name
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class BasicElementProperties
      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 BasicElementProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

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