public class OrderEntryWsDTO extends Object implements Serializable
| Constructor and Description |
|---|
OrderEntryWsDTO() |
public void setEntryNumber(Integer entryNumber)
public Integer getEntryNumber()
public void setQuantity(Long quantity)
public Long getQuantity()
public void setBasePrice(PriceWsDTO basePrice)
public PriceWsDTO getBasePrice()
public void setTotalPrice(PriceWsDTO totalPrice)
public PriceWsDTO getTotalPrice()
public void setProduct(ProductWsDTO product)
public ProductWsDTO getProduct()
public void setUpdateable(Boolean updateable)
public Boolean getUpdateable()
public void setDeliveryMode(DeliveryModeWsDTO deliveryMode)
public DeliveryModeWsDTO getDeliveryMode()
public void setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService)
public PointOfServiceWsDTO getDeliveryPointOfService()
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()
Copyright © 2017 SAP SE. All Rights Reserved.