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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare 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.inthashCode()Return hash code based on properties.voidsetComment(String comment) Set up a comment describing the element within its name space.voidSet 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.
-