|
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
public class X_M_BOMProduct
Generated Model for M_BOMProduct
| Field Summary | |
|---|---|
static int |
BOMPRODUCTTYPE_AD_Reference_ID
BOMProductType AD_Reference_ID=349 |
static String |
BOMPRODUCTTYPE_Alternative
Alternative = A |
static String |
BOMPRODUCTTYPE_AlternativeDefault
Alternative (Default) = D |
static String |
BOMPRODUCTTYPE_OptionalProduct
Optional Product = O |
static String |
BOMPRODUCTTYPE_OutsideProcessing
Outside Processing = X |
static String |
BOMPRODUCTTYPE_StandardProduct
Standard Product = S |
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 |
| Constructor Summary | |
|---|---|
X_M_BOMProduct(Properties ctx,
int M_BOMProduct_ID,
String trxName)
Standard Constructor |
|
X_M_BOMProduct(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getBOMProductType()
Get Component Type. |
BigDecimal |
getBOMQty()
Get BOM Quantity. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getLeadTimeOffset()
Get Lead Time Offset. |
int |
getLine()
Get Line No. |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_BOM_ID()
Get BOM. |
I_M_BOM |
getM_BOM()
|
int |
getM_BOMAlternative_ID()
Get Alternative Group. |
I_M_BOMAlternative |
getM_BOMAlternative()
|
int |
getM_BOMProduct_ID()
Get BOM Component. |
int |
getM_ChangeNotice_ID()
Get Change Notice. |
I_M_ChangeNotice |
getM_ChangeNotice()
|
int |
getM_ProductBOM_ID()
Get BOM Product. |
int |
getM_ProductOperation_ID()
Get Product Operation. |
I_M_ProductOperation |
getM_ProductOperation()
|
int |
getSeqNo()
Get Sequence. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isPhantom()
Get Phantom. |
void |
setBOMProductType(String BOMProductType)
Set Component Type. |
void |
setBOMQty(BigDecimal BOMQty)
Set BOM Quantity. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsPhantom(boolean IsPhantom)
Set Phantom. |
void |
setLeadTimeOffset(int LeadTimeOffset)
Set Lead Time Offset. |
void |
setLine(int Line)
Set Line No. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_BOM_ID(int M_BOM_ID)
Set BOM. |
void |
setM_BOMAlternative_ID(int M_BOMAlternative_ID)
Set Alternative Group. |
void |
setM_BOMProduct_ID(int M_BOMProduct_ID)
Set BOM Component. |
void |
setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice. |
void |
setM_ProductBOM_ID(int M_ProductBOM_ID)
Set BOM Product. |
void |
setM_ProductOperation_ID(int M_ProductOperation_ID)
Set Product Operation. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
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 BOMPRODUCTTYPE_AD_Reference_ID
public static final String BOMPRODUCTTYPE_StandardProduct
public static final String BOMPRODUCTTYPE_OptionalProduct
public static final String BOMPRODUCTTYPE_Alternative
public static final String BOMPRODUCTTYPE_AlternativeDefault
public static final String BOMPRODUCTTYPE_OutsideProcessing
public static final int M_PRODUCTBOM_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_BOMProduct(Properties ctx,
int M_BOMProduct_ID,
String trxName)
public X_M_BOMProduct(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 setBOMProductType(String BOMProductType)
setBOMProductType in interface I_M_BOMProductBOMProductType - BOM Product Typepublic String getBOMProductType()
getBOMProductType in interface I_M_BOMProductpublic void setBOMQty(BigDecimal BOMQty)
setBOMQty in interface I_M_BOMProductBOMQty - Bill of Materials Quantitypublic BigDecimal getBOMQty()
getBOMQty in interface I_M_BOMProductpublic void setDescription(String Description)
setDescription in interface I_M_BOMProductDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_BOMProductpublic void setHelp(String Help)
setHelp in interface I_M_BOMProductHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_M_BOMProductpublic void setIsPhantom(boolean IsPhantom)
setIsPhantom in interface I_M_BOMProductIsPhantom - Phantom Componentpublic boolean isPhantom()
isPhantom in interface I_M_BOMProductpublic void setLeadTimeOffset(int LeadTimeOffset)
setLeadTimeOffset in interface I_M_BOMProductLeadTimeOffset - Optional Lead Time offest before starting productionpublic int getLeadTimeOffset()
getLeadTimeOffset in interface I_M_BOMProductpublic void setLine(int Line)
setLine in interface I_M_BOMProductLine - Unique line for this documentpublic int getLine()
getLine in interface I_M_BOMProductpublic KeyNamePair getKeyNamePair()
public void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_M_BOMProductM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_M_BOMProduct
public I_M_BOMAlternative getM_BOMAlternative()
throws Exception
getM_BOMAlternative in interface I_M_BOMProductExceptionpublic void setM_BOMAlternative_ID(int M_BOMAlternative_ID)
setM_BOMAlternative_ID in interface I_M_BOMProductM_BOMAlternative_ID - Product BOM Alternative Grouppublic int getM_BOMAlternative_ID()
getM_BOMAlternative_ID in interface I_M_BOMProduct
public I_M_BOM getM_BOM()
throws Exception
getM_BOM in interface I_M_BOMProductExceptionpublic void setM_BOM_ID(int M_BOM_ID)
setM_BOM_ID in interface I_M_BOMProductM_BOM_ID - Bill of Materialpublic int getM_BOM_ID()
getM_BOM_ID in interface I_M_BOMProductpublic void setM_BOMProduct_ID(int M_BOMProduct_ID)
setM_BOMProduct_ID in interface I_M_BOMProductM_BOMProduct_ID - Bill of Material Component (Product)public int getM_BOMProduct_ID()
getM_BOMProduct_ID in interface I_M_BOMProduct
public I_M_ChangeNotice getM_ChangeNotice()
throws Exception
getM_ChangeNotice in interface I_M_BOMProductExceptionpublic void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
setM_ChangeNotice_ID in interface I_M_BOMProductM_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version)public int getM_ChangeNotice_ID()
getM_ChangeNotice_ID in interface I_M_BOMProductpublic void setM_ProductBOM_ID(int M_ProductBOM_ID)
setM_ProductBOM_ID in interface I_M_BOMProductM_ProductBOM_ID - Bill of Material Component Productpublic int getM_ProductBOM_ID()
getM_ProductBOM_ID in interface I_M_BOMProduct
public I_M_ProductOperation getM_ProductOperation()
throws Exception
getM_ProductOperation in interface I_M_BOMProductExceptionpublic void setM_ProductOperation_ID(int M_ProductOperation_ID)
setM_ProductOperation_ID in interface I_M_BOMProductM_ProductOperation_ID - Product Manufacturing Operationpublic int getM_ProductOperation_ID()
getM_ProductOperation_ID in interface I_M_BOMProductpublic void setSeqNo(int SeqNo)
setSeqNo in interface I_M_BOMProductSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_M_BOMProduct
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||