org.apache.cxf.management.web.browser.client.service.browser
Class FilterOptions

java.lang.Object
  extended by org.apache.cxf.management.web.browser.client.service.browser.FilterOptions

public class FilterOptions
extends Object


Nested Class Summary
static class FilterOptions.Level
           
 
Field Summary
static FilterOptions EMPTY
           
 
Constructor Summary
FilterOptions(String phrase, Date from, Date to, List<FilterOptions.Level> levels)
           
 
Method Summary
 Date getFrom()
           
 List<FilterOptions.Level> getLevels()
           
 String getPhrase()
           
 Date getTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final FilterOptions EMPTY
Constructor Detail

FilterOptions

public FilterOptions(@Nullable
                     String phrase,
                     @Nullable
                     Date from,
                     @Nullable
                     Date to,
                     @Nonnull
                     List<FilterOptions.Level> levels)
Method Detail

getPhrase

@Nullable
public String getPhrase()

getFrom

@Nullable
public Date getFrom()

getTo

@Nullable
public Date getTo()

getLevels

@Nonnull
public List<FilterOptions.Level> getLevels()


Apache CXF