public class OrderEntryData extends Object implements Serializable
| Constructor and Description |
|---|
OrderEntryData() |
public void setEntryNumber(Integer entryNumber)
public Integer getEntryNumber()
public void setQuantity(Long quantity)
public Long getQuantity()
public void setBasePrice(PriceData basePrice)
public PriceData getBasePrice()
public void setTotalPrice(PriceData totalPrice)
public PriceData getTotalPrice()
public void setProduct(ProductData product)
public ProductData getProduct()
public void setUpdateable(boolean updateable)
public boolean isUpdateable()
public void setDeliveryMode(DeliveryModeData deliveryMode)
public DeliveryModeData getDeliveryMode()
public void setDeliveryPointOfService(PointOfServiceData deliveryPointOfService)
public PointOfServiceData getDeliveryPointOfService()
public void setEntries(List<OrderEntryData> entries)
public List<OrderEntryData> getEntries()
public void setConfigurationInfos(List<ConfigurationInfoData> configurationInfos)
public List<ConfigurationInfoData> getConfigurationInfos()
public void setStatusSummaryMap(Map<ProductInfoStatus,Integer> statusSummaryMap)
public Map<ProductInfoStatus,Integer> getStatusSummaryMap()
public void setComments(List<CommentData> comments)
public List<CommentData> getComments()
public void setUrl(String url)
public String getUrl()
public void setQuantityAllocated(Long quantityAllocated)
public Long getQuantityAllocated()
public void setQuantityUnallocated(Long quantityUnallocated)
public Long getQuantityUnallocated()
public void setQuantityCancelled(Long quantityCancelled)
public Long getQuantityCancelled()
public void setQuantityPending(Long quantityPending)
public Long getQuantityPending()
public void setQuantityShipped(Long quantityShipped)
public Long getQuantityShipped()
public void setQuantityReturned(Long quantityReturned)
public Long getQuantityReturned()
public void setCancellableQty(long cancellableQty)
public long getCancellableQty()
public void setReturnableQty(long returnableQty)
public long getReturnableQty()
public void setCancelledItemsPrice(PriceData cancelledItemsPrice)
public PriceData getCancelledItemsPrice()
public void setReturnedItemsPrice(PriceData returnedItemsPrice)
public PriceData getReturnedItemsPrice()
public void setOrderEntryPrices(List<OrderEntryPriceData> orderEntryPrices)
public List<OrderEntryPriceData> getOrderEntryPrices()
public void setOriginalSubscriptionId(String originalSubscriptionId)
public String getOriginalSubscriptionId()
public void setOriginalOrderCode(String originalOrderCode)
public String getOriginalOrderCode()
public void setOriginalEntryNumber(int originalEntryNumber)
public int getOriginalEntryNumber()
public void setEntryMessage(String entryMessage)
public String getEntryMessage()
public void setBundleNo(int bundleNo)
public int getBundleNo()
public void setComponent(BundleTemplateData component)
public BundleTemplateData getComponent()
public void setRootBundleTemplate(BundleTemplateData rootBundleTemplate)
public BundleTemplateData getRootBundleTemplate()
public void setRemoveable(boolean removeable)
public boolean isRemoveable()
public void setEditable(boolean editable)
public boolean isEditable()
public void setValid(boolean valid)
public boolean isValid()
public void setAddable(boolean addable)
public boolean isAddable()
public void setFormDataData(Collection<YFormDataData> formDataData)
public Collection<YFormDataData> getFormDataData()
public void setConfigurationAttached(boolean configurationAttached)
public boolean isConfigurationAttached()
public void setItemPK(String itemPK)
public String getItemPK()
public void setConfigurationConsistent(boolean configurationConsistent)
public boolean isConfigurationConsistent()
public void setConfigurationErrorCount(int configurationErrorCount)
public int getConfigurationErrorCount()
public void setScheduleLines(List<ScheduleLineData> scheduleLines)
public List<ScheduleLineData> getScheduleLines()
public void setBackendDown(boolean backendDown)
public boolean isBackendDown()
Copyright © 2017 SAP SE. All Rights Reserved.