net.stepniak.picheese.pojos.v1
Class CollectionBase

java.lang.Object
  extended by net.stepniak.picheese.pojos.Base
      extended by net.stepniak.picheese.pojos.v1.CollectionBase
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CollectionPhoto, CollectionPhotoComment

public class CollectionBase
extends Base

See Also:
Serialized Form

Constructor Summary
CollectionBase()
           
CollectionBase(int currentPage, int pageLimit, int totalResults)
           
 
Method Summary
 int getCurrentPage()
           
 boolean getIsNext()
           
 boolean getIsPrev()
           
 int getNextPage()
           
 int getPageLimit()
           
 int getPrevPage()
           
 int getTotalPages()
           
 int getTotalResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionBase

public CollectionBase()

CollectionBase

public CollectionBase(int currentPage,
                      int pageLimit,
                      int totalResults)
Method Detail

getCurrentPage

public int getCurrentPage()

getPageLimit

public int getPageLimit()

getTotalResults

public int getTotalResults()

getTotalPages

public int getTotalPages()

getIsNext

public boolean getIsNext()

getNextPage

public int getNextPage()

getIsPrev

public boolean getIsPrev()

getPrevPage

public int getPrevPage()


Copyright © 2013. All Rights Reserved.