Adempiere 3.5.2a

org.eevolution.model
Interface I_PP_Order_BOM

All Known Implementing Classes:
MPPOrderBOM, X_PP_Order_BOM

public interface I_PP_Order_BOM

Generated Interface for PP_Order_BOM

Version:
Release 3.5.2a
Author:
Adempiere (generated)

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

Table_Name

static final String Table_Name
TableName=PP_Order_BOM

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53026


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_BOMType

static final String COLUMNNAME_BOMType
Column name BOMType

See Also:
Constant Field Values

COLUMNNAME_BOMUse

static final String COLUMNNAME_BOMUse
Column name BOMUse

See Also:
Constant Field Values

COLUMNNAME_CopyFrom

static final String COLUMNNAME_CopyFrom
Column name CopyFrom

See Also:
Constant Field Values

COLUMNNAME_C_UOM_ID

static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_M_AttributeSetInstance_ID

static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID

See Also:
Constant Field Values

COLUMNNAME_M_ChangeNotice_ID

static final String COLUMNNAME_M_ChangeNotice_ID
Column name M_ChangeNotice_ID

See Also:
Constant Field Values

COLUMNNAME_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PP_Order_BOM_ID

static final String COLUMNNAME_PP_Order_BOM_ID
Column name PP_Order_BOM_ID

See Also:
Constant Field Values

COLUMNNAME_PP_Order_ID

static final String COLUMNNAME_PP_Order_ID
Column name PP_Order_ID

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_Revision

static final String COLUMNNAME_Revision
Column name Revision

See Also:
Constant Field Values

COLUMNNAME_ValidFrom

static final String COLUMNNAME_ValidFrom
Column name ValidFrom

See Also:
Constant Field Values

COLUMNNAME_ValidTo

static final String COLUMNNAME_ValidTo
Column name ValidTo

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setBOMType

void setBOMType(String BOMType)
Set BOM Type. Type of BOM


getBOMType

String getBOMType()
Get BOM Type. Type of BOM


setBOMUse

void setBOMUse(String BOMUse)
Set BOM Use. The use of the Bill of Material


getBOMUse

String getBOMUse()
Get BOM Use. The use of the Bill of Material


setCopyFrom

void setCopyFrom(String CopyFrom)
Set Copy From. Copy From Record


getCopyFrom

String getCopyFrom()
Get Copy From. Copy From Record


setC_UOM_ID

void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure


getC_UOM_ID

int getC_UOM_ID()
Get UOM. Unit of Measure


getC_UOM

I_C_UOM getC_UOM()
                 throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDocumentNo

void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document


getDocumentNo

String getDocumentNo()
Get Document No. Document sequence number of the document


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setM_AttributeSetInstance_ID

void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance


getM_AttributeSetInstance_ID

int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance


setM_ChangeNotice_ID

void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice. Bill of Materials (Engineering) Change Notice (Version)


getM_ChangeNotice_ID

int getM_ChangeNotice_ID()
Get Change Notice. Bill of Materials (Engineering) Change Notice (Version)


getM_ChangeNotice

I_M_ChangeNotice getM_ChangeNotice()
                                   throws Exception
Throws:
Exception

setM_Product_ID

void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item


getM_Product_ID

int getM_Product_ID()
Get Product. Product, Service, Item


getM_Product

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPP_Order_BOM_ID

void setPP_Order_BOM_ID(int PP_Order_BOM_ID)
Set PP_Order_BOM_ID


getPP_Order_BOM_ID

int getPP_Order_BOM_ID()
Get PP_Order_BOM_ID


setPP_Order_ID

void setPP_Order_ID(int PP_Order_ID)
Set PP_Order_ID


getPP_Order_ID

int getPP_Order_ID()
Get PP_Order_ID


getPP_Order

I_PP_Order getPP_Order()
                       throws Exception
Throws:
Exception

setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setRevision

void setRevision(String Revision)
Set Revision


getRevision

String getRevision()
Get Revision


setValidFrom

void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)


getValidFrom

Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)


setValidTo

void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)


getValidTo

Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.