Class CMSCommentListWsDTO
- java.lang.Object
-
- de.hybris.platform.cmswebservices.dto.CMSCommentListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CMSCommentListWsDTO extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMSCommentListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CMSCommentWsDTO>getComments()PaginationWsDTOgetPagination()voidsetComments(java.util.List<CMSCommentWsDTO> comments)voidsetPagination(PaginationWsDTO pagination)
-
-
-
Method Detail
-
setComments
public void setComments(java.util.List<CMSCommentWsDTO> comments)
-
getComments
public java.util.List<CMSCommentWsDTO> getComments()
-
setPagination
public void setPagination(PaginationWsDTO pagination)
-
getPagination
public PaginationWsDTO getPagination()
-
-