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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanReturn if the database schema is incompleteinthashCode()voidsetIncomplete(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, setZoneMembershipMethods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
DatabaseSchema
public DatabaseSchema()
-
-
Method Details
-
equals
-
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
-