public interface Query
Query
object.Modifier and Type | Method and Description |
---|---|
List<String> |
getAttributesNames()
Method to obtain the name of all attributes contained in the bean object.
|
Object |
getAttributeValue(String attribute)
Method to get the value asigned in an bean's attribute.
|
void |
initialize()
Method to build an empty bean object.
|
void |
setAttributeValue(String attributeName,
Object value)
Method to add a value to an attribute of the query bean.
|
void initialize()
List<String> getAttributesNames()
void setAttributeValue(String attributeName, Object value)
attributeName
- name of the attribute to set the value.value
- value to set in the bean's attribute.Copyright © 2019. All rights reserved.