org.syncope.console.commons
Class SearchConditionWrapper

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

Nested Class Summary
static class SearchConditionWrapper.FilterType
           
static class SearchConditionWrapper.OperationType
           
 
Constructor Summary
SearchConditionWrapper()
           
 
Method Summary
 java.lang.String getFilterName()
           
 SearchConditionWrapper.FilterType getFilterType()
           
 java.lang.String getFilterValue()
           
 SearchConditionWrapper.OperationType getOperationType()
           
 AttributeCond.Type getType()
           
 boolean isNotOperator()
           
 void setFilterName(java.lang.String filterName)
           
 void setFilterType(SearchConditionWrapper.FilterType filterType)
           
 void setFilterValue(java.lang.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 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.