net.spy.digg
Class GalleryPhotoParameters

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

public class GalleryPhotoParameters
extends PagingParameters

Parameters for gallery photo requests.


Field Summary
 
Fields inherited from class net.spy.digg.PagingParameters
MAX_COUNT, MIN_COUNT
 
Constructor Summary
GalleryPhotoParameters()
           
 
Method Summary
 java.lang.Long getMaxSubmitDate()
          Get the maximum submission date.
 java.lang.Long getMinSubmitDate()
          Get the minimum submission date.
 void setMaxSubmitDate(java.lang.Long to)
          Set the maximum submission date.
 void setMinSubmitDate(java.lang.Long to)
          Set the minimum submission date.
 
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

GalleryPhotoParameters

public GalleryPhotoParameters()
Method Detail

getMaxSubmitDate

public java.lang.Long getMaxSubmitDate()
Get the maximum submission date.


setMaxSubmitDate

public void setMaxSubmitDate(java.lang.Long to)
Set the maximum submission date.


getMinSubmitDate

public java.lang.Long getMinSubmitDate()
Get the minimum submission date.


setMinSubmitDate

public void setMinSubmitDate(java.lang.Long to)
Set the minimum submission date.