public class DatabaseViewProperties extends SchemaAttributeProperties
| 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 |
getExpression()
Return the code that generates the value for this view.
|
int |
hashCode()
Return has code based on properties.
|
void |
setExpression(String expression)
Set up the code that generates the value for this view.
|
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 DatabaseViewProperties()
public DatabaseViewProperties(DatabaseViewProperties template)
template - object to copypublic String getExpression()
public void setExpression(String expression)
expression - string namepublic 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.