Class DatabaseTableTypeElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securitymanager.metadataelements.DatabaseTableTypeElement
-
- All Implemented Interfaces:
Serializable,MetadataElement
public class DatabaseTableTypeElement extends Object implements MetadataElement, Serializable
DatabaseTableElement contains the properties and header for a database table entity retrieved from the metadata repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseTableTypeElement()Default constructorDatabaseTableTypeElement(DatabaseTableTypeElement template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.SchemaTypePropertiesgetDatabaseTableTypeProperties()Return the properties for the database table's type.ElementHeadergetElementHeader()Return the element header associated with the properties.inthashCode()Return hash code for this objectvoidsetDatabaseTableTypeProperties(SchemaTypeProperties databaseTableTypeProperties)Set up the properties for the database table's type.voidsetElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
DatabaseTableTypeElement
public DatabaseTableTypeElement()
Default constructor
-
DatabaseTableTypeElement
public DatabaseTableTypeElement(DatabaseTableTypeElement template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getElementHeader
public ElementHeader getElementHeader()
Return the element header associated with the properties.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
public void setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.- Specified by:
setElementHeaderin interfaceMetadataElement- Parameters:
elementHeader- element header object
-
getDatabaseTableTypeProperties
public SchemaTypeProperties getDatabaseTableTypeProperties()
Return the properties for the database table's type.- Returns:
- properties bean
-
setDatabaseTableTypeProperties
public void setDatabaseTableTypeProperties(SchemaTypeProperties databaseTableTypeProperties)
Set up the properties for the database table's type.- Parameters:
databaseTableTypeProperties- properties bean
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-