org.syncope.console.commons
Class SearchConditionWrapper

java.lang.Object
  extended by 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

Nested Class Summary
static class SearchConditionWrapper.FilterType
           
static class SearchConditionWrapper.OperationType
           
 
Constructor Summary
SearchConditionWrapper()
           
 
Method Summary
 String getFilterName()
           
 SearchConditionWrapper.FilterType getFilterType()
           
 String getFilterValue()
           
 SearchConditionWrapper.OperationType getOperationType()
           
 AttributeCond.Type getType()
           
 boolean isNotOperator()
           
 void setFilterName(String filterName)
           
 void setFilterType(SearchConditionWrapper.FilterType filterType)
           
 void setFilterValue(String filterValue)
           
 void setNotOperator(boolean notOperator)
           
 void setOperationType(SearchConditionWrapper.OperationType operationType)
           
 void setType(AttributeCond.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchConditionWrapper

public SearchConditionWrapper()
Method Detail

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.