public class QuoteData extends AbstractOrderData
| Constructor and Description |
|---|
QuoteData() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime() |
Boolean |
getHasCart() |
QuoteState |
getState() |
Date |
getUpdatedTime() |
Integer |
getVersion() |
void |
setCreationTime(Date creationTime) |
void |
setHasCart(Boolean hasCart) |
void |
setState(QuoteState state) |
void |
setUpdatedTime(Date updatedTime) |
void |
setVersion(Integer version) |
getAppliedOrderPromotions, getAppliedProductPromotions, getAppliedVouchers, getChinesePaymentInfo, getCode, getComments, getDeliveryAddress, getDeliveryCost, getDeliveryItemsQuantity, getDeliveryMode, getDeliveryOrderGroups, getDeliveryTimeSlot, getDescription, getEntries, getExpirationTime, getGuid, getInsurancePolicy, getInsurancePolicyResponses, getInsuranceQuote, getMerchantCustomerId, getModifiedTime, getName, getOrderDiscounts, getOrderPrices, getPaymentInfo, getPaymentStatus, getPickupItemsQuantity, getPickupOrderGroups, getProductDiscounts, getQuoteDiscounts, getSite, getStore, getSubTotal, getSubTotalWithDiscounts, getSubTotalWithoutQuoteDiscounts, getTaxInvoice, getTotalDiscounts, getTotalDiscountsWithQuoteDiscounts, getTotalItems, getTotalPrice, getTotalPriceWithTax, getTotalTax, getTotalUnitCount, getUser, isCalculated, isNet, setAppliedOrderPromotions, setAppliedProductPromotions, setAppliedVouchers, setCalculated, setChinesePaymentInfo, setCode, setComments, setDeliveryAddress, setDeliveryCost, setDeliveryItemsQuantity, setDeliveryMode, setDeliveryOrderGroups, setDeliveryTimeSlot, setDescription, setEntries, setExpirationTime, setGuid, setInsurancePolicy, setInsurancePolicyResponses, setInsuranceQuote, setMerchantCustomerId, setModifiedTime, setName, setNet, setOrderDiscounts, setOrderPrices, setPaymentInfo, setPaymentStatus, setPickupItemsQuantity, setPickupOrderGroups, setProductDiscounts, setQuoteDiscounts, setSite, setStore, setSubTotal, setSubTotalWithDiscounts, setSubTotalWithoutQuoteDiscounts, setTaxInvoice, setTotalDiscounts, setTotalDiscountsWithQuoteDiscounts, setTotalItems, setTotalPrice, setTotalPriceWithTax, setTotalTax, setTotalUnitCount, setUserpublic void setVersion(Integer version)
public Integer getVersion()
public void setState(QuoteState state)
public QuoteState getState()
public void setCreationTime(Date creationTime)
setCreationTime in class AbstractOrderDatapublic Date getCreationTime()
getCreationTime in class AbstractOrderDatapublic void setUpdatedTime(Date updatedTime)
public Date getUpdatedTime()
public void setHasCart(Boolean hasCart)
public Boolean getHasCart()
Copyright © 2017 SAP SE. All Rights Reserved.