public class DatabaseColumnProperties extends TabularColumnProperties
| Constructor and Description |
|---|
DatabaseColumnProperties()
Default constructor
|
DatabaseColumnProperties(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 |
getFormula()
Return the formula used to combine the values of the queries.
|
List<DatabaseQueryProperties> |
getQueries()
Return the list of individual query targets for a derived column.
|
int |
hashCode()
Return has code based on properties.
|
void |
setFormula(String formula)
Set up the formula used to combine the values of the queries.
|
void |
setQueries(List<DatabaseQueryProperties> queries)
Set up the list of individual query targets for a derived column.
|
String |
toString()
Standard toString method.
|
getDataType, getDefaultValue, getExternalTypeGUID, getFixedValue, getValidValuesSetGUID, setDataType, setDefaultValue, setExternalTypeGUID, setFixedValue, setValidValuesSetGUIDgetAliases, getAllowsDuplicateValues, getDefaultValueOverride, getElementPosition, getIsNullable, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeJavaClass, getOrderedValues, getPrecision, getSchemaType, getSortOrder, setAliases, setAllowsDuplicateValues, setDefaultValueOverride, setElementPosition, setIsNullable, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeJavaClass, setOrderedValues, setPrecision, setSchemaType, setSortOrdergetDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic DatabaseColumnProperties()
public DatabaseColumnProperties(DatabaseColumnProperties template)
template - object to copypublic String getFormula()
public void setFormula(String formula)
formula - String formulapublic List<DatabaseQueryProperties> getQueries()
public void setQueries(List<DatabaseQueryProperties> queries)
queries - list of queries and their target elementpublic String toString()
toString in class TabularColumnPropertiespublic boolean equals(Object objectToCompare)
equals in class TabularColumnPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class TabularColumnPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.