java.lang.Object
de.hybris.platform.ordermanagementfacades.order.data.OrderRequestData
All Implemented Interfaces:
Serializable

public class OrderRequestData extends Object implements Serializable
See Also:
  • Constructor Details

    • OrderRequestData

      public OrderRequestData()
  • Method Details

    • setExternalOrderCode

      public void setExternalOrderCode(String externalOrderCode)
    • getExternalOrderCode

      public String getExternalOrderCode()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setGuid

      public void setGuid(String guid)
    • getGuid

      public String getGuid()
    • setUser

      public void setUser(CustomerData user)
    • getUser

      public CustomerData getUser()
    • setSiteUid

      public void setSiteUid(String siteUid)
    • getSiteUid

      public String getSiteUid()
    • setStoreUid

      public void setStoreUid(String storeUid)
    • getStoreUid

      public String getStoreUid()
    • setCurrencyIsocode

      public void setCurrencyIsocode(String currencyIsocode)
    • getCurrencyIsocode

      public String getCurrencyIsocode()
    • setLanguageIsocode

      public void setLanguageIsocode(String languageIsocode)
    • getLanguageIsocode

      public String getLanguageIsocode()
    • setDeliveryAddress

      public void setDeliveryAddress(AddressData deliveryAddress)
    • getDeliveryAddress

      public AddressData getDeliveryAddress()
    • setPaymentAddress

      public void setPaymentAddress(AddressData paymentAddress)
    • getPaymentAddress

      public AddressData getPaymentAddress()
    • setDeliveryModeCode

      public void setDeliveryModeCode(String deliveryModeCode)
    • getDeliveryModeCode

      public String getDeliveryModeCode()
    • setDeliveryStatus

      public void setDeliveryStatus(DeliveryStatus deliveryStatus)
    • getDeliveryStatus

      public DeliveryStatus getDeliveryStatus()
    • setNet

      public void setNet(boolean net)
    • isNet

      public boolean isNet()
    • setCalculated

      public void setCalculated(boolean calculated)
    • isCalculated

      public boolean isCalculated()
    • setTotalPrice

      public void setTotalPrice(double totalPrice)
    • getTotalPrice

      public double getTotalPrice()
    • setTotalTax

      public void setTotalTax(double totalTax)
    • getTotalTax

      public double getTotalTax()
    • setSubtotal

      public void setSubtotal(double subtotal)
    • getSubtotal

      public double getSubtotal()
    • setDeliveryCost

      public void setDeliveryCost(double deliveryCost)
    • getDeliveryCost

      public double getDeliveryCost()
    • setExpirationTime

      public void setExpirationTime(Date expirationTime)
    • getExpirationTime

      public Date getExpirationTime()
    • setEntries

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

      public List<OrderEntryRequestData> getEntries()
    • setPaymentTransactions

      public void setPaymentTransactions(List<PaymentTransactionData> paymentTransactions)
    • getPaymentTransactions

      public List<PaymentTransactionData> getPaymentTransactions()
    • setAllPromotionResults

      public void setAllPromotionResults(Set<PromotionResultData> allPromotionResults)
    • getAllPromotionResults

      public Set<PromotionResultData> getAllPromotionResults()
    • setCostCenterCode

      public void setCostCenterCode(String costCenterCode)
    • getCostCenterCode

      public String getCostCenterCode()