Package com.logicaldoc.webservice.mobile
Class CommentListVO
java.lang.Object
com.logicaldoc.webservice.mobile.CommentListVO
- All Implemented Interfaces:
- Serializable
User: Niraj Singh Date: 06/05/14
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetItems()intintintgetTotal()voidsetItemCount(int itemCount) voidvoidsetPageSize(int pageSize) voidsetStartIndex(int startIndex) voidsetTotal(int total) 
- 
Constructor Details- 
CommentListVOpublic CommentListVO()
 
- 
- 
Method Details- 
setTotalpublic void setTotal(int total) 
- 
setPageSizepublic void setPageSize(int pageSize) 
- 
setStartIndexpublic void setStartIndex(int startIndex) 
- 
setItemCountpublic void setItemCount(int itemCount) 
- 
getTotalpublic int getTotal()
- 
getPageSizepublic int getPageSize()
- 
getStartIndexpublic int getStartIndex()
- 
getItemCountpublic int getItemCount()
- 
getItems
- 
setItems
- 
getNodePermissions
 
-