Class DatabaseTableProperties
java.lang.Object
org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseTableProperties
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseViewProperties
DatabaseTableProperties is a class for representing a relational database table.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturn a list of alternative names for the table.void
setAliases
(List<String> aliases) Set up a list of alternative names for the table.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
equals, getDescription, getDisplayName, getIsDeprecated, hashCode, setDescription, setDisplayName, setIsDeprecated
Methods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
DatabaseTableProperties
public DatabaseTableProperties()Default constructor -
DatabaseTableProperties
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getAliases
Return a list of alternative names for the table.- Returns:
- list of names
-
setAliases
Set up a list of alternative names for the table.- Parameters:
aliases
- list of names
-
toString
Standard toString method.- Overrides:
toString
in classSchemaElementProperties
- Returns:
- print out of variables in a JSON-style
-