Class AbstractOrderWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.AbstractOrderWsDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CartWsDTO,OrderWsDTO
Representation of an Abstract Order
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getGuid()getNet()getSite()getStore()getUser()voidsetAppliedOrderPromotions(List<PromotionResultWsDTO> appliedOrderPromotions) voidsetAppliedProductPromotions(List<PromotionResultWsDTO> appliedProductPromotions) voidsetAppliedVouchers(List<VoucherWsDTO> appliedVouchers) voidsetCalculated(Boolean calculated) voidsetChinesePaymentInfo(ChinesePaymentInfoWsDTO chinesePaymentInfo) voidvoidsetDeliveryAddress(AddressWsDTO deliveryAddress) voidsetDeliveryCost(PriceWsDTO deliveryCost) voidsetDeliveryItemsQuantity(Long deliveryItemsQuantity) voidsetDeliveryMode(DeliveryModeWsDTO deliveryMode) voidsetDeliveryOrderGroups(List<DeliveryOrderEntryGroupWsDTO> deliveryOrderGroups) voidsetDeliveryTimeSlot(DeliveryTimeSlotWsDTO deliveryTimeSlot) voidsetEntries(List<OrderEntryWsDTO> entries) voidsetEntryGroups(List<EntryGroupWsDTO> entryGroups) voidvoidvoidsetOrderDiscounts(PriceWsDTO orderDiscounts) voidsetPaymentInfo(PaymentDetailsWsDTO paymentInfo) voidsetPaymentStatus(String paymentStatus) voidsetPickupItemsQuantity(Long pickupItemsQuantity) voidsetPickupOrderGroups(List<PickupOrderEntryGroupWsDTO> pickupOrderGroups) voidsetProductDiscounts(PriceWsDTO productDiscounts) voidsetRequestedRetrievalAt(String requestedRetrievalAt) voidvoidvoidsetSubTotal(PriceWsDTO subTotal) voidsetTaxInvoice(TaxInvoiceWsDTO taxInvoice) voidsetTotalDiscounts(PriceWsDTO totalDiscounts) voidsetTotalItems(Integer totalItems) voidsetTotalPrice(PriceWsDTO totalPrice) voidsetTotalPriceWithTax(PriceWsDTO totalPriceWithTax) voidsetTotalTax(PriceWsDTO totalTax) voidsetUser(PrincipalWsDTO user)
-
Constructor Details
-
AbstractOrderWsDTO
public AbstractOrderWsDTO()
-
-
Method Details
-
setCode
-
getCode
-
setNet
-
getNet
-
setTotalPriceWithTax
-
getTotalPriceWithTax
-
setTotalPrice
-
getTotalPrice
-
setTotalTax
-
getTotalTax
-
setSubTotal
-
getSubTotal
-
setDeliveryCost
-
getDeliveryCost
-
setEntries
-
getEntries
-
setEntryGroups
-
getEntryGroups
-
setTotalItems
-
getTotalItems
-
setDeliveryMode
-
getDeliveryMode
-
setDeliveryAddress
-
getDeliveryAddress
-
setPaymentInfo
-
getPaymentInfo
-
setAppliedOrderPromotions
-
getAppliedOrderPromotions
-
setAppliedProductPromotions
-
getAppliedProductPromotions
-
setProductDiscounts
-
getProductDiscounts
-
setOrderDiscounts
-
getOrderDiscounts
-
setTotalDiscounts
-
getTotalDiscounts
-
setSite
-
getSite
-
setStore
-
getStore
-
setGuid
-
getGuid
-
setCalculated
-
getCalculated
-
setAppliedVouchers
-
getAppliedVouchers
-
setUser
-
getUser
-
setPickupOrderGroups
-
getPickupOrderGroups
-
setDeliveryOrderGroups
-
getDeliveryOrderGroups
-
setPickupItemsQuantity
-
getPickupItemsQuantity
-
setDeliveryItemsQuantity
-
getDeliveryItemsQuantity
-
setRequestedRetrievalAt
-
getRequestedRetrievalAt
-
setDeliveryTimeSlot
-
getDeliveryTimeSlot
-
setChinesePaymentInfo
-
getChinesePaymentInfo
-
setPaymentStatus
-
getPaymentStatus
-
setTaxInvoice
-
getTaxInvoice
-