Direct Known Subclasses:
FunctionProperties, StoredDataProperties

public class SchemaNamespaceProperties extends CatalogNamespaceProperties
Common properties for elements within the schema namespace.
  • Constructor Details

    • SchemaNamespaceProperties

      public SchemaNamespaceProperties()
  • Method Details

    • getSchema_name

      public String getSchema_name()
      Return the name of the schema that this element belongs.
      Returns:
      name
    • setSchema_name

      public void setSchema_name(String schema_name)
      Set up the name of the schema that this element belongs to.
      Parameters:
      schema_name - name
    • toString

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

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