Class BasicProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
- Direct Known Subclasses:
BasicElementProperties
Common properties of an object stored in Unity catalog.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return a comment describing the element within its name space.getName()
Return the unique name of the element within its name space.int
hashCode()
Return hash code based on properties.void
setComment
(String comment) Set up a comment describing the element within its name space.void
Set up the unique name of the element within its name space.toString()
Standard toString method.
-
Constructor Details
-
BasicProperties
public BasicProperties()Constructor
-
-
Method Details
-
getName
Return the unique name of the element within its name space.- Returns:
- string
-
setName
Set up the unique name of the element within its name space.- Parameters:
name
- string name
-
getComment
Return a comment describing the element within its name space.- Returns:
- text
-
setComment
Set up a comment describing the element within its name space.- Parameters:
comment
- text
-
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.
-