Package com.logicaldoc.webservice.mobile
Class CommentListVO
- java.lang.Object
 - 
- com.logicaldoc.webservice.mobile.CommentListVO
 
 
- 
- All Implemented Interfaces:
 Serializable
public class CommentListVO extends Object implements Serializable
User: Niraj Singh Date: 06/05/14- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description PermissionVOnodePermissions 
- 
Constructor Summary
Constructors Constructor Description CommentListVO() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetItemCount()List<CommentVO>getItems()intgetPageSize()intgetStartIndex()intgetTotal()voidsetItemCount(int itemCount)voidsetItems(List<CommentVO> commentList)voidsetPageSize(int pageSize)voidsetStartIndex(int startIndex)voidsetTotal(int total) 
 - 
 
- 
- 
Field Detail
- 
nodePermissions
public PermissionVO nodePermissions
 
 - 
 
- 
Method Detail
- 
setTotal
public void setTotal(int total)
 
- 
setPageSize
public void setPageSize(int pageSize)
 
- 
setStartIndex
public void setStartIndex(int startIndex)
 
- 
setItemCount
public void setItemCount(int itemCount)
 
- 
getTotal
public int getTotal()
 
- 
getPageSize
public int getPageSize()
 
- 
getStartIndex
public int getStartIndex()
 
- 
getItemCount
public int getItemCount()
 
 - 
 
 -