Class PromotionResultListWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.product.PromotionResultListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class PromotionResultListWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Promotion result list- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PromotionResultListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PromotionResultWsDTO>getPromotions()voidsetPromotions(java.util.List<PromotionResultWsDTO> promotions)
-
-
-
Method Detail
-
setPromotions
public void setPromotions(java.util.List<PromotionResultWsDTO> promotions)
-
getPromotions
public java.util.List<PromotionResultWsDTO> getPromotions()
-
-