public class OrderData extends AbstractOrderData
| Constructor and Description |
|---|
OrderData() |
getAppliedOrderPromotions, getAppliedProductPromotions, getAppliedVouchers, getChinesePaymentInfo, getCode, getComments, getCreationTime, 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, setCreationTime, 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 setCreated(Date created)
public Date getCreated()
public void setStatus(OrderStatus status)
public OrderStatus getStatus()
public void setStatusDisplay(String statusDisplay)
public String getStatusDisplay()
public void setGuestCustomer(boolean guestCustomer)
public boolean isGuestCustomer()
public void setConsignments(List<ConsignmentData> consignments)
public List<ConsignmentData> getConsignments()
public void setDeliveryStatus(DeliveryStatus deliveryStatus)
public DeliveryStatus getDeliveryStatus()
public void setDeliveryStatusDisplay(String deliveryStatusDisplay)
public String getDeliveryStatusDisplay()
public void setUnconsignedEntries(List<OrderEntryData> unconsignedEntries)
public List<OrderEntryData> getUnconsignedEntries()
public void setPlacedBy(String placedBy)
public String getPlacedBy()
public void setCancellable(boolean cancellable)
public boolean isCancellable()
public void setReturnable(boolean returnable)
public boolean isReturnable()
public void setCostCenter(B2BCostCenterData costCenter)
public B2BCostCenterData getCostCenter()
public void setPaymentType(B2BPaymentTypeData paymentType)
public B2BPaymentTypeData getPaymentType()
public void setB2BComment(B2BCommentData b2BComment)
public B2BCommentData getB2BComment()
public void setB2bCustomerData(CustomerData b2bCustomerData)
public CustomerData getB2bCustomerData()
public void setB2bCommentData(List<B2BCommentData> b2bCommentData)
public List<B2BCommentData> getB2bCommentData()
@Deprecated public void setQuoteExpirationDate(Date quoteExpirationDate)
@Deprecated public Date getQuoteExpirationDate()
public void setPurchaseOrderNumber(String purchaseOrderNumber)
public String getPurchaseOrderNumber()
public void setTriggerData(TriggerData triggerData)
public TriggerData getTriggerData()
public void setB2bPermissionResult(List<B2BPermissionResultData> b2bPermissionResult)
public List<B2BPermissionResultData> getB2bPermissionResult()
public void setJobCode(String jobCode)
public String getJobCode()
public void setCondensedStatus(String condensedStatus)
public String getCondensedStatus()
public void setCreatedDateSAPFormat(String[] createdDateSAPFormat)
public String[] getCreatedDateSAPFormat()
Copyright © 2017 SAP SE. All Rights Reserved.