Class QuoteData
java.lang.Object
de.hybris.platform.commercefacades.order.data.AbstractOrderData
de.hybris.platform.commercefacades.quote.data.QuoteData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()voidsetCreationTime(Date creationTime) voidsetHasCart(Boolean hasCart) voidsetOrderCode(String orderCode) voidsetPreviousEstimatedTotal(PriceData previousEstimatedTotal) voidsetSapAttachments(List<SAPAttachmentData> sapAttachments) voidsetSapSubtotalExcludingOrderLevelDiscount(PriceData sapSubtotalExcludingOrderLevelDiscount) voidsetState(QuoteState state) voidsetUpdatedTime(Date updatedTime) voidsetVersion(Integer version) Methods inherited from class de.hybris.platform.commercefacades.order.data.AbstractOrderData
getAppliedOrderPromotions, getAppliedProductPromotions, getAppliedVouchers, getBillingAddress, getCart, getCode, getComments, getDeliveryAddress, getDeliveryCost, getDeliveryItemsQuantity, getDeliveryMode, getDeliveryOrderGroups, getDescription, getEntries, getExpirationTime, getGuid, getMerchantCustomerId, getName, getOrderDiscounts, getOrderPrices, getPaymentInfo, getPickupItemsQuantity, getPickupOrderGroups, getPrice, getProductDiscounts, getQuoteDiscounts, getQuoteDiscountsRate, getQuoteDiscountsType, getRequestedRetrievalAt, getRootGroups, getSite, getStore, getSubTotal, getSubTotalWithDiscounts, getSubTotalWithoutQuoteDiscounts, getTotalDiscounts, getTotalDiscountsWithQuoteDiscounts, getTotalItems, getTotalPrice, getTotalPriceWithTax, getTotalTax, getTotalUnitCount, getUser, isCalculated, isNet, setAppliedOrderPromotions, setAppliedProductPromotions, setAppliedVouchers, setBillingAddress, setCalculated, setCart, setCode, setComments, setDeliveryAddress, setDeliveryCost, setDeliveryItemsQuantity, setDeliveryMode, setDeliveryOrderGroups, setDescription, setEntries, setExpirationTime, setGuid, setMerchantCustomerId, setName, setNet, setOrderDiscounts, setOrderPrices, setPaymentInfo, setPickupItemsQuantity, setPickupOrderGroups, setPrice, setProductDiscounts, setQuoteDiscounts, setQuoteDiscountsRate, setQuoteDiscountsType, setRequestedRetrievalAt, setRootGroups, setSite, setStore, setSubTotal, setSubTotalWithDiscounts, setSubTotalWithoutQuoteDiscounts, setTotalDiscounts, setTotalDiscountsWithQuoteDiscounts, setTotalItems, setTotalPrice, setTotalPriceWithTax, setTotalTax, setTotalUnitCount, setUser
-
Constructor Details
-
QuoteData
public QuoteData()
-
-
Method Details
-
setVersion
-
getVersion
-
setState
-
getState
-
setCreationTime
-
getCreationTime
-
setUpdatedTime
-
getUpdatedTime
-
setHasCart
-
getHasCart
-
setOrderCode
-
getOrderCode
-
setPreviousEstimatedTotal
-
getPreviousEstimatedTotal
-
setSapSubtotalExcludingOrderLevelDiscount
public void setSapSubtotalExcludingOrderLevelDiscount(PriceData sapSubtotalExcludingOrderLevelDiscount) -
getSapSubtotalExcludingOrderLevelDiscount
-
setSapAttachments
-
getSapAttachments
-