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 PermissionVO
nodePermissions
-
Constructor Summary
Constructors Constructor Description CommentListVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getItemCount()
List<CommentVO>
getItems()
int
getPageSize()
int
getStartIndex()
int
getTotal()
void
setItemCount(int itemCount)
void
setItems(List<CommentVO> commentList)
void
setPageSize(int pageSize)
void
setStartIndex(int startIndex)
void
setTotal(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()
-
-