Class SmartQueryProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.LabeledRelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.collections.SmartQueryProperties
SmartQueryProperties describes the properties for the SmartQuery relationship between a results set and the saved query
that determines its members.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
typeName -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorSmartQueryProperties(SmartQueryProperties template) Copy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.LabeledRelationshipProperties
equals, getDescription, getLabel, hashCode, setDescription, setLabelMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
SmartQueryProperties
public SmartQueryProperties()Default constructor -
SmartQueryProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
toString
JSON-style toString.- Overrides:
toStringin classLabeledRelationshipProperties- Returns:
- list of properties and their values.
-