public class OrderItem
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
OrderItem() |
| Modifier and Type | Method and Description |
|---|---|
AspectsData |
getAspectsData() |
java.lang.String |
getItemType() |
Price |
getPrice() |
Product |
getProduct() |
Quantity |
getQuantity() |
void |
setAspectsData(AspectsData aspectsData) |
void |
setItemType(java.lang.String itemType) |
void |
setPrice(Price price) |
void |
setProduct(Product product) |
void |
setQuantity(Quantity quantity) |
public void setItemType(java.lang.String itemType)
public java.lang.String getItemType()
public void setProduct(Product product)
public Product getProduct()
public void setQuantity(Quantity quantity)
public Quantity getQuantity()
public void setPrice(Price price)
public Price getPrice()
public void setAspectsData(AspectsData aspectsData)
public AspectsData getAspectsData()
Copyright © 2018 SAP SE. All Rights Reserved.