public class CarOrderEntryData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CarOrderEntryData() |
| Modifier and Type | Method and Description |
|---|---|
PriceData |
getBasePrice() |
PriceData |
getBasePriceWithTax() |
java.lang.Integer |
getEntryNumber() |
ProductData |
getProduct() |
java.math.BigDecimal |
getQuantity() |
PriceData |
getTotalPrice() |
PriceData |
getTotalPriceWithTax() |
java.lang.String |
getUnitOfMeasure() |
void |
setBasePrice(PriceData basePrice) |
void |
setBasePriceWithTax(PriceData basePriceWithTax) |
void |
setEntryNumber(java.lang.Integer entryNumber) |
void |
setProduct(ProductData product) |
void |
setQuantity(java.math.BigDecimal quantity) |
void |
setTotalPrice(PriceData totalPrice) |
void |
setTotalPriceWithTax(PriceData totalPriceWithTax) |
void |
setUnitOfMeasure(java.lang.String unitOfMeasure) |
public void setEntryNumber(java.lang.Integer entryNumber)
public java.lang.Integer getEntryNumber()
public void setQuantity(java.math.BigDecimal quantity)
public java.math.BigDecimal getQuantity()
public void setUnitOfMeasure(java.lang.String unitOfMeasure)
public java.lang.String getUnitOfMeasure()
public void setBasePrice(PriceData basePrice)
public PriceData getBasePrice()
public void setBasePriceWithTax(PriceData basePriceWithTax)
public PriceData getBasePriceWithTax()
public void setTotalPrice(PriceData totalPrice)
public PriceData getTotalPrice()
public void setTotalPriceWithTax(PriceData totalPriceWithTax)
public PriceData getTotalPriceWithTax()
public void setProduct(ProductData product)
public ProductData getProduct()
Copyright © 2018 SAP SE. All Rights Reserved.