|
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_BOM
public class X_M_Product_BOM
Generated Model for M_Product_BOM
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
BOMTYPE_AD_Reference_ID
BOMType AD_Reference_ID=279 |
static String |
BOMTYPE_InAlternativeGroup1
In alternative Group 1 = 1 |
static String |
BOMTYPE_InAlternativeGroup2
In alternative Group 2 = 2 |
static String |
BOMTYPE_InAlternativeGroup3
In alternative Group 3 = 3 |
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 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=383 |
static String |
Table_Name
TableName=M_Product_BOM |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| 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 | |
|---|---|
X_M_Product_BOM(Ctx ctx,
int M_Product_BOM_ID,
String trxName)
Standard Constructor |
|
X_M_Product_BOM(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getBOMQty()
Get 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. |
int |
getM_ProductBOM_ID()
Get Component. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isBOMTypeValid(String test)
Is test a valid value. |
void |
setBOMQty(BigDecimal BOMQty)
Set 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 Component. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int BOMTYPE_AD_Reference_ID
public static final String BOMTYPE_InAlternativeGroup1
public static final String BOMTYPE_InAlternativeGroup2
public static final String BOMTYPE_InAlternativeGroup3
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 String BOMTYPE_OptionalPart
public static final String BOMTYPE_StandardPart
public static final int M_PRODUCTBOM_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_Product_BOM(Ctx ctx,
int M_Product_BOM_ID,
String trxName)
ctx - contextM_Product_BOM_ID - idtrxName - transaction
public X_M_Product_BOM(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setBOMQty(BigDecimal BOMQty)
BOMQty - Bill of Materials Quantitypublic BigDecimal getBOMQty()
public boolean isBOMTypeValid(String test)
test - testvalue
public void setBOMType(String BOMType)
BOMType - Type of BOMpublic String getBOMType()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setLine(int Line)
Line - Unique line for this documentpublic int getLine()
public void setM_ProductBOM_ID(int M_ProductBOM_ID)
M_ProductBOM_ID - Bill of Materials Component (Product)public int getM_ProductBOM_ID()
public KeyNamePair getKeyNamePair()
public void setM_Product_BOM_ID(int M_Product_BOM_ID)
M_Product_BOM_ID - (Old Product BOM Line)public int getM_Product_BOM_ID()
public void setM_Product_ID(int M_Product_ID)
M_Product_ID - Product, Service, Itempublic int getM_Product_ID()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||