Class OrderEntryWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class OrderEntryWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of an Order entry- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrderEntryWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceWsDTOgetBasePrice()java.util.List<ConfigurationInfoWsDTO>getConfigurationInfos()DeliveryModeWsDTOgetDeliveryMode()PointOfServiceWsDTOgetDeliveryPointOfService()java.lang.IntegergetEntryNumber()ProductWsDTOgetProduct()java.lang.LonggetQuantity()java.lang.LonggetQuantityAllocated()java.lang.LonggetQuantityCancelled()java.lang.LonggetQuantityPending()java.lang.LonggetQuantityReturned()java.lang.LonggetQuantityShipped()java.lang.LonggetQuantityUnallocated()PriceWsDTOgetTotalPrice()java.lang.BooleangetUpdateable()java.lang.StringgetUrl()voidsetBasePrice(PriceWsDTO basePrice)voidsetConfigurationInfos(java.util.List<ConfigurationInfoWsDTO> configurationInfos)voidsetDeliveryMode(DeliveryModeWsDTO deliveryMode)voidsetDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService)voidsetEntryNumber(java.lang.Integer entryNumber)voidsetProduct(ProductWsDTO product)voidsetQuantity(java.lang.Long quantity)voidsetQuantityAllocated(java.lang.Long quantityAllocated)voidsetQuantityCancelled(java.lang.Long quantityCancelled)voidsetQuantityPending(java.lang.Long quantityPending)voidsetQuantityReturned(java.lang.Long quantityReturned)voidsetQuantityShipped(java.lang.Long quantityShipped)voidsetQuantityUnallocated(java.lang.Long quantityUnallocated)voidsetTotalPrice(PriceWsDTO totalPrice)voidsetUpdateable(java.lang.Boolean updateable)voidsetUrl(java.lang.String url)
-
-
-
Method Detail
-
setEntryNumber
public void setEntryNumber(java.lang.Integer entryNumber)
-
getEntryNumber
public java.lang.Integer getEntryNumber()
-
setQuantity
public void setQuantity(java.lang.Long quantity)
-
getQuantity
public java.lang.Long getQuantity()
-
setBasePrice
public void setBasePrice(PriceWsDTO basePrice)
-
getBasePrice
public PriceWsDTO getBasePrice()
-
setTotalPrice
public void setTotalPrice(PriceWsDTO totalPrice)
-
getTotalPrice
public PriceWsDTO getTotalPrice()
-
setProduct
public void setProduct(ProductWsDTO product)
-
getProduct
public ProductWsDTO getProduct()
-
setUpdateable
public void setUpdateable(java.lang.Boolean updateable)
-
getUpdateable
public java.lang.Boolean getUpdateable()
-
setDeliveryMode
public void setDeliveryMode(DeliveryModeWsDTO deliveryMode)
-
getDeliveryMode
public DeliveryModeWsDTO getDeliveryMode()
-
setConfigurationInfos
public void setConfigurationInfos(java.util.List<ConfigurationInfoWsDTO> configurationInfos)
-
getConfigurationInfos
public java.util.List<ConfigurationInfoWsDTO> getConfigurationInfos()
-
setDeliveryPointOfService
public void setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService)
-
getDeliveryPointOfService
public PointOfServiceWsDTO getDeliveryPointOfService()
-
setUrl
public void setUrl(java.lang.String url)
-
getUrl
public java.lang.String getUrl()
-
setQuantityAllocated
public void setQuantityAllocated(java.lang.Long quantityAllocated)
-
getQuantityAllocated
public java.lang.Long getQuantityAllocated()
-
setQuantityUnallocated
public void setQuantityUnallocated(java.lang.Long quantityUnallocated)
-
getQuantityUnallocated
public java.lang.Long getQuantityUnallocated()
-
setQuantityCancelled
public void setQuantityCancelled(java.lang.Long quantityCancelled)
-
getQuantityCancelled
public java.lang.Long getQuantityCancelled()
-
setQuantityPending
public void setQuantityPending(java.lang.Long quantityPending)
-
getQuantityPending
public java.lang.Long getQuantityPending()
-
setQuantityShipped
public void setQuantityShipped(java.lang.Long quantityShipped)
-
getQuantityShipped
public java.lang.Long getQuantityShipped()
-
setQuantityReturned
public void setQuantityReturned(java.lang.Long quantityReturned)
-
getQuantityReturned
public java.lang.Long getQuantityReturned()
-
-