public class DatabaseColumnTypeElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
DatabaseColumnTypeElement()
Default constructor
|
DatabaseColumnTypeElement(DatabaseColumnTypeElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
SchemaTypeProperties |
getDatabaseColumnTypeProperties()
Return the properties for the database column type.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
int |
hashCode()
Return hash code for this object
|
void |
setDatabaseColumnTypeProperties(SchemaTypeProperties databaseColumnTypeProperties)
Set up the properties for the database column type.
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
String |
toString()
JSON-style toString
|
public DatabaseColumnTypeElement()
public DatabaseColumnTypeElement(DatabaseColumnTypeElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic SchemaTypeProperties getDatabaseColumnTypeProperties()
public void setDatabaseColumnTypeProperties(SchemaTypeProperties databaseColumnTypeProperties)
databaseColumnTypeProperties - properties beanpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.