|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.spy.digg.PagingParameters
net.spy.digg.EventParameters
public class EventParameters
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 |
|---|
public EventParameters()
| Method Detail |
|---|
public java.lang.Long getMaxDate()
public void setMaxDate(java.lang.Long to)
public java.lang.Long getMinDate()
public void setMinDate(java.lang.Long to)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||