Class CustomerInterestsSearchPageWsDTO
- java.lang.Object
-
- de.hybris.platform.customerinterestsoccaddon.dto.CustomerInterestsSearchPageWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CustomerInterestsSearchPageWsDTO extends java.lang.Object implements java.io.SerializableCustomer interests search page- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomerInterestsSearchPageWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginationWsDTOgetPagination()java.util.List<ProductInterestRelationWsDTO>getResults()java.util.List<SortWsDTO>getSorts()voidsetPagination(PaginationWsDTO pagination)voidsetResults(java.util.List<ProductInterestRelationWsDTO> results)voidsetSorts(java.util.List<SortWsDTO> sorts)
-
-
-
Method Detail
-
setResults
public void setResults(java.util.List<ProductInterestRelationWsDTO> results)
-
getResults
public java.util.List<ProductInterestRelationWsDTO> getResults()
-
setSorts
public void setSorts(java.util.List<SortWsDTO> sorts)
-
getSorts
public java.util.List<SortWsDTO> getSorts()
-
setPagination
public void setPagination(PaginationWsDTO pagination)
-
getPagination
public PaginationWsDTO getPagination()
-
-