Adempiere 3.5.2a

org.compiere.model
Interface I_M_ProductionLine

All Known Implementing Classes:
X_M_ProductionLine

public interface I_M_ProductionLine

Generated Interface for M_ProductionLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_Locator_ID
          Column name M_Locator_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_ProductionLine_ID
          Column name M_ProductionLine_ID
static String COLUMNNAME_M_ProductionPlan_ID
          Column name M_ProductionPlan_ID
static String COLUMNNAME_MovementQty
          Column name MovementQty
static String COLUMNNAME_Processed
          Column name Processed
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=326
static String Table_Name
          TableName=M_ProductionLine
 
Method Summary
 String getDescription()
          Get Description.
 int getLine()
          Get Line No.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_Locator_ID()
          Get Locator.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_ProductionLine_ID()
          Get Production Line.
 int getM_ProductionPlan_ID()
          Get Production Plan.
 I_M_ProductionPlan getM_ProductionPlan()
           
 BigDecimal getMovementQty()
          Get Movement Quantity.
 boolean isProcessed()
          Get Processed.
 void setDescription(String Description)
          Set Description.
 void setLine(int Line)
          Set Line No.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_ProductionLine_ID(int M_ProductionLine_ID)
          Set Production Line.
 void setM_ProductionPlan_ID(int M_ProductionPlan_ID)
          Set Production Plan.
 void setMovementQty(BigDecimal MovementQty)
          Set Movement Quantity.
 void setProcessed(boolean Processed)
          Set Processed.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_ProductionLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=326


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_AttributeSetInstance_ID

static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID

See Also:
Constant Field Values

COLUMNNAME_M_Locator_ID

static final String COLUMNNAME_M_Locator_ID
Column name M_Locator_ID

See Also:
Constant Field Values

COLUMNNAME_MovementQty

static final String COLUMNNAME_MovementQty
Column name MovementQty

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_M_ProductionLine_ID

static final String COLUMNNAME_M_ProductionLine_ID
Column name M_ProductionLine_ID

See Also:
Constant Field Values

COLUMNNAME_M_ProductionPlan_ID

static final String COLUMNNAME_M_ProductionPlan_ID
Column name M_ProductionPlan_ID

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values
Method Detail

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

void setM_Locator_ID(int M_Locator_ID)
Set Locator. Warehouse Locator


getM_Locator_ID

int getM_Locator_ID()
Get Locator. Warehouse Locator


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

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


setM_ProductionPlan_ID

void setM_ProductionPlan_ID(int M_ProductionPlan_ID)
Set Production Plan. Plan for how a product is produced


getM_ProductionPlan_ID

int getM_ProductionPlan_ID()
Get Production Plan. Plan for how a product is produced


getM_ProductionPlan

I_M_ProductionPlan getM_ProductionPlan()
                                       throws Exception
Throws:
Exception

setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


Adempiere 3.5.2a

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