public class OrderEntryInfo extends Object
| Constructor and Description |
|---|
OrderEntryInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntryDesc() |
String |
getEntryPrice() |
String |
getEntryTax() |
String |
getEntryTotal() |
String |
getUnitPrice() |
String |
getUnitTax() |
void |
setEntryDesc(String entryDesc) |
void |
setEntryPrice(String entryPrice) |
void |
setEntryTax(String entryTax) |
void |
setEntryTotal(String entryTotal) |
void |
setUnitPrice(String unitPrice) |
void |
setUnitTax(String unitTax) |
public String getUnitPrice()
public void setUnitPrice(String unitPrice)
public String getUnitTax()
public void setUnitTax(String unitTax)
public String getEntryPrice()
public void setEntryPrice(String entryPrice)
public String getEntryTax()
public void setEntryTax(String entryTax)
public String getEntryDesc()
public void setEntryDesc(String entryDesc)
public String getEntryTotal()
public void setEntryTotal(String entryTotal)
entryTotal - the entryTotal to setCopyright © 2017 SAP SE. All Rights Reserved.