public class CartData extends AbstractOrderData
| Constructor and Description |
|---|
CartData() |
getAppliedOrderPromotions, getAppliedProductPromotions, getAppliedVouchers, getCode, getCreationTime, getDeliveryAddress, getDeliveryCost, getDeliveryItemsQuantity, getDeliveryMode, getDeliveryOrderGroups, getEntries, getGuid, getInsurancePolicy, getInsurancePolicyResponses, getInsuranceQuote, getMerchantCustomerId, getModifiedTime, getOrderDiscounts, getOrderPrices, getPaymentInfo, getPickupItemsQuantity, getPickupOrderGroups, getProductDiscounts, getSite, getStore, getSubTotal, getSubTotalWithDiscounts, getTotalDiscounts, getTotalItems, getTotalPrice, getTotalPriceWithTax, getTotalTax, getUser, isCalculated, isNet, setAppliedOrderPromotions, setAppliedProductPromotions, setAppliedVouchers, setCalculated, setCode, setCreationTime, setDeliveryAddress, setDeliveryCost, setDeliveryItemsQuantity, setDeliveryMode, setDeliveryOrderGroups, setEntries, setGuid, setInsurancePolicy, setInsurancePolicyResponses, setInsuranceQuote, setMerchantCustomerId, setModifiedTime, setNet, setOrderDiscounts, setOrderPrices, setPaymentInfo, setPickupItemsQuantity, setPickupOrderGroups, setProductDiscounts, setSite, setStore, setSubTotal, setSubTotalWithDiscounts, setTotalDiscounts, setTotalItems, setTotalPrice, setTotalPriceWithTax, setTotalTax, setUserpublic void setTotalUnitCount(Integer totalUnitCount)
setTotalUnitCount in class AbstractOrderDatapublic Integer getTotalUnitCount()
getTotalUnitCount in class AbstractOrderDatapublic void setPotentialOrderPromotions(List<PromotionResultData> potentialOrderPromotions)
public List<PromotionResultData> getPotentialOrderPromotions()
public void setPotentialProductPromotions(List<PromotionResultData> potentialProductPromotions)
public List<PromotionResultData> 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(PrincipalData savedBy)
public PrincipalData getSavedBy()
public void setImportStatus(ImportStatus importStatus)
public ImportStatus getImportStatus()
public void setInvoice(InvoiceData invoice)
public InvoiceData getInvoice()
public void setRequireInvoice(String requireInvoice)
public String getRequireInvoice()
public void setPaymentMode(PaymentModeData paymentMode)
public PaymentModeData getPaymentMode()
public void setDeliveryTimeslot(DeliveryTimeslot deliveryTimeslot)
public DeliveryTimeslot getDeliveryTimeslot()
public void setBackendDown(boolean backendDown)
public boolean isBackendDown()
public void setFirstIncompleteBundleComponentsMap(Map<Integer,BundleTemplateData> firstIncompleteBundleComponentsMap)
public Map<Integer,BundleTemplateData> getFirstIncompleteBundleComponentsMap()
public void setCartInvalidMessage(String cartInvalidMessage)
public String getCartInvalidMessage()
public void setAllEntriesCount(Integer allEntriesCount)
public Integer getAllEntriesCount()
public void setHasSessionFormData(Boolean hasSessionFormData)
public Boolean getHasSessionFormData()
public void setCostCenter(B2BCostCenterData costCenter)
public B2BCostCenterData getCostCenter()
public void setPaymentType(B2BPaymentTypeData paymentType)
public B2BPaymentTypeData getPaymentType()
public void setPurchaseOrderNumber(String purchaseOrderNumber)
public String getPurchaseOrderNumber()
public void setB2BComment(B2BCommentData b2BComment)
public B2BCommentData getB2BComment()
public void setB2bCustomerData(CustomerData b2bCustomerData)
public CustomerData getB2bCustomerData()
public void setQuoteAllowed(Boolean quoteAllowed)
public Boolean getQuoteAllowed()
Copyright © 2000-2016 SAP SE. All Rights Reserved.