Adempiere 3.5.2a

org.compiere.model
Interface I_M_ProductionLineMA

All Known Implementing Classes:
X_M_ProductionLineMA

public interface I_M_ProductionLineMA

Generated Interface for M_ProductionLineMA

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_ProductionLine_ID
          Column name M_ProductionLine_ID
static String COLUMNNAME_MovementQty
          Column name MovementQty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=765
static String Table_Name
          TableName=M_ProductionLineMA
 
Method Summary
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_ProductionLine_ID()
          Get Production Line.
 I_M_ProductionLine getM_ProductionLine()
           
 BigDecimal getMovementQty()
          Get Movement Quantity.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_ProductionLine_ID(int M_ProductionLine_ID)
          Set Production Line.
 void setMovementQty(BigDecimal MovementQty)
          Set Movement Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_ProductionLineMA

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=765


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_M_AttributeSetInstance_ID

static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID

See Also:
Constant Field Values

COLUMNNAME_MovementQty

static final String COLUMNNAME_MovementQty
Column name MovementQty

See Also:
Constant Field Values

COLUMNNAME_M_ProductionLine_ID

static final String COLUMNNAME_M_ProductionLine_ID
Column name M_ProductionLine_ID

See Also:
Constant Field Values
Method Detail

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


setMovementQty

void setMovementQty(BigDecimal MovementQty)
Set Movement Quantity. Quantity of a product moved.


getMovementQty

BigDecimal getMovementQty()
Get Movement Quantity. Quantity of a product moved.


setM_ProductionLine_ID

void setM_ProductionLine_ID(int M_ProductionLine_ID)
Set Production Line. Document Line representing a production


getM_ProductionLine_ID

int getM_ProductionLine_ID()
Get Production Line. Document Line representing a production


getM_ProductionLine

I_M_ProductionLine getM_ProductionLine()
                                       throws Exception
Throws:
Exception

Adempiere 3.5.2a

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