net.stepniak.picheese.pojos.v1
Class CollectionPhotoComment

java.lang.Object
  extended by net.stepniak.picheese.pojos.Base
      extended by net.stepniak.picheese.pojos.v1.CollectionBase
          extended by net.stepniak.picheese.pojos.v1.CollectionPhotoComment
All Implemented Interfaces:
Serializable

public class CollectionPhotoComment
extends CollectionBase

See Also:
Serialized Form

Constructor Summary
CollectionPhotoComment()
           
CollectionPhotoComment(int currentPage, int pageLimit, int totalResults, List<PhotoComment> entities)
           
 
Method Summary
 List<PhotoComment> getEntities()
           
 
Methods inherited from class net.stepniak.picheese.pojos.v1.CollectionBase
getCurrentPage, getIsNext, getIsPrev, getNextPage, getPageLimit, getPrevPage, getTotalPages, getTotalResults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionPhotoComment

public CollectionPhotoComment()

CollectionPhotoComment

public CollectionPhotoComment(int currentPage,
                              int pageLimit,
                              int totalResults,
                              List<PhotoComment> entities)
Method Detail

getEntities

public List<PhotoComment> getEntities()


Copyright © 2013. All Rights Reserved.