Class CartWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.order.AbstractOrderWsDTO
-
- de.hybris.platform.commercewebservicescommons.dto.order.CartWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CartWsDTO extends AbstractOrderWsDTO
Representation of a Cart- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CartWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2BCostCenterWsDTOgetCostCenter()java.lang.StringgetDescription()java.util.DategetExpirationTime()java.lang.StringgetName()B2BPaymentTypeDatagetPaymentType()java.util.List<PromotionResultWsDTO>getPotentialOrderPromotions()java.util.List<PromotionResultWsDTO>getPotentialProductPromotions()java.lang.StringgetPurchaseOrderNumber()PrincipalWsDTOgetSavedBy()java.util.DategetSaveTime()java.lang.IntegergetTotalUnitCount()voidsetCostCenter(B2BCostCenterWsDTO costCenter)voidsetDescription(java.lang.String description)voidsetExpirationTime(java.util.Date expirationTime)voidsetName(java.lang.String name)voidsetPaymentType(B2BPaymentTypeData paymentType)voidsetPotentialOrderPromotions(java.util.List<PromotionResultWsDTO> potentialOrderPromotions)voidsetPotentialProductPromotions(java.util.List<PromotionResultWsDTO> potentialProductPromotions)voidsetPurchaseOrderNumber(java.lang.String purchaseOrderNumber)voidsetSavedBy(PrincipalWsDTO savedBy)voidsetSaveTime(java.util.Date saveTime)voidsetTotalUnitCount(java.lang.Integer totalUnitCount)-
Methods inherited from class de.hybris.platform.commercewebservicescommons.dto.order.AbstractOrderWsDTO
getAppliedOrderPromotions, getAppliedProductPromotions, getAppliedVouchers, getCalculated, getChinesePaymentInfo, getCode, getDeliveryAddress, getDeliveryCost, getDeliveryItemsQuantity, getDeliveryMode, getDeliveryOrderGroups, getDeliveryTimeSlot, getEntries, getGuid, getNet, getOrderDiscounts, getPaymentInfo, getPaymentStatus, getPickupItemsQuantity, getPickupOrderGroups, getProductDiscounts, getSite, getStore, getSubTotal, getTaxInvoice, getTotalDiscounts, getTotalItems, getTotalPrice, getTotalPriceWithTax, getTotalTax, getUser, setAppliedOrderPromotions, setAppliedProductPromotions, setAppliedVouchers, setCalculated, setChinesePaymentInfo, setCode, setDeliveryAddress, setDeliveryCost, setDeliveryItemsQuantity, setDeliveryMode, setDeliveryOrderGroups, setDeliveryTimeSlot, setEntries, setGuid, setNet, setOrderDiscounts, setPaymentInfo, setPaymentStatus, setPickupItemsQuantity, setPickupOrderGroups, setProductDiscounts, setSite, setStore, setSubTotal, setTaxInvoice, setTotalDiscounts, setTotalItems, setTotalPrice, setTotalPriceWithTax, setTotalTax, setUser
-
-
-
-
Method Detail
-
setTotalUnitCount
public void setTotalUnitCount(java.lang.Integer totalUnitCount)
-
getTotalUnitCount
public java.lang.Integer getTotalUnitCount()
-
setPotentialOrderPromotions
public void setPotentialOrderPromotions(java.util.List<PromotionResultWsDTO> potentialOrderPromotions)
-
getPotentialOrderPromotions
public java.util.List<PromotionResultWsDTO> getPotentialOrderPromotions()
-
setPotentialProductPromotions
public void setPotentialProductPromotions(java.util.List<PromotionResultWsDTO> potentialProductPromotions)
-
getPotentialProductPromotions
public java.util.List<PromotionResultWsDTO> getPotentialProductPromotions()
-
setName
public void setName(java.lang.String name)
-
getName
public java.lang.String getName()
-
setDescription
public void setDescription(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
-
setExpirationTime
public void setExpirationTime(java.util.Date expirationTime)
-
getExpirationTime
public java.util.Date getExpirationTime()
-
setSaveTime
public void setSaveTime(java.util.Date saveTime)
-
getSaveTime
public java.util.Date getSaveTime()
-
setSavedBy
public void setSavedBy(PrincipalWsDTO savedBy)
-
getSavedBy
public PrincipalWsDTO getSavedBy()
-
setCostCenter
public void setCostCenter(B2BCostCenterWsDTO costCenter)
-
getCostCenter
public B2BCostCenterWsDTO getCostCenter()
-
setPaymentType
public void setPaymentType(B2BPaymentTypeData paymentType)
-
getPaymentType
public B2BPaymentTypeData getPaymentType()
-
setPurchaseOrderNumber
public void setPurchaseOrderNumber(java.lang.String purchaseOrderNumber)
-
getPurchaseOrderNumber
public java.lang.String getPurchaseOrderNumber()
-
-