|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_PP_Order_BOM
Generated Interface for PP_Order_BOM
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_BOMType
Column name BOMType |
static String |
COLUMNNAME_BOMUse
Column name BOMUse |
static String |
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID |
static String |
COLUMNNAME_CopyFrom
Column name CopyFrom |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_DocumentNo
Column name DocumentNo |
static String |
COLUMNNAME_Help
Column name Help |
static String |
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID |
static String |
COLUMNNAME_M_ChangeNotice_ID
Column name M_ChangeNotice_ID |
static String |
COLUMNNAME_M_Product_ID
Column name M_Product_ID |
static String |
COLUMNNAME_Name
Column name Name |
static String |
COLUMNNAME_PP_Order_BOM_ID
Column name PP_Order_BOM_ID |
static String |
COLUMNNAME_PP_Order_ID
Column name PP_Order_ID |
static String |
COLUMNNAME_Processing
Column name Processing |
static String |
COLUMNNAME_Revision
Column name Revision |
static String |
COLUMNNAME_ValidFrom
Column name ValidFrom |
static String |
COLUMNNAME_ValidTo
Column name ValidTo |
static String |
COLUMNNAME_Value
Column name Value |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=53026 |
static String |
Table_Name
TableName=PP_Order_BOM |
| Method Summary | |
|---|---|
String |
getBOMType()
Get BOM Type. |
String |
getBOMUse()
Get BOM Use. |
int |
getC_UOM_ID()
Get UOM. |
I_C_UOM |
getC_UOM()
|
String |
getCopyFrom()
Get Copy From. |
String |
getDescription()
Get Description. |
String |
getDocumentNo()
Get Document No. |
String |
getHelp()
Get Comment/Help. |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_ChangeNotice_ID()
Get Change Notice. |
I_M_ChangeNotice |
getM_ChangeNotice()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
String |
getName()
Get Name. |
int |
getPP_Order_BOM_ID()
Get PP_Order_BOM_ID |
int |
getPP_Order_ID()
Get PP_Order_ID |
I_PP_Order |
getPP_Order()
|
String |
getRevision()
Get Revision |
Timestamp |
getValidFrom()
Get Valid from. |
Timestamp |
getValidTo()
Get Valid to. |
String |
getValue()
Get Search Key. |
boolean |
isProcessing()
Get Process Now |
void |
setBOMType(String BOMType)
Set BOM Type. |
void |
setBOMUse(String BOMUse)
Set BOM Use. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
void |
setCopyFrom(String CopyFrom)
Set Copy From. |
void |
setDescription(String Description)
Set Description. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setName(String Name)
Set Name. |
void |
setPP_Order_BOM_ID(int PP_Order_BOM_ID)
Set PP_Order_BOM_ID |
void |
setPP_Order_ID(int PP_Order_ID)
Set PP_Order_ID |
void |
setProcessing(boolean Processing)
Set Process Now |
void |
setRevision(String Revision)
Set Revision |
void |
setValidFrom(Timestamp ValidFrom)
Set Valid from. |
void |
setValidTo(Timestamp ValidTo)
Set Valid to. |
void |
setValue(String Value)
Set Search Key. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_BOMType
static final String COLUMNNAME_BOMUse
static final String COLUMNNAME_CopyFrom
static final String COLUMNNAME_C_UOM_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_DocumentNo
static final String COLUMNNAME_Help
static final String COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_ChangeNotice_ID
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_Name
static final String COLUMNNAME_PP_Order_BOM_ID
static final String COLUMNNAME_PP_Order_ID
static final String COLUMNNAME_Processing
static final String COLUMNNAME_Revision
static final String COLUMNNAME_ValidFrom
static final String COLUMNNAME_ValidTo
static final String COLUMNNAME_Value
| Method Detail |
|---|
void setBOMType(String BOMType)
String getBOMType()
void setBOMUse(String BOMUse)
String getBOMUse()
void setCopyFrom(String CopyFrom)
String getCopyFrom()
void setC_UOM_ID(int C_UOM_ID)
int getC_UOM_ID()
I_C_UOM getC_UOM()
throws Exception
Exceptionvoid setDescription(String Description)
String getDescription()
void setDocumentNo(String DocumentNo)
String getDocumentNo()
void setHelp(String Help)
String getHelp()
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
int getM_AttributeSetInstance_ID()
void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
int getM_ChangeNotice_ID()
I_M_ChangeNotice getM_ChangeNotice()
throws Exception
Exceptionvoid setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setName(String Name)
String getName()
void setPP_Order_BOM_ID(int PP_Order_BOM_ID)
int getPP_Order_BOM_ID()
void setPP_Order_ID(int PP_Order_ID)
int getPP_Order_ID()
I_PP_Order getPP_Order()
throws Exception
Exceptionvoid setProcessing(boolean Processing)
boolean isProcessing()
void setRevision(String Revision)
String getRevision()
void setValidFrom(Timestamp ValidFrom)
Timestamp getValidFrom()
void setValidTo(Timestamp ValidTo)
Timestamp getValidTo()
void setValue(String Value)
String getValue()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||