Adempiere 3.5.2a

org.compiere.model
Interface I_M_Product_BOM

All Known Implementing Classes:
MProductBOM, X_M_Product_BOM

public interface I_M_Product_BOM

Generated Interface for M_Product_BOM

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_BOMQty
          Column name BOMQty
static String COLUMNNAME_BOMType
          Column name BOMType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_M_Product_BOM_ID
          Column name M_Product_BOM_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_ProductBOM_ID
          Column name M_ProductBOM_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=383
static String Table_Name
          TableName=M_Product_BOM
 
Method Summary
 BigDecimal getBOMQty()
          Get BOM Quantity.
 String getBOMType()
          Get BOM Type.
 String getDescription()
          Get Description.
 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.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Product_BOM

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=383


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_BOMQty

static final String COLUMNNAME_BOMQty
Column name BOMQty

See Also:
Constant Field Values

COLUMNNAME_BOMType

static final String COLUMNNAME_BOMType
Column name BOMType

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_M_Product_BOM_ID

static final String COLUMNNAME_M_Product_BOM_ID
Column name M_Product_BOM_ID

See Also:
Constant Field Values

COLUMNNAME_M_ProductBOM_ID

static final String COLUMNNAME_M_ProductBOM_ID
Column name M_ProductBOM_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
Method Detail

setBOMQty

void setBOMQty(BigDecimal BOMQty)
Set BOM Quantity. Bill of Materials Quantity


getBOMQty

BigDecimal getBOMQty()
Get BOM Quantity. Bill of Materials Quantity


setBOMType

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


getBOMType

String getBOMType()
Get BOM Type. Type of BOM


setDescription

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


getDescription

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


setLine

void setLine(int Line)
Set Line No. Unique line for this document


getLine

int getLine()
Get Line No. Unique line for this document


setM_Product_BOM_ID

void setM_Product_BOM_ID(int M_Product_BOM_ID)
Set BOM Line


getM_Product_BOM_ID

int getM_Product_BOM_ID()
Get BOM Line


setM_ProductBOM_ID

void setM_ProductBOM_ID(int M_ProductBOM_ID)
Set BOM Product. Bill of Material Component Product


getM_ProductBOM_ID

int getM_ProductBOM_ID()
Get BOM Product. Bill of Material Component Product


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

Adempiere 3.5.2a

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