org.ow2.petals.flowwatch.flowmanager
Class Filter

java.lang.Object
  extended by org.ow2.petals.flowwatch.flowmanager.Filter

public class Filter
extends java.lang.Object


Nested Class Summary
static class Filter.FilterType
           
 
Constructor Summary
Filter()
           
Filter(int indexColumn, java.lang.String value, Filter.FilterType type)
           
 
Method Summary
 int getIndexColumn()
           
 Filter.FilterType getType()
           
 java.lang.String getValue()
           
 void setIndexColumn(int indexColumn)
           
 void setType(Filter.FilterType type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()

Filter

public Filter(int indexColumn,
              java.lang.String value,
              Filter.FilterType type)
Method Detail

getIndexColumn

public int getIndexColumn()

setIndexColumn

public void setIndexColumn(int indexColumn)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getType

public Filter.FilterType getType()

setType

public void setType(Filter.FilterType type)


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.