public class OrderLineItem extends Object implements Serializable
| Constructor and Description |
|---|
OrderLineItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency() |
Integer |
getPos() |
String |
getPrice_effective() |
String |
getPrice_list() |
Long |
getQuantity() |
String |
getRef() |
String |
getStatus() |
String |
getTaxAmount() |
String |
getType() |
String |
getUnit() |
void |
setCurrency(String currency) |
void |
setPos(Integer pos) |
void |
setPrice_effective(String price_effective) |
void |
setPrice_list(String price_list) |
void |
setQuantity(Long quantity) |
void |
setRef(String ref) |
void |
setStatus(String status) |
void |
setTaxAmount(String taxAmount) |
void |
setType(String type) |
void |
setUnit(String unit) |
public void setRef(String ref)
public String getRef()
public void setType(String type)
public String getType()
public void setUnit(String unit)
public String getUnit()
public void setPrice_list(String price_list)
public String getPrice_list()
public void setPrice_effective(String price_effective)
public String getPrice_effective()
public void setCurrency(String currency)
public String getCurrency()
public void setTaxAmount(String taxAmount)
public String getTaxAmount()
public void setStatus(String status)
public String getStatus()
public void setPos(Integer pos)
public Integer getPos()
public void setQuantity(Long quantity)
public Long getQuantity()
Copyright © 2017 SAP SE. All Rights Reserved.