net.spy.digg
Class EventParameters

java.lang.Object
  extended by net.spy.digg.PagingParameters
      extended by net.spy.digg.EventParameters

public class EventParameters
extends PagingParameters

Parameters for event queries.


Field Summary
 
Fields inherited from class net.spy.digg.PagingParameters
MAX_COUNT, MIN_COUNT
 
Constructor Summary
EventParameters()
           
 
Method Summary
 java.lang.Long getMaxDate()
          Get the maximum timestamp.
 java.lang.Long getMinDate()
          Get the minimum timestamp.
 void setMaxDate(java.lang.Long to)
          Set the maximum timestamp.
 void setMinDate(java.lang.Long to)
          Set the minimum timestamp.
 
Methods inherited from class net.spy.digg.PagingParameters
getCount, getOffset, getSort, setCount, setOffset, setSort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventParameters

public EventParameters()
Method Detail

getMaxDate

public java.lang.Long getMaxDate()
Get the maximum timestamp.


setMaxDate

public void setMaxDate(java.lang.Long to)
Set the maximum timestamp.


getMinDate

public java.lang.Long getMinDate()
Get the minimum timestamp.


setMinDate

public void setMinDate(java.lang.Long to)
Set the minimum timestamp.