Class OrderEntryData
- java.lang.Object
-
- de.hybris.platform.commercefacades.order.data.OrderEntryData
-
- All Implemented Interfaces:
java.io.Serializable
public class OrderEntryData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrderEntryData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetAddToCartTime()PriceDatagetBasePrice()longgetCancellableQty()PriceDatagetCancelledItemsPrice()CartSourceTypegetCartSourceType()java.util.List<CommentData>getComments()intgetConfigurationErrorCount()java.util.List<ConfigurationInfoData>getConfigurationInfos()DeliveryModeDatagetDeliveryMode()PointOfServiceDatagetDeliveryPointOfService()java.util.List<OrderEntryData>getEntries()java.util.Collection<java.lang.Integer>getEntryGroupNumbers()java.lang.StringgetEntryMessage()java.lang.IntegergetEntryNumber()java.lang.StringgetItemPK()java.util.List<OrderEntryPriceData>getOrderEntryPrices()intgetOriginalEntryNumber()java.lang.StringgetOriginalOrderCode()java.lang.StringgetOriginalSubscriptionId()ProductDatagetProduct()java.lang.LonggetQuantity()java.lang.LonggetQuantityAllocated()java.lang.LonggetQuantityCancelled()java.lang.LonggetQuantityPending()java.lang.LonggetQuantityReturned()java.lang.LonggetQuantityShipped()java.lang.LonggetQuantityUnallocated()longgetReturnableQty()PriceDatagetReturnedItemsPrice()java.util.List<ScheduleLineData>getScheduleLines()java.util.Map<ProductInfoStatus,java.lang.Integer>getStatusSummaryMap()java.util.Set<java.lang.String>getSupportedActions()PriceDatagetTotalPrice()java.lang.StringgetUrl()booleanisAddable()booleanisBackendDown()booleanisConfigurationAttached()booleanisConfigurationConsistent()booleanisEditable()booleanisRemoveable()booleanisUpdateable()booleanisValid()voidsetAddable(boolean addable)voidsetAddToCartTime(java.util.Date addToCartTime)voidsetBackendDown(boolean backendDown)voidsetBasePrice(PriceData basePrice)voidsetCancellableQty(long cancellableQty)voidsetCancelledItemsPrice(PriceData cancelledItemsPrice)voidsetCartSourceType(CartSourceType cartSourceType)voidsetComments(java.util.List<CommentData> comments)voidsetConfigurationAttached(boolean configurationAttached)voidsetConfigurationConsistent(boolean configurationConsistent)voidsetConfigurationErrorCount(int configurationErrorCount)voidsetConfigurationInfos(java.util.List<ConfigurationInfoData> configurationInfos)voidsetDeliveryMode(DeliveryModeData deliveryMode)voidsetDeliveryPointOfService(PointOfServiceData deliveryPointOfService)voidsetEditable(boolean editable)voidsetEntries(java.util.List<OrderEntryData> entries)voidsetEntryGroupNumbers(java.util.Collection<java.lang.Integer> entryGroupNumbers)voidsetEntryMessage(java.lang.String entryMessage)voidsetEntryNumber(java.lang.Integer entryNumber)voidsetItemPK(java.lang.String itemPK)voidsetOrderEntryPrices(java.util.List<OrderEntryPriceData> orderEntryPrices)voidsetOriginalEntryNumber(int originalEntryNumber)voidsetOriginalOrderCode(java.lang.String originalOrderCode)voidsetOriginalSubscriptionId(java.lang.String originalSubscriptionId)voidsetProduct(ProductData 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)voidsetRemoveable(boolean removeable)voidsetReturnableQty(long returnableQty)voidsetReturnedItemsPrice(PriceData returnedItemsPrice)voidsetScheduleLines(java.util.List<ScheduleLineData> scheduleLines)voidsetStatusSummaryMap(java.util.Map<ProductInfoStatus,java.lang.Integer> statusSummaryMap)voidsetSupportedActions(java.util.Set<java.lang.String> supportedActions)voidsetTotalPrice(PriceData totalPrice)voidsetUpdateable(boolean updateable)voidsetUrl(java.lang.String url)voidsetValid(boolean valid)
-
-
-
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(PriceData basePrice)
-
getBasePrice
public PriceData getBasePrice()
-
setTotalPrice
public void setTotalPrice(PriceData totalPrice)
-
getTotalPrice
public PriceData getTotalPrice()
-
setProduct
public void setProduct(ProductData product)
-
getProduct
public ProductData getProduct()
-
setUpdateable
public void setUpdateable(boolean updateable)
-
isUpdateable
public boolean isUpdateable()
-
setDeliveryMode
public void setDeliveryMode(DeliveryModeData deliveryMode)
-
getDeliveryMode
public DeliveryModeData getDeliveryMode()
-
setDeliveryPointOfService
public void setDeliveryPointOfService(PointOfServiceData deliveryPointOfService)
-
getDeliveryPointOfService
public PointOfServiceData getDeliveryPointOfService()
-
setEntries
public void setEntries(java.util.List<OrderEntryData> entries)
-
getEntries
public java.util.List<OrderEntryData> getEntries()
-
setConfigurationInfos
public void setConfigurationInfos(java.util.List<ConfigurationInfoData> configurationInfos)
-
getConfigurationInfos
public java.util.List<ConfigurationInfoData> getConfigurationInfos()
-
setStatusSummaryMap
public void setStatusSummaryMap(java.util.Map<ProductInfoStatus,java.lang.Integer> statusSummaryMap)
-
getStatusSummaryMap
public java.util.Map<ProductInfoStatus,java.lang.Integer> getStatusSummaryMap()
-
setEntryGroupNumbers
public void setEntryGroupNumbers(java.util.Collection<java.lang.Integer> entryGroupNumbers)
-
getEntryGroupNumbers
public java.util.Collection<java.lang.Integer> getEntryGroupNumbers()
-
setComments
public void setComments(java.util.List<CommentData> comments)
-
getComments
public java.util.List<CommentData> getComments()
-
setUrl
public void setUrl(java.lang.String url)
-
getUrl
public java.lang.String getUrl()
-
setCancellableQty
public void setCancellableQty(long cancellableQty)
-
getCancellableQty
public long getCancellableQty()
-
setReturnableQty
public void setReturnableQty(long returnableQty)
-
getReturnableQty
public long getReturnableQty()
-
setCancelledItemsPrice
public void setCancelledItemsPrice(PriceData cancelledItemsPrice)
-
getCancelledItemsPrice
public PriceData getCancelledItemsPrice()
-
setReturnedItemsPrice
public void setReturnedItemsPrice(PriceData returnedItemsPrice)
-
getReturnedItemsPrice
public PriceData getReturnedItemsPrice()
-
setRemoveable
public void setRemoveable(boolean removeable)
-
isRemoveable
public boolean isRemoveable()
-
setEditable
public void setEditable(boolean editable)
-
isEditable
public boolean isEditable()
-
setValid
public void setValid(boolean valid)
-
isValid
public boolean isValid()
-
setAddable
public void setAddable(boolean addable)
-
isAddable
public boolean isAddable()
-
setOrderEntryPrices
public void setOrderEntryPrices(java.util.List<OrderEntryPriceData> orderEntryPrices)
-
getOrderEntryPrices
public java.util.List<OrderEntryPriceData> getOrderEntryPrices()
-
setOriginalSubscriptionId
public void setOriginalSubscriptionId(java.lang.String originalSubscriptionId)
-
getOriginalSubscriptionId
public java.lang.String getOriginalSubscriptionId()
-
setOriginalOrderCode
public void setOriginalOrderCode(java.lang.String originalOrderCode)
-
getOriginalOrderCode
public java.lang.String getOriginalOrderCode()
-
setOriginalEntryNumber
public void setOriginalEntryNumber(int originalEntryNumber)
-
getOriginalEntryNumber
public int getOriginalEntryNumber()
-
setEntryMessage
public void setEntryMessage(java.lang.String entryMessage)
-
getEntryMessage
public java.lang.String getEntryMessage()
-
setSupportedActions
public void setSupportedActions(java.util.Set<java.lang.String> supportedActions)
-
getSupportedActions
public java.util.Set<java.lang.String> getSupportedActions()
-
setScheduleLines
public void setScheduleLines(java.util.List<ScheduleLineData> scheduleLines)
-
getScheduleLines
public java.util.List<ScheduleLineData> getScheduleLines()
-
setBackendDown
public void setBackendDown(boolean backendDown)
-
isBackendDown
public boolean isBackendDown()
-
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()
-
setConfigurationAttached
public void setConfigurationAttached(boolean configurationAttached)
-
isConfigurationAttached
public boolean isConfigurationAttached()
-
setItemPK
public void setItemPK(java.lang.String itemPK)
-
getItemPK
public java.lang.String getItemPK()
-
setConfigurationConsistent
public void setConfigurationConsistent(boolean configurationConsistent)
-
isConfigurationConsistent
public boolean isConfigurationConsistent()
-
setConfigurationErrorCount
public void setConfigurationErrorCount(int configurationErrorCount)
-
getConfigurationErrorCount
public int getConfigurationErrorCount()
-
setAddToCartTime
public void setAddToCartTime(java.util.Date addToCartTime)
-
getAddToCartTime
public java.util.Date getAddToCartTime()
-
setCartSourceType
public void setCartSourceType(CartSourceType cartSourceType)
-
getCartSourceType
public CartSourceType getCartSourceType()
-
-