|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.wstore.WebBasketLine
public class WebBasketLine
Web Basket Line
| Constructor Summary | |
|---|---|
WebBasketLine(int M_Product_ID,
String Name,
BigDecimal Qty,
BigDecimal Price)
Web Basket Line |
|
| Method Summary | |
|---|---|
BigDecimal |
addQuantity(BigDecimal addedQuantity)
Add Quantity |
int |
getLine()
Get Line number |
int |
getM_Product_ID()
Get M_Product_ID product |
String |
getName()
Get Name |
BigDecimal |
getPrice()
Get Price |
BigDecimal |
getQuantity()
Get Quantity |
BigDecimal |
getTotal()
Get Total (calculate) |
protected void |
setLine(int line)
Set Line number |
protected void |
setM_Product_ID(int M_Product_ID)
Set M_Product_ID |
protected void |
setName(String name)
Set Product Name |
protected void |
setPrice(BigDecimal price)
Set Price |
void |
setQuantity(BigDecimal quantity)
Set Quantity |
String |
toString()
Extended String Representation |
String |
toStringX()
Extended String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebBasketLine(int M_Product_ID,
String Name,
BigDecimal Qty,
BigDecimal Price)
M_Product_ID - productName - NameQty - QtyPrice - Price| Method Detail |
|---|
public String toStringX()
public String toString()
toString in class Objectpublic int getLine()
protected void setLine(int line)
line - nopublic int getM_Product_ID()
protected void setM_Product_ID(int M_Product_ID)
M_Product_ID - idpublic String getName()
protected void setName(String name)
name - public BigDecimal getPrice()
protected void setPrice(BigDecimal price)
price - public BigDecimal getQuantity()
public void setQuantity(BigDecimal quantity)
quantity - quantitypublic BigDecimal addQuantity(BigDecimal addedQuantity)
addedQuantity -
public BigDecimal getTotal()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||