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.Date
getAddToCartTime()
PriceData
getBasePrice()
long
getCancellableQty()
PriceData
getCancelledItemsPrice()
CartSourceType
getCartSourceType()
java.util.List<CommentData>
getComments()
int
getConfigurationErrorCount()
java.util.List<ConfigurationInfoData>
getConfigurationInfos()
DeliveryModeData
getDeliveryMode()
PointOfServiceData
getDeliveryPointOfService()
java.util.List<OrderEntryData>
getEntries()
java.util.Collection<java.lang.Integer>
getEntryGroupNumbers()
java.lang.String
getEntryMessage()
java.lang.Integer
getEntryNumber()
java.lang.String
getItemPK()
java.util.List<OrderEntryPriceData>
getOrderEntryPrices()
int
getOriginalEntryNumber()
java.lang.String
getOriginalOrderCode()
java.lang.String
getOriginalSubscriptionId()
ProductData
getProduct()
java.lang.Long
getQuantity()
java.lang.Long
getQuantityAllocated()
java.lang.Long
getQuantityCancelled()
java.lang.Long
getQuantityPending()
java.lang.Long
getQuantityReturned()
java.lang.Long
getQuantityShipped()
java.lang.Long
getQuantityUnallocated()
long
getReturnableQty()
PriceData
getReturnedItemsPrice()
java.util.List<ScheduleLineData>
getScheduleLines()
java.util.Map<ProductInfoStatus,java.lang.Integer>
getStatusSummaryMap()
java.util.Set<java.lang.String>
getSupportedActions()
PriceData
getTotalPrice()
java.lang.String
getUrl()
boolean
isAddable()
boolean
isBackendDown()
boolean
isConfigurationAttached()
boolean
isConfigurationConsistent()
boolean
isEditable()
boolean
isRemoveable()
boolean
isUpdateable()
boolean
isValid()
void
setAddable(boolean addable)
void
setAddToCartTime(java.util.Date addToCartTime)
void
setBackendDown(boolean backendDown)
void
setBasePrice(PriceData basePrice)
void
setCancellableQty(long cancellableQty)
void
setCancelledItemsPrice(PriceData cancelledItemsPrice)
void
setCartSourceType(CartSourceType cartSourceType)
void
setComments(java.util.List<CommentData> comments)
void
setConfigurationAttached(boolean configurationAttached)
void
setConfigurationConsistent(boolean configurationConsistent)
void
setConfigurationErrorCount(int configurationErrorCount)
void
setConfigurationInfos(java.util.List<ConfigurationInfoData> configurationInfos)
void
setDeliveryMode(DeliveryModeData deliveryMode)
void
setDeliveryPointOfService(PointOfServiceData deliveryPointOfService)
void
setEditable(boolean editable)
void
setEntries(java.util.List<OrderEntryData> entries)
void
setEntryGroupNumbers(java.util.Collection<java.lang.Integer> entryGroupNumbers)
void
setEntryMessage(java.lang.String entryMessage)
void
setEntryNumber(java.lang.Integer entryNumber)
void
setItemPK(java.lang.String itemPK)
void
setOrderEntryPrices(java.util.List<OrderEntryPriceData> orderEntryPrices)
void
setOriginalEntryNumber(int originalEntryNumber)
void
setOriginalOrderCode(java.lang.String originalOrderCode)
void
setOriginalSubscriptionId(java.lang.String originalSubscriptionId)
void
setProduct(ProductData product)
void
setQuantity(java.lang.Long quantity)
void
setQuantityAllocated(java.lang.Long quantityAllocated)
void
setQuantityCancelled(java.lang.Long quantityCancelled)
void
setQuantityPending(java.lang.Long quantityPending)
void
setQuantityReturned(java.lang.Long quantityReturned)
void
setQuantityShipped(java.lang.Long quantityShipped)
void
setQuantityUnallocated(java.lang.Long quantityUnallocated)
void
setRemoveable(boolean removeable)
void
setReturnableQty(long returnableQty)
void
setReturnedItemsPrice(PriceData returnedItemsPrice)
void
setScheduleLines(java.util.List<ScheduleLineData> scheduleLines)
void
setStatusSummaryMap(java.util.Map<ProductInfoStatus,java.lang.Integer> statusSummaryMap)
void
setSupportedActions(java.util.Set<java.lang.String> supportedActions)
void
setTotalPrice(PriceData totalPrice)
void
setUpdateable(boolean updateable)
void
setUrl(java.lang.String url)
void
setValid(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()
-
-