Adempiere 3.5.2a

org.eevolution.model
Interface I_QM_Specification

All Known Implementing Classes:
MQMSpecification, X_QM_Specification

public interface I_QM_Specification

Generated Interface for QM_Specification

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_Workflow_ID
          Column name AD_Workflow_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_M_AttributeSet_ID
          Column name M_AttributeSet_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PP_Product_BOM_ID
          Column name PP_Product_BOM_ID
static String COLUMNNAME_QM_Specification_ID
          Column name QM_Specification_ID
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=53040
static String Table_Name
          TableName=QM_Specification
 
Method Summary
 int getAD_Workflow_ID()
          Get Workflow.
 I_AD_Workflow getAD_Workflow()
           
 String getDescription()
          Get Description.
 int getM_AttributeSet_ID()
          Get Attribute Set.
 I_M_AttributeSet getM_AttributeSet()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getName()
          Get Name.
 int getPP_Product_BOM_ID()
          Get BOM & Formula.
 I_PP_Product_BOM getPP_Product_BOM()
           
 int getQM_Specification_ID()
          Get QM_Specification_ID
 Timestamp getValidFrom()
          Get Valid from.
 Timestamp getValidTo()
          Get Valid to.
 String getValue()
          Get Search Key.
 void setAD_Workflow_ID(int AD_Workflow_ID)
          Set Workflow.
 void setDescription(String Description)
          Set Description.
 void setM_AttributeSet_ID(int M_AttributeSet_ID)
          Set Attribute Set.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setName(String Name)
          Set Name.
 void setPP_Product_BOM_ID(int PP_Product_BOM_ID)
          Set BOM & Formula.
 void setQM_Specification_ID(int QM_Specification_ID)
          Set QM_Specification_ID
 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=QM_Specification

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53040


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_Workflow_ID

static final String COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_M_AttributeSet_ID

static final String COLUMNNAME_M_AttributeSet_ID
Column name M_AttributeSet_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_Product_BOM_ID

static final String COLUMNNAME_PP_Product_BOM_ID
Column name PP_Product_BOM_ID

See Also:
Constant Field Values

COLUMNNAME_QM_Specification_ID

static final String COLUMNNAME_QM_Specification_ID
Column name QM_Specification_ID

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

setAD_Workflow_ID

void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. Workflow or combination of tasks


getAD_Workflow_ID

int getAD_Workflow_ID()
Get Workflow. Workflow or combination of tasks


getAD_Workflow

I_AD_Workflow getAD_Workflow()
                             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


setM_AttributeSet_ID

void setM_AttributeSet_ID(int M_AttributeSet_ID)
Set Attribute Set. Product Attribute Set


getM_AttributeSet_ID

int getM_AttributeSet_ID()
Get Attribute Set. Product Attribute Set


getM_AttributeSet

I_M_AttributeSet getM_AttributeSet()
                                   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_Product_BOM_ID

void setPP_Product_BOM_ID(int PP_Product_BOM_ID)
Set BOM & Formula. BOM & Formula


getPP_Product_BOM_ID

int getPP_Product_BOM_ID()
Get BOM & Formula. BOM & Formula


getPP_Product_BOM

I_PP_Product_BOM getPP_Product_BOM()
                                   throws Exception
Throws:
Exception

setQM_Specification_ID

void setQM_Specification_ID(int QM_Specification_ID)
Set QM_Specification_ID


getQM_Specification_ID

int getQM_Specification_ID()
Get QM_Specification_ID


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.