Class C360CartDataWsDTO
java.lang.Object
de.hybris.platform.assistedservicewebservices.dto.C360CartDataWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Cart Data
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()voidvoidsetEntries(List<C360CartEntryWsDTO> entries) voidsetTotalItemCount(Integer totalItemCount) voidsetTotalPrice(String totalPrice)
-
Constructor Details
-
C360CartDataWsDTO
public C360CartDataWsDTO()
-
-
Method Details
-
setCode
-
getCode
-
setTotalPrice
-
getTotalPrice
-
setTotalItemCount
-
getTotalItemCount
-
setEntries
-
getEntries
-