Class Dependency
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.Dependency
Describes a dependency of a SQL object. Either the __table__ field or the __function__ field must be defined.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the function dependency.getTable()Return the table dependency.inthashCode()Return hash code based on properties.voidsetFunction(FunctionDependency function) Set up the function dependency.voidsetTable(TableDependency table) Set upi the table dependency.toString()Standard toString method.
-
Constructor Details
-
Dependency
public Dependency()Constructor
-
-
Method Details
-
getTable
Return the table dependency.- Returns:
- dependency
-
setTable
Set upi the table dependency.- Parameters:
table- dependency
-
getFunction
Return the function dependency.- Returns:
- dependency
-
setFunction
Set up the function dependency.- Parameters:
function- dependency
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-