public class CisLineItem
extends java.lang.Object
| Constructor and Description |
|---|
CisLineItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getId()
Gets the item no.
|
java.lang.String |
getItemCode() |
java.lang.String |
getProductDescription() |
java.lang.Integer |
getQuantity()
Gets the quantity.
|
java.lang.String |
getTaxCode() |
java.math.BigDecimal |
getUnitPrice()
Gets the unit price.
|
AnnotationHashMap |
getVendorParameters() |
void |
setId(java.lang.Integer id)
Sets the item no.
|
void |
setItemCode(java.lang.String itemCode) |
void |
setProductDescription(java.lang.String productDescription) |
void |
setQuantity(java.lang.Integer quantity)
Sets the quantity.
|
void |
setTaxCode(java.lang.String taxCode) |
void |
setUnitPrice(java.math.BigDecimal total)
Sets the unit price.
|
void |
setVendorParameters(AnnotationHashMap vendorParameters) |
public java.lang.String getProductDescription()
public void setProductDescription(java.lang.String productDescription)
public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity - the quantity to setpublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - the itemNo to setpublic java.math.BigDecimal getUnitPrice()
public void setUnitPrice(java.math.BigDecimal total)
total - the total to setpublic java.lang.String getItemCode()
public void setItemCode(java.lang.String itemCode)
public java.lang.String getTaxCode()
public void setTaxCode(java.lang.String taxCode)
public AnnotationHashMap getVendorParameters()
public void setVendorParameters(AnnotationHashMap vendorParameters)
Copyright © 2018 SAP SE. All Rights Reserved.