net.stepniak.picheese.pojos.v1
Class CollectionBase
java.lang.Object
net.stepniak.picheese.pojos.Base
net.stepniak.picheese.pojos.v1.CollectionBase
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CollectionPhoto
public class CollectionBase
- extends Base
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionBase
public CollectionBase()
CollectionBase
public CollectionBase(int currentPage,
int pageLimit,
int totalResults)
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.