|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_Product_Costing
org.compiere.model.MProductCosting
public class MProductCosting
Product Costing Model (old). deprecated old costing
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_Product_Costing |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MProductCosting(Ctx ctx,
int ignored,
String trxName)
Standard Constructor (odl) |
|
MProductCosting(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor (old) |
|
MProductCosting(MProduct product,
int C_AcctSchema_ID)
Parent Constructor (old) |
|
| Method Summary | |
|---|---|
static MProductCosting |
get(Ctx ctx,
int M_Product_ID,
int C_AcctSchema_ID,
String trxName)
Get Costing |
static MProductCosting[] |
getOfProduct(Ctx ctx,
int M_Product_ID,
String trxName)
Get Costing Of Product |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MProductCosting(Ctx ctx,
int ignored,
String trxName)
ctx - contextignored - (multi key)trxName - transaction
public MProductCosting(MProduct product,
int C_AcctSchema_ID)
product - parentC_AcctSchema_ID - accounting schema
public MProductCosting(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MProductCosting[] getOfProduct(Ctx ctx,
int M_Product_ID,
String trxName)
ctx - contextM_Product_ID - producttrxName - trx
public static MProductCosting get(Ctx ctx,
int M_Product_ID,
int C_AcctSchema_ID,
String trxName)
ctx - contextM_Product_ID - productC_AcctSchema_ID - astrxName - trx
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||