Class CartModificationListWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.order.CartModificationListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CartModificationListWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Cart modification list- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CartModificationListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CartModificationWsDTO>getCartModifications()voidsetCartModifications(java.util.List<CartModificationWsDTO> cartModifications)
-
-
-
Method Detail
-
setCartModifications
public void setCartModifications(java.util.List<CartModificationWsDTO> cartModifications)
-
getCartModifications
public java.util.List<CartModificationWsDTO> getCartModifications()
-
-