Class CustomerSegmentationListWsDTO
- java.lang.Object
-
- de.hybris.platform.personalizationwebservices.data.CustomerSegmentationListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CustomerSegmentationListWsDTO extends java.lang.Object implements java.io.Serializable
List of customer segmentations- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomerSegmentationListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CustomerSegmentationData>
getCustomerSegmentations()
PaginationWsDTO
getPagination()
void
setCustomerSegmentations(java.util.List<CustomerSegmentationData> customerSegmentations)
void
setPagination(PaginationWsDTO pagination)
-
-
-
Method Detail
-
setPagination
public void setPagination(PaginationWsDTO pagination)
-
getPagination
public PaginationWsDTO getPagination()
-
setCustomerSegmentations
public void setCustomerSegmentations(java.util.List<CustomerSegmentationData> customerSegmentations)
-
getCustomerSegmentations
public java.util.List<CustomerSegmentationData> getCustomerSegmentations()
-
-