Class CartWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.AbstractOrderWsDTO
de.hybris.platform.commercewebservicescommons.dto.order.CartWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Cart
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCartCosts(List<CartCostWsDTO> cartCosts) voidsetDescription(String description) voidsetExpirationTime(Date expirationTime) voidsetMessage(List<MessageWsDTO> message) voidvoidsetPotentialOrderPromotions(List<PromotionResultWsDTO> potentialOrderPromotions) voidsetPotentialProductPromotions(List<PromotionResultWsDTO> potentialProductPromotions) voidsetRootGroups(List<RootGroupsWsDTO> rootGroups) voidsetSavedBy(PrincipalWsDTO savedBy) voidsetSaveTime(Date saveTime) voidsetTotalUnitCount(Integer totalUnitCount) Methods inherited from class de.hybris.platform.commercewebservicescommons.dto.order.AbstractOrderWsDTO
getAppliedOrderPromotions, getAppliedProductPromotions, getAppliedVouchers, getCalculated, getCode, getDeliveryAddress, getDeliveryCost, getDeliveryItemsQuantity, getDeliveryMode, getDeliveryOrderGroups, getEntries, getEntryGroups, getGuid, getNet, getOrderDiscounts, getPaymentInfo, getPickupItemsQuantity, getPickupOrderGroups, getProductDiscounts, getSite, getStore, getSubTotal, getTotalDiscounts, getTotalItems, getTotalPrice, getTotalPriceWithTax, getTotalTax, getUser, setAppliedOrderPromotions, setAppliedProductPromotions, setAppliedVouchers, setCalculated, setCode, setDeliveryAddress, setDeliveryCost, setDeliveryItemsQuantity, setDeliveryMode, setDeliveryOrderGroups, setEntries, setEntryGroups, setGuid, setNet, setOrderDiscounts, setPaymentInfo, setPickupItemsQuantity, setPickupOrderGroups, setProductDiscounts, setSite, setStore, setSubTotal, setTotalDiscounts, setTotalItems, setTotalPrice, setTotalPriceWithTax, setTotalTax, setUser
-
Constructor Details
-
CartWsDTO
public CartWsDTO()
-
-
Method Details
-
setTotalUnitCount
-
getTotalUnitCount
-
setPotentialOrderPromotions
-
getPotentialOrderPromotions
-
setPotentialProductPromotions
-
getPotentialProductPromotions
-
setName
-
getName
-
setDescription
-
getDescription
-
setExpirationTime
-
getExpirationTime
-
setSaveTime
-
getSaveTime
-
setSavedBy
-
getSavedBy
-
setMessage
-
getMessage
-
setCartCosts
-
getCartCosts
-
setRootGroups
-
getRootGroups
-