public class DatabaseViewProperties extends DatabaseTableProperties
| Constructor and Description |
|---|
DatabaseViewProperties()
Default constructor
|
DatabaseViewProperties(DatabaseViewProperties 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.
|
getAliases, setAliasesgetDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic DatabaseViewProperties()
public DatabaseViewProperties(DatabaseViewProperties 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 DatabaseTablePropertiespublic boolean equals(Object objectToCompare)
equals in class SchemaElementPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SchemaElementPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.