org.syncope.console.commons
Class SearchCondWrapper

java.lang.Object
  extended by org.syncope.console.commons.SearchCondWrapper
All Implemented Interfaces:
Serializable

public class SearchCondWrapper
extends Object
implements Serializable

Generic search condition wrapper class.

See Also:
Serialized Form

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

Constructor Detail

SearchCondWrapper

public SearchCondWrapper()
Method Detail

isNotOperator

public boolean isNotOperator()

setNotOperator

public void setNotOperator(boolean notOperator)

getOperationType

public SearchCondWrapper.OperationType getOperationType()

setOperationType

public void setOperationType(SearchCondWrapper.OperationType operationType)

getType

public AttributeCond.Type getType()

setType

public void setType(AttributeCond.Type type)

getFilterType

public SearchCondWrapper.FilterType getFilterType()

setFilterType

public void setFilterType(SearchCondWrapper.FilterType filterType)

getFilterName

public String getFilterName()

setFilterName

public void setFilterName(String filterName)

getFilterValue

public String getFilterValue()

setFilterValue

public void setFilterValue(String filterValue)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.