|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.acct.ProductInfo
public class ProductInfo
Product Costing Information.
| Field Summary | |
|---|---|
protected CLogger |
log
Logger |
| Constructor Summary | |
|---|---|
ProductInfo(int M_Product_ID,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
int |
getC_RevenueRecognition_ID()
Get Revenue Recognition |
int |
getC_UOM_ID()
Quantity UOM |
String |
getProductCategory()
Get Product Category (Value) |
BigDecimal |
getQty()
Get Qty in Storage UOM |
boolean |
isBOM()
Is it a BOM |
boolean |
isProduct()
Is Product/Item |
boolean |
isRevenueRecognition()
Has Revenue Recognition |
boolean |
isService()
Is Service |
boolean |
isStocked()
Is it stocked |
void |
setQty(BigDecimal qty)
Set Quantity in Storage UOM |
void |
setQty(BigDecimal qty,
int C_UOM_ID)
Set Quantity in UOM |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CLogger log
| Constructor Detail |
|---|
public ProductInfo(int M_Product_ID,
String trxName)
M_Product_ID - ProducttrxName - transcation| Method Detail |
|---|
public boolean isProduct()
public boolean isBOM()
public boolean isStocked()
public boolean isService()
public String getProductCategory()
public boolean isRevenueRecognition()
public int getC_RevenueRecognition_ID()
public int getC_UOM_ID()
public void setQty(BigDecimal qty)
qty - quantity
public void setQty(BigDecimal qty,
int C_UOM_ID)
qty - quantityC_UOM_ID - UOMpublic BigDecimal getQty()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||