Package org.openbravo.test.taxes.data
Class TaxesLineTestData
- java.lang.Object
-
- org.openbravo.test.taxes.data.TaxesLineTestData
-
public class TaxesLineTestData extends Object
-
-
Constructor Summary
Constructors Constructor Description TaxesLineTestData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getLineAmounts()
HashMap<String,String[]>
getLineTaxes()
BigDecimal
getPrice()
BigDecimal
getPriceUpdated()
String
getProductId()
BigDecimal
getQuantity()
BigDecimal
getQuantityUpdated()
String
getTaxid()
void
setLineAmounts(String[] lineAmounts)
void
setLinetaxes(HashMap<String,String[]> lineTaxes)
void
setPrice(BigDecimal price)
void
setPriceUpdated(BigDecimal priceUpdated)
void
setProductId(String productId)
void
setQuantity(BigDecimal quantity)
void
setQuantityUpdated(BigDecimal quantityUpdated)
void
setTaxid(String taxid)
-
-
-
Method Detail
-
getProductId
public String getProductId()
-
setProductId
public void setProductId(String productId)
-
getQuantity
public BigDecimal getQuantity()
-
setQuantity
public void setQuantity(BigDecimal quantity)
-
getPrice
public BigDecimal getPrice()
-
setPrice
public void setPrice(BigDecimal price)
-
getQuantityUpdated
public BigDecimal getQuantityUpdated()
-
setQuantityUpdated
public void setQuantityUpdated(BigDecimal quantityUpdated)
-
getPriceUpdated
public BigDecimal getPriceUpdated()
-
setPriceUpdated
public void setPriceUpdated(BigDecimal priceUpdated)
-
getTaxid
public String getTaxid()
-
setTaxid
public void setTaxid(String taxid)
-
getLineAmounts
public String[] getLineAmounts()
-
setLineAmounts
public void setLineAmounts(String[] lineAmounts)
-
-