Class CatalogNamespaceProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
- Direct Known Subclasses:
 SchemaNamespaceProperties,SchemaProperties
Describes elements that sit in the catalog namespace.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the name of the catalog that this element belongs to.inthashCode()Return hash code based on properties.voidsetCatalog_name(String catalog_name) Set up the name of the catalog that this element belongs to.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
getMetastore_id, getOwner, getSecurable_kind, getSecurable_type, isBrowse_only, setBrowse_only, setMetastore_id, setOwner, setSecurable_kind, setSecurable_typeMethods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
getComment, getName, setComment, setName 
- 
Constructor Details
- 
CatalogNamespaceProperties
public CatalogNamespaceProperties() 
 - 
 - 
Method Details
- 
getCatalog_name
Return the name of the catalog that this element belongs to.- Returns:
 - name
 
 - 
setCatalog_name
Set up the name of the catalog that this element belongs to.- Parameters:
 catalog_name- name
 - 
toString
Standard toString method.- Overrides:
 toStringin classBasicElementProperties- Returns:
 - print out of variables in a JSON-style
 
 - 
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
 equalsin classBasicElementProperties- Parameters:
 objectToCompare- supplied object- Returns:
 - boolean result of comparison
 
 - 
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
 hashCodein classBasicElementProperties- Returns:
 - int
 
 
 -