public class TabularColumnProperties extends SchemaAttributeProperties
| Constructor and Description |
|---|
TabularColumnProperties()
Default constructor used by subclasses
|
TabularColumnProperties(DatabaseColumnProperties template)
Copy/clone Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getDataType()
Return the data type for this element.
|
String |
getDefaultValue()
Return the default value for the element.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDataType(String dataType)
Set up the data type for this element.
|
void |
setDefaultValue(String defaultValue)
Set up the default value for the element.
|
String |
toString()
Standard toString method.
|
getAliases, getAnchorGUID, getDefaultValueOverride, getElementPosition, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeJavaClass, getSignificantDigits, getSortOrder, isAllowsDuplicateValues, isNullable, isOrderedValues, setAliases, setAllowsDuplicateValues, setAnchorGUID, setDefaultValueOverride, setElementPosition, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeJavaClass, setNullable, setOrderedValues, setSignificantDigits, setSortOrdergetDescription, getDisplayName, isDeprecated, setDeprecated, setDescription, setDisplayNamegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic TabularColumnProperties()
public TabularColumnProperties(DatabaseColumnProperties template)
template - template object to copy.public String getDataType()
public void setDataType(String dataType)
dataType - data type namepublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - String containing default valuepublic String toString()
toString in class SchemaAttributePropertiespublic boolean equals(Object objectToCompare)
equals in class SchemaAttributePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SchemaAttributePropertiesCopyright © 2018–2020 ODPi. All rights reserved.