|
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_Product_BOM
public class X_M_Product_BOM
Generated Model for M_Product_BOM
| Field Summary | |
|---|---|
static int |
BOMTYPE_AD_Reference_ID
BOMType AD_Reference_ID=279 |
static String |
BOMTYPE_InAlternaltveGroup3
In alternaltve Group 3 = 3 |
static String |
BOMTYPE_InAlternativeGroup1
In alternative Group 1 = 1 |
static String |
BOMTYPE_InAlternativeGroup2
In alternative Group 2 = 2 |
static String |
BOMTYPE_InAlternativeGroup4
In alternative Group 4 = 4 |
static String |
BOMTYPE_InAlternativeGroup5
In alternative Group 5 = 5 |
static String |
BOMTYPE_InAlternativeGroup6
In alternative Group 6 = 6 |
static String |
BOMTYPE_InAlternativeGroup7
In alternative Group 7 = 7 |
static String |
BOMTYPE_InAlternativeGroup8
In alternative Group 8 = 8 |
static String |
BOMTYPE_InAlternativeGroup9
In alternative Group 9 = 9 |
static String |
BOMTYPE_OptionalPart
Optional Part = O |
static String |
BOMTYPE_StandardPart
Standard Part = P |
static int |
M_PRODUCTBOM_ID_AD_Reference_ID
M_ProductBOM_ID AD_Reference_ID=162 |
| 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 |
| Fields inherited from interface org.compiere.model.I_M_Product_BOM |
|---|
accessLevel, COLUMNNAME_BOMQty, COLUMNNAME_BOMType, COLUMNNAME_Description, COLUMNNAME_Line, COLUMNNAME_M_Product_BOM_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_M_ProductBOM_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_Product_BOM(Properties ctx,
int M_Product_BOM_ID,
String trxName)
Standard Constructor |
|
X_M_Product_BOM(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getBOMQty()
Get BOM Quantity. |
String |
getBOMType()
Get BOM Type. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getLine()
Get Line No. |
int |
getM_Product_BOM_ID()
Get BOM Line. |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getM_ProductBOM_ID()
Get BOM Product. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setBOMQty(BigDecimal BOMQty)
Set BOM Quantity. |
void |
setBOMType(String BOMType)
Set BOM Type. |
void |
setDescription(String Description)
Set Description. |
void |
setLine(int Line)
Set Line No. |
void |
setM_Product_BOM_ID(int M_Product_BOM_ID)
Set BOM Line. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_ProductBOM_ID(int M_ProductBOM_ID)
Set BOM Product. |
String |
toString()
String representation |
| 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 |
| Field Detail |
|---|
public static final int BOMTYPE_AD_Reference_ID
public static final String BOMTYPE_StandardPart
public static final String BOMTYPE_OptionalPart
public static final String BOMTYPE_InAlternativeGroup1
public static final String BOMTYPE_InAlternativeGroup2
public static final String BOMTYPE_InAlternaltveGroup3
public static final String BOMTYPE_InAlternativeGroup4
public static final String BOMTYPE_InAlternativeGroup5
public static final String BOMTYPE_InAlternativeGroup6
public static final String BOMTYPE_InAlternativeGroup7
public static final String BOMTYPE_InAlternativeGroup8
public static final String BOMTYPE_InAlternativeGroup9
public static final int M_PRODUCTBOM_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_Product_BOM(Properties ctx,
int M_Product_BOM_ID,
String trxName)
public X_M_Product_BOM(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setBOMQty(BigDecimal BOMQty)
setBOMQty in interface I_M_Product_BOMBOMQty - Bill of Materials Quantitypublic BigDecimal getBOMQty()
getBOMQty in interface I_M_Product_BOMpublic void setBOMType(String BOMType)
setBOMType in interface I_M_Product_BOMBOMType - Type of BOMpublic String getBOMType()
getBOMType in interface I_M_Product_BOMpublic void setDescription(String Description)
setDescription in interface I_M_Product_BOMDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_Product_BOMpublic void setLine(int Line)
setLine in interface I_M_Product_BOMLine - Unique line for this documentpublic int getLine()
getLine in interface I_M_Product_BOMpublic void setM_Product_BOM_ID(int M_Product_BOM_ID)
setM_Product_BOM_ID in interface I_M_Product_BOMM_Product_BOM_ID - BOM Linepublic int getM_Product_BOM_ID()
getM_Product_BOM_ID in interface I_M_Product_BOMpublic void setM_ProductBOM_ID(int M_ProductBOM_ID)
setM_ProductBOM_ID in interface I_M_Product_BOMM_ProductBOM_ID - Bill of Material Component Productpublic int getM_ProductBOM_ID()
getM_ProductBOM_ID in interface I_M_Product_BOMpublic KeyNamePair getKeyNamePair()
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_Product_BOMExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_Product_BOMM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_Product_BOM
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||