Adempiere 3.5.2a

org.compiere.model
Interface I_M_MovementLine

All Known Implementing Classes:
MMovementLine, X_M_MovementLine

public interface I_M_MovementLine

Generated Interface for M_MovementLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_ConfirmedQty
          Column name ConfirmedQty
static String COLUMNNAME_DD_OrderLine_ID
          Column name DD_OrderLine_ID
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_AttributeSetInstanceTo_ID
          Column name M_AttributeSetInstanceTo_ID
static String COLUMNNAME_M_Locator_ID
          Column name M_Locator_ID
static String COLUMNNAME_M_LocatorTo_ID
          Column name M_LocatorTo_ID
static String COLUMNNAME_M_Movement_ID
          Column name M_Movement_ID
static String COLUMNNAME_M_MovementLine_ID
          Column name M_MovementLine_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_MovementQty
          Column name MovementQty
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_ScrappedQty
          Column name ScrappedQty
static String COLUMNNAME_TargetQty
          Column name TargetQty
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=324
static String Table_Name
          TableName=M_MovementLine
 
Method Summary
 BigDecimal getConfirmedQty()
          Get Confirmed Quantity.
 int getDD_OrderLine_ID()
          Get Distribution Order Line
 I_DD_OrderLine getDD_OrderLine()
           
 String getDescription()
          Get Description.
 int getLine()
          Get Line No.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_AttributeSetInstanceTo_ID()
          Get Attribute Set Instance To.
 int getM_Locator_ID()
          Get Locator.
 int getM_LocatorTo_ID()
          Get Locator To.
 int getM_Movement_ID()
          Get Inventory Move.
 I_M_Movement getM_Movement()
           
 int getM_MovementLine_ID()
          Get Move Line.
 int getM_Product_ID()
          Get Product.
 BigDecimal getMovementQty()
          Get Movement Quantity.
 BigDecimal getScrappedQty()
          Get Scrapped Quantity.
 BigDecimal getTargetQty()
          Get Target Quantity.
 String getValue()
          Get Search Key.
 boolean isProcessed()
          Get Processed.
 void setConfirmedQty(BigDecimal ConfirmedQty)
          Set Confirmed Quantity.
 void setDD_OrderLine_ID(int DD_OrderLine_ID)
          Set Distribution Order Line
 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_AttributeSetInstanceTo_ID(int M_AttributeSetInstanceTo_ID)
          Set Attribute Set Instance To.
 void setM_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_LocatorTo_ID(int M_LocatorTo_ID)
          Set Locator To.
 void setM_Movement_ID(int M_Movement_ID)
          Set Inventory Move.
 void setM_MovementLine_ID(int M_MovementLine_ID)
          Set Move Line.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setMovementQty(BigDecimal MovementQty)
          Set Movement Quantity.
 void setProcessed(boolean Processed)
          Set Processed.
 void setScrappedQty(BigDecimal ScrappedQty)
          Set Scrapped Quantity.
 void setTargetQty(BigDecimal TargetQty)
          Set Target Quantity.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_MovementLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=324


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_ConfirmedQty

static final String COLUMNNAME_ConfirmedQty
Column name ConfirmedQty

See Also:
Constant Field Values

COLUMNNAME_DD_OrderLine_ID

static final String COLUMNNAME_DD_OrderLine_ID
Column name DD_OrderLine_ID

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_AttributeSetInstance_ID

static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID

See Also:
Constant Field Values

COLUMNNAME_M_AttributeSetInstanceTo_ID

static final String COLUMNNAME_M_AttributeSetInstanceTo_ID
Column name M_AttributeSetInstanceTo_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_M_LocatorTo_ID

static final String COLUMNNAME_M_LocatorTo_ID
Column name M_LocatorTo_ID

See Also:
Constant Field Values

COLUMNNAME_M_Movement_ID

static final String COLUMNNAME_M_Movement_ID
Column name M_Movement_ID

See Also:
Constant Field Values

COLUMNNAME_M_MovementLine_ID

static final String COLUMNNAME_M_MovementLine_ID
Column name M_MovementLine_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_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_ScrappedQty

static final String COLUMNNAME_ScrappedQty
Column name ScrappedQty

See Also:
Constant Field Values

COLUMNNAME_TargetQty

static final String COLUMNNAME_TargetQty
Column name TargetQty

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setConfirmedQty

void setConfirmedQty(BigDecimal ConfirmedQty)
Set Confirmed Quantity. Confirmation of a received quantity


getConfirmedQty

BigDecimal getConfirmedQty()
Get Confirmed Quantity. Confirmation of a received quantity


setDD_OrderLine_ID

void setDD_OrderLine_ID(int DD_OrderLine_ID)
Set Distribution Order Line


getDD_OrderLine_ID

int getDD_OrderLine_ID()
Get Distribution Order Line


getDD_OrderLine

I_DD_OrderLine getDD_OrderLine()
                               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


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_AttributeSetInstanceTo_ID

void setM_AttributeSetInstanceTo_ID(int M_AttributeSetInstanceTo_ID)
Set Attribute Set Instance To. Target Product Attribute Set Instance


getM_AttributeSetInstanceTo_ID

int getM_AttributeSetInstanceTo_ID()
Get Attribute Set Instance To. Target 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


setM_LocatorTo_ID

void setM_LocatorTo_ID(int M_LocatorTo_ID)
Set Locator To. Location inventory is moved to


getM_LocatorTo_ID

int getM_LocatorTo_ID()
Get Locator To. Location inventory is moved to


setM_Movement_ID

void setM_Movement_ID(int M_Movement_ID)
Set Inventory Move. Movement of Inventory


getM_Movement_ID

int getM_Movement_ID()
Get Inventory Move. Movement of Inventory


getM_Movement

I_M_Movement getM_Movement()
                           throws Exception
Throws:
Exception

setM_MovementLine_ID

void setM_MovementLine_ID(int M_MovementLine_ID)
Set Move Line. Inventory Move document Line


getM_MovementLine_ID

int getM_MovementLine_ID()
Get Move Line. Inventory Move document Line


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


setProcessed

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


isProcessed

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


setScrappedQty

void setScrappedQty(BigDecimal ScrappedQty)
Set Scrapped Quantity. The Quantity scrapped due to QA issues


getScrappedQty

BigDecimal getScrappedQty()
Get Scrapped Quantity. The Quantity scrapped due to QA issues


setTargetQty

void setTargetQty(BigDecimal TargetQty)
Set Target Quantity. Target Movement Quantity


getTargetQty

BigDecimal getTargetQty()
Get Target Quantity. Target Movement Quantity


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.