public class OrderEntryData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
OrderEntryData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getAddToCartTime() |
PriceData |
getBasePrice() |
int |
getBundleNo()
Deprecated.
|
long |
getCancellableQty() |
PriceData |
getCancelledItemsPrice() |
CartSourceType |
getCartSourceType() |
java.util.List<CommentData> |
getComments() |
BundleTemplateData |
getComponent()
Deprecated.
|
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() |
BundleTemplateData |
getRootBundleTemplate()
Deprecated.
|
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 |
setBundleNo(int bundleNo)
Deprecated.
|
void |
setCancellableQty(long cancellableQty) |
void |
setCancelledItemsPrice(PriceData cancelledItemsPrice) |
void |
setCartSourceType(CartSourceType cartSourceType) |
void |
setComments(java.util.List<CommentData> comments) |
void |
setComponent(BundleTemplateData component)
Deprecated.
|
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 |
setRootBundleTemplate(BundleTemplateData rootBundleTemplate)
Deprecated.
|
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) |
public void setEntryNumber(java.lang.Integer entryNumber)
public java.lang.Integer getEntryNumber()
public void setQuantity(java.lang.Long quantity)
public java.lang.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(java.util.List<OrderEntryData> entries)
public java.util.List<OrderEntryData> getEntries()
public void setConfigurationInfos(java.util.List<ConfigurationInfoData> configurationInfos)
public java.util.List<ConfigurationInfoData> getConfigurationInfos()
public void setStatusSummaryMap(java.util.Map<ProductInfoStatus,java.lang.Integer> statusSummaryMap)
public java.util.Map<ProductInfoStatus,java.lang.Integer> getStatusSummaryMap()
public void setEntryGroupNumbers(java.util.Collection<java.lang.Integer> entryGroupNumbers)
public java.util.Collection<java.lang.Integer> getEntryGroupNumbers()
public void setComments(java.util.List<CommentData> comments)
public java.util.List<CommentData> getComments()
public void setOrderEntryPrices(java.util.List<OrderEntryPriceData> orderEntryPrices)
public java.util.List<OrderEntryPriceData> getOrderEntryPrices()
public void setOriginalSubscriptionId(java.lang.String originalSubscriptionId)
public java.lang.String getOriginalSubscriptionId()
public void setOriginalOrderCode(java.lang.String originalOrderCode)
public java.lang.String getOriginalOrderCode()
public void setOriginalEntryNumber(int originalEntryNumber)
public int getOriginalEntryNumber()
public void setEntryMessage(java.lang.String entryMessage)
public java.lang.String getEntryMessage()
public void setUrl(java.lang.String url)
public java.lang.String getUrl()
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()
@Deprecated public void setBundleNo(int bundleNo)
@Deprecated public int getBundleNo()
@Deprecated public void setComponent(BundleTemplateData component)
@Deprecated public BundleTemplateData getComponent()
@Deprecated public void setRootBundleTemplate(BundleTemplateData rootBundleTemplate)
@Deprecated 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 setScheduleLines(java.util.List<ScheduleLineData> scheduleLines)
public java.util.List<ScheduleLineData> getScheduleLines()
public void setBackendDown(boolean backendDown)
public boolean isBackendDown()
public void setSupportedActions(java.util.Set<java.lang.String> supportedActions)
public java.util.Set<java.lang.String> getSupportedActions()
public void setAddToCartTime(java.util.Date addToCartTime)
public java.util.Date getAddToCartTime()
public void setCartSourceType(CartSourceType cartSourceType)
public CartSourceType getCartSourceType()
public void setQuantityAllocated(java.lang.Long quantityAllocated)
public java.lang.Long getQuantityAllocated()
public void setQuantityUnallocated(java.lang.Long quantityUnallocated)
public java.lang.Long getQuantityUnallocated()
public void setQuantityCancelled(java.lang.Long quantityCancelled)
public java.lang.Long getQuantityCancelled()
public void setQuantityPending(java.lang.Long quantityPending)
public java.lang.Long getQuantityPending()
public void setQuantityShipped(java.lang.Long quantityShipped)
public java.lang.Long getQuantityShipped()
public void setQuantityReturned(java.lang.Long quantityReturned)
public java.lang.Long getQuantityReturned()
public void setConfigurationAttached(boolean configurationAttached)
public boolean isConfigurationAttached()
public void setItemPK(java.lang.String itemPK)
public java.lang.String getItemPK()
public void setConfigurationConsistent(boolean configurationConsistent)
public boolean isConfigurationConsistent()
public void setConfigurationErrorCount(int configurationErrorCount)
public int getConfigurationErrorCount()
Copyright © 2018 SAP SE. All Rights Reserved.