|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_BOMProduct
org.compiere.model.MBOMProduct
public class MBOMProduct
BOM Product/Component Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_BOMProduct |
|---|
BOMPRODUCTTYPE_AD_Reference_ID, BOMPRODUCTTYPE_Alternative, BOMPRODUCTTYPE_AlternativeDefault, BOMPRODUCTTYPE_OptionalProduct, BOMPRODUCTTYPE_OutsideProcessing, BOMPRODUCTTYPE_StandardProduct, M_PRODUCTBOM_ID_AD_Reference_ID |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MBOMProduct(MBOM bom)
Parent Constructor |
|
MBOMProduct(Properties ctx,
int M_BOMProduct_ID,
String trxName)
Standard Constructor |
|
MBOMProduct(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MBOMProduct[] |
getOfBOM(MBOM bom)
Get Products of BOM |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MBOMProduct(Properties ctx,
int M_BOMProduct_ID,
String trxName)
ctx - contextM_BOMProduct_ID - idtrxName - trxpublic MBOMProduct(MBOM bom)
bom - product
public MBOMProduct(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MBOMProduct[] getOfBOM(MBOM bom)
bom - bom
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||