java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TableDependency

public class TableDependency extends Object
Describes a table that is dependent on an SQL object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Compare the values of the supplied object with those stored in the current object.
    Return the full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.
    int
    Return hash code based on properties.
    void
    setTable_full_name(String table_full_name)
    Set up the full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.
    Standard toString method.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TableDependency

      public TableDependency()
      Constructor
  • Method Details

    • getTable_full_name

      public String getTable_full_name()
      Return the full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.
      Returns:
      tableFullName
    • setTable_full_name

      public void setTable_full_name(String table_full_name)
      Set up the full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.
      Parameters:
      table_full_name - tableFullName
    • 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