Class SchemaProperties
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
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SchemaProperties
- Direct Known Subclasses:
SchemaInfo
The properties of a schema. Mapped to CreateSchema.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return arbitrary name-value property pairs.int
hashCode()
Return hash code based on properties.void
setProperties
(Map<String, String> properties) Set up arbitrary name-value property pairs.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
getCatalog_name, setCatalog_name
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_type
Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
getComment, getName, setComment, setName
-
Constructor Details
-
SchemaProperties
public SchemaProperties()
-
-
Method Details
-
getProperties
Return arbitrary name-value property pairs.- Returns:
- property string map
-
setProperties
Set up arbitrary name-value property pairs.- Parameters:
properties
- property string map
-
toString
Standard toString method.- Overrides:
toString
in classCatalogNamespaceProperties
- 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:
equals
in classCatalogNamespaceProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classCatalogNamespaceProperties
- Returns:
- int
-