Class DatabaseSchema
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Asset
org.odpi.openmetadata.accessservices.dataengine.model.DatabaseSchema
- All Implemented Interfaces:
Serializable
DatabaseSchema is a java bean used to create DatabaseSchemas associated with the external data engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
boolean
Return if the database schema is incompleteint
hashCode()
void
setIncomplete
(boolean incomplete) Sets up if the database schema is incompletetoString()
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Asset
getDescription, getDisplayName, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerType, getZoneMembership, setDescription, setDisplayName, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerType, setZoneMembership
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
DatabaseSchema
public DatabaseSchema()
-
-
Method Details
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getIncomplete
public boolean getIncomplete()Return if the database schema is incomplete- Returns:
- if the database schema is incomplete
-
setIncomplete
public void setIncomplete(boolean incomplete) Sets up if the database schema is incomplete- Parameters:
incomplete
- if the database schema is incomplete
-
toString
-