org.syncope.console.commons
Class SearchConditionWrapper
java.lang.Object
org.syncope.console.commons.SearchConditionWrapper
- All Implemented Interfaces:
- java.io.Serializable
public class SearchConditionWrapper
- extends java.lang.Object
- implements java.io.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 java.lang.String getFilterName()
setFilterName
public void setFilterName(java.lang.String filterName)
getFilterValue
public java.lang.String getFilterValue()
setFilterValue
public void setFilterValue(java.lang.String filterValue)
Copyright © 2010. All Rights Reserved.