Class CMSPageListWsDTO
- java.lang.Object
-
- de.hybris.platform.cmsoccaddon.data.CMSPageListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CMSPageListWsDTO extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMSPageListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CMSPageWsDTO>getPage()voidsetPage(java.util.List<CMSPageWsDTO> page)
-
-
-
Method Detail
-
setPage
public void setPage(java.util.List<CMSPageWsDTO> page)
-
getPage
public java.util.List<CMSPageWsDTO> getPage()
-
-