java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.AbstractOrderWsDTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CartWsDTO, OrderWsDTO

public class AbstractOrderWsDTO extends Object implements Serializable
Representation of an Abstract Order
See Also:
  • Constructor Details

    • AbstractOrderWsDTO

      public AbstractOrderWsDTO()
  • Method Details

    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setNet

      public void setNet(Boolean net)
    • getNet

      public Boolean getNet()
    • setTotalPriceWithTax

      public void setTotalPriceWithTax(PriceWsDTO totalPriceWithTax)
    • getTotalPriceWithTax

      public PriceWsDTO getTotalPriceWithTax()
    • setTotalPrice

      public void setTotalPrice(PriceWsDTO totalPrice)
    • getTotalPrice

      public PriceWsDTO getTotalPrice()
    • setTotalTax

      public void setTotalTax(PriceWsDTO totalTax)
    • getTotalTax

      public PriceWsDTO getTotalTax()
    • setSubTotal

      public void setSubTotal(PriceWsDTO subTotal)
    • getSubTotal

      public PriceWsDTO getSubTotal()
    • setDeliveryCost

      public void setDeliveryCost(PriceWsDTO deliveryCost)
    • getDeliveryCost

      public PriceWsDTO getDeliveryCost()
    • setEntries

      public void setEntries(List<OrderEntryWsDTO> entries)
    • getEntries

      public List<OrderEntryWsDTO> getEntries()
    • setEntryGroups

      public void setEntryGroups(List<EntryGroupWsDTO> entryGroups)
    • getEntryGroups

      public List<EntryGroupWsDTO> getEntryGroups()
    • setTotalItems

      public void setTotalItems(Integer totalItems)
    • getTotalItems

      public Integer getTotalItems()
    • setDeliveryMode

      public void setDeliveryMode(DeliveryModeWsDTO deliveryMode)
    • getDeliveryMode

      public DeliveryModeWsDTO getDeliveryMode()
    • setDeliveryAddress

      public void setDeliveryAddress(AddressWsDTO deliveryAddress)
    • getDeliveryAddress

      public AddressWsDTO getDeliveryAddress()
    • setPaymentInfo

      public void setPaymentInfo(PaymentDetailsWsDTO paymentInfo)
    • getPaymentInfo

      public PaymentDetailsWsDTO getPaymentInfo()
    • setAppliedOrderPromotions

      public void setAppliedOrderPromotions(List<PromotionResultWsDTO> appliedOrderPromotions)
    • getAppliedOrderPromotions

      public List<PromotionResultWsDTO> getAppliedOrderPromotions()
    • setAppliedProductPromotions

      public void setAppliedProductPromotions(List<PromotionResultWsDTO> appliedProductPromotions)
    • getAppliedProductPromotions

      public List<PromotionResultWsDTO> getAppliedProductPromotions()
    • setProductDiscounts

      public void setProductDiscounts(PriceWsDTO productDiscounts)
    • getProductDiscounts

      public PriceWsDTO getProductDiscounts()
    • setOrderDiscounts

      public void setOrderDiscounts(PriceWsDTO orderDiscounts)
    • getOrderDiscounts

      public PriceWsDTO getOrderDiscounts()
    • setTotalDiscounts

      public void setTotalDiscounts(PriceWsDTO totalDiscounts)
    • getTotalDiscounts

      public PriceWsDTO getTotalDiscounts()
    • setSite

      public void setSite(String site)
    • getSite

      public String getSite()
    • setStore

      public void setStore(String store)
    • getStore

      public String getStore()
    • setGuid

      public void setGuid(String guid)
    • getGuid

      public String getGuid()
    • setCalculated

      public void setCalculated(Boolean calculated)
    • getCalculated

      public Boolean getCalculated()
    • setAppliedVouchers

      public void setAppliedVouchers(List<VoucherWsDTO> appliedVouchers)
    • getAppliedVouchers

      public List<VoucherWsDTO> getAppliedVouchers()
    • setUser

      public void setUser(PrincipalWsDTO user)
    • getUser

      public PrincipalWsDTO getUser()
    • setPickupOrderGroups

      public void setPickupOrderGroups(List<PickupOrderEntryGroupWsDTO> pickupOrderGroups)
    • getPickupOrderGroups

      public List<PickupOrderEntryGroupWsDTO> getPickupOrderGroups()
    • setDeliveryOrderGroups

      public void setDeliveryOrderGroups(List<DeliveryOrderEntryGroupWsDTO> deliveryOrderGroups)
    • getDeliveryOrderGroups

      public List<DeliveryOrderEntryGroupWsDTO> getDeliveryOrderGroups()
    • setPickupItemsQuantity

      public void setPickupItemsQuantity(Long pickupItemsQuantity)
    • getPickupItemsQuantity

      public Long getPickupItemsQuantity()
    • setDeliveryItemsQuantity

      public void setDeliveryItemsQuantity(Long deliveryItemsQuantity)
    • getDeliveryItemsQuantity

      public Long getDeliveryItemsQuantity()
    • setRequestedRetrievalAt

      public void setRequestedRetrievalAt(String requestedRetrievalAt)
    • getRequestedRetrievalAt

      public String getRequestedRetrievalAt()
    • setDeliveryTimeSlot

      public void setDeliveryTimeSlot(DeliveryTimeSlotWsDTO deliveryTimeSlot)
    • getDeliveryTimeSlot

      public DeliveryTimeSlotWsDTO getDeliveryTimeSlot()
    • setChinesePaymentInfo

      public void setChinesePaymentInfo(ChinesePaymentInfoWsDTO chinesePaymentInfo)
    • getChinesePaymentInfo

      public ChinesePaymentInfoWsDTO getChinesePaymentInfo()
    • setPaymentStatus

      public void setPaymentStatus(String paymentStatus)
    • getPaymentStatus

      public String getPaymentStatus()
    • setTaxInvoice

      public void setTaxInvoice(TaxInvoiceWsDTO taxInvoice)
    • getTaxInvoice

      public TaxInvoiceWsDTO getTaxInvoice()