net.spy.digg
Interface GalleryPhoto

All Known Implementing Classes:
GalleryPhotoImpl

public interface GalleryPhoto

A gallery.


Method Summary
 int getId()
          Get the ID of this image.
 java.net.URL getImgHref()
          Get the URL to the page containing this image.
 java.net.URL getImgSrc()
          Get the URL to the image itself.
 int getNumComments()
          Get the number of comments on this image.
 long getSubmitTimestamp()
          Get the date this image was submitted.
 java.lang.String getTitle()
          Get the title of this image.
 User getUser()
          Get the User who created this image.
 

Method Detail

getId

int getId()
Get the ID of this image.


getSubmitTimestamp

long getSubmitTimestamp()
Get the date this image was submitted.


getNumComments

int getNumComments()
Get the number of comments on this image.


getImgSrc

java.net.URL getImgSrc()
Get the URL to the image itself.


getImgHref

java.net.URL getImgHref()
Get the URL to the page containing this image.


getTitle

java.lang.String getTitle()
Get the title of this image.


getUser

User getUser()
Get the User who created this image.