public class CartWsDTO extends AbstractOrderWsDTO
| Constructor and Description |
|---|
CartWsDTO() |
getAppliedOrderPromotions, getAppliedProductPromotions, getAppliedVouchers, getCalculated, getCode, getDeliveryAddress, getDeliveryCost, getDeliveryItemsQuantity, getDeliveryMode, getDeliveryOrderGroups, getEntries, 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, setGuid, setNet, setOrderDiscounts, setPaymentInfo, setPickupItemsQuantity, setPickupOrderGroups, setProductDiscounts, setSite, setStore, setSubTotal, setTotalDiscounts, setTotalItems, setTotalPrice, setTotalPriceWithTax, setTotalTax, setUserpublic void setTotalUnitCount(Integer totalUnitCount)
public Integer getTotalUnitCount()
public void setPotentialOrderPromotions(List<PromotionResultWsDTO> potentialOrderPromotions)
public List<PromotionResultWsDTO> getPotentialOrderPromotions()
public void setPotentialProductPromotions(List<PromotionResultWsDTO> potentialProductPromotions)
public List<PromotionResultWsDTO> getPotentialProductPromotions()
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()
public void setExpirationTime(Date expirationTime)
public Date getExpirationTime()
public void setSaveTime(Date saveTime)
public Date getSaveTime()
public void setSavedBy(PrincipalWsDTO savedBy)
public PrincipalWsDTO getSavedBy()
public void setCostCenter(B2BCostCenterWsDTO costCenter)
public B2BCostCenterWsDTO getCostCenter()
public void setPaymentType(B2BPaymentTypeData paymentType)
public B2BPaymentTypeData getPaymentType()
public void setPurchaseOrderNumber(String purchaseOrderNumber)
public String getPurchaseOrderNumber()
Copyright © 2017 SAP SE. All Rights Reserved.