public class AttributeSearchTask extends Task
_isUpdateTask| Constructor and Description |
|---|
AttributeSearchTask()
Construct an instance of AttributeSearchTask
and set it as a select task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(PTDBGenericAttribute attribute)
Add the given attribute to the search attribute list.
|
java.util.ArrayList<PTDBGenericAttribute> |
getAttributesList()
Return the search attribute list.
|
void |
setAttributesList(java.util.ArrayList<PTDBGenericAttribute> attributesList)
Set the search attribute list to the given list.
|
isUpdateTask, setIsUpdateTaskpublic AttributeSearchTask()
public void addAttribute(PTDBGenericAttribute attribute)
attribute - PTDBGenericAttribute to add to the
search attribute list.public java.util.ArrayList<PTDBGenericAttribute> getAttributesList()
setAttributesList(java.util.ArrayList<ptdb.common.dto.PTDBGenericAttribute>)public void setAttributesList(java.util.ArrayList<PTDBGenericAttribute> attributesList)
attributesList - List of attributes for search.getAttributesList()