Adempiere 3.5.2a

org.compiere.model
Interface I_M_BOMProduct

All Known Implementing Classes:
MBOMProduct, X_M_BOMProduct

public interface I_M_BOMProduct

Generated Interface for M_BOMProduct

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_BOMProductType
          Column name BOMProductType
static String COLUMNNAME_BOMQty
          Column name BOMQty
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsPhantom
          Column name IsPhantom
static String COLUMNNAME_LeadTimeOffset
          Column name LeadTimeOffset
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_BOM_ID
          Column name M_BOM_ID
static String COLUMNNAME_M_BOMAlternative_ID
          Column name M_BOMAlternative_ID
static String COLUMNNAME_M_BOMProduct_ID
          Column name M_BOMProduct_ID
static String COLUMNNAME_M_ChangeNotice_ID
          Column name M_ChangeNotice_ID
static String COLUMNNAME_M_ProductBOM_ID
          Column name M_ProductBOM_ID
static String COLUMNNAME_M_ProductOperation_ID
          Column name M_ProductOperation_ID
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=801
static String Table_Name
          TableName=M_BOMProduct
 
Method Summary
 String getBOMProductType()
          Get Component Type.
 BigDecimal getBOMQty()
          Get BOM Quantity.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 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.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_BOMProduct

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=801


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_BOMProductType

static final String COLUMNNAME_BOMProductType
Column name BOMProductType

See Also:
Constant Field Values

COLUMNNAME_BOMQty

static final String COLUMNNAME_BOMQty
Column name BOMQty

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsPhantom

static final String COLUMNNAME_IsPhantom
Column name IsPhantom

See Also:
Constant Field Values

COLUMNNAME_LeadTimeOffset

static final String COLUMNNAME_LeadTimeOffset
Column name LeadTimeOffset

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

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_BOMAlternative_ID

static final String COLUMNNAME_M_BOMAlternative_ID
Column name M_BOMAlternative_ID

See Also:
Constant Field Values

COLUMNNAME_M_BOM_ID

static final String COLUMNNAME_M_BOM_ID
Column name M_BOM_ID

See Also:
Constant Field Values

COLUMNNAME_M_BOMProduct_ID

static final String COLUMNNAME_M_BOMProduct_ID
Column name M_BOMProduct_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_ProductBOM_ID

static final String COLUMNNAME_M_ProductBOM_ID
Column name M_ProductBOM_ID

See Also:
Constant Field Values

COLUMNNAME_M_ProductOperation_ID

static final String COLUMNNAME_M_ProductOperation_ID
Column name M_ProductOperation_ID

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setBOMProductType

void setBOMProductType(String BOMProductType)
Set Component Type. BOM Product Type


getBOMProductType

String getBOMProductType()
Get Component Type. BOM Product Type


setBOMQty

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


getBOMQty

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


setDescription

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


getDescription

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


setHelp

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


getHelp

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


setIsPhantom

void setIsPhantom(boolean IsPhantom)
Set Phantom. Phantom Component


isPhantom

boolean isPhantom()
Get Phantom. Phantom Component


setLeadTimeOffset

void setLeadTimeOffset(int LeadTimeOffset)
Set Lead Time Offset. Optional Lead Time offest before starting production


getLeadTimeOffset

int getLeadTimeOffset()
Get Lead Time Offset. Optional Lead Time offest before starting production


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_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_BOMAlternative_ID

void setM_BOMAlternative_ID(int M_BOMAlternative_ID)
Set Alternative Group. Product BOM Alternative Group


getM_BOMAlternative_ID

int getM_BOMAlternative_ID()
Get Alternative Group. Product BOM Alternative Group


getM_BOMAlternative

I_M_BOMAlternative getM_BOMAlternative()
                                       throws Exception
Throws:
Exception

setM_BOM_ID

void setM_BOM_ID(int M_BOM_ID)
Set BOM. Bill of Material


getM_BOM_ID

int getM_BOM_ID()
Get BOM. Bill of Material


getM_BOM

I_M_BOM getM_BOM()
                 throws Exception
Throws:
Exception

setM_BOMProduct_ID

void setM_BOMProduct_ID(int M_BOMProduct_ID)
Set BOM Component. Bill of Material Component (Product)


getM_BOMProduct_ID

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


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_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_ProductOperation_ID

void setM_ProductOperation_ID(int M_ProductOperation_ID)
Set Product Operation. Product Manufacturing Operation


getM_ProductOperation_ID

int getM_ProductOperation_ID()
Get Product Operation. Product Manufacturing Operation


getM_ProductOperation

I_M_ProductOperation getM_ProductOperation()
                                           throws Exception
Throws:
Exception

setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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