cz.geek.picasa
Class PhotosBean

java.lang.Object
  extended by cz.geek.picasa.PhotosBean

public class PhotosBean
extends java.lang.Object


Constructor Summary
PhotosBean(com.google.gdata.data.photos.PhotoEntry curr, int c, com.google.gdata.data.photos.PhotoEntry prev, com.google.gdata.data.photos.PhotoEntry next, int size)
           
 
Method Summary
 int getC()
           
 PhotoBean getCurr()
           
 PhotoBean getNext()
           
 PhotoBean getPrev()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhotosBean

public PhotosBean(com.google.gdata.data.photos.PhotoEntry curr,
                  int c,
                  com.google.gdata.data.photos.PhotoEntry prev,
                  com.google.gdata.data.photos.PhotoEntry next,
                  int size)
Method Detail

getCurr

public PhotoBean getCurr()

getC

public int getC()

getPrev

public PhotoBean getPrev()

getNext

public PhotoBean getNext()

getSize

public int getSize()


Copyright © 2011. All Rights Reserved.