org.syncope.console.commons
Class SearchConditionWrapper
java.lang.Object
org.syncope.console.commons.SearchConditionWrapper
- All Implemented Interfaces:
- Serializable
public class SearchConditionWrapper
- extends Object
- implements Serializable
Generic search condition wrapper class.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchConditionWrapper
public SearchConditionWrapper()
isNotOperator
public boolean isNotOperator()
setNotOperator
public void setNotOperator(boolean notOperator)
getOperationType
public SearchConditionWrapper.OperationType getOperationType()
setOperationType
public void setOperationType(SearchConditionWrapper.OperationType operationType)
getType
public AttributeCond.Type getType()
setType
public void setType(AttributeCond.Type type)
getFilterType
public SearchConditionWrapper.FilterType getFilterType()
setFilterType
public void setFilterType(SearchConditionWrapper.FilterType filterType)
getFilterName
public String getFilterName()
setFilterName
public void setFilterName(String filterName)
getFilterValue
public String getFilterValue()
setFilterValue
public void setFilterValue(String filterValue)
Copyright © 2010. All Rights Reserved.