Adempiere 3.5.2a

org.compiere.model
Interface I_M_InventoryLine

All Known Implementing Classes:
MInventoryLine, X_M_InventoryLine

public interface I_M_InventoryLine

Generated Interface for M_InventoryLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_Charge_ID
          Column name C_Charge_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_InventoryType
          Column name InventoryType
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_Inventory_ID
          Column name M_Inventory_ID
static String COLUMNNAME_M_InventoryLine_ID
          Column name M_InventoryLine_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_Processed
          Column name Processed
static String COLUMNNAME_QtyBook
          Column name QtyBook
static String COLUMNNAME_QtyCount
          Column name QtyCount
static String COLUMNNAME_QtyInternalUse
          Column name QtyInternalUse
static String COLUMNNAME_UPC
          Column name UPC
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=322
static String Table_Name
          TableName=M_InventoryLine
 
Method Summary
 int getC_Charge_ID()
          Get Charge.
 I_C_Charge getC_Charge()
           
 String getDescription()
          Get Description.
 String getInventoryType()
          Get Inventory Type.
 int getLine()
          Get Line No.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_Inventory_ID()
          Get Phys.Inventory.
 I_M_Inventory getM_Inventory()
           
 int getM_InventoryLine_ID()
          Get Phys.Inventory Line.
 int getM_Locator_ID()
          Get Locator.
 int getM_Product_ID()
          Get Product.
 BigDecimal getQtyBook()
          Get Quantity book.
 BigDecimal getQtyCount()
          Get Quantity count.
 BigDecimal getQtyInternalUse()
          Get Internal Use Qty.
 String getUPC()
          Get UPC/EAN.
 String getValue()
          Get Search Key.
 boolean isProcessed()
          Get Processed.
 void setC_Charge_ID(int C_Charge_ID)
          Set Charge.
 void setDescription(String Description)
          Set Description.
 void setInventoryType(String InventoryType)
          Set Inventory Type.
 void setLine(int Line)
          Set Line No.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_Inventory_ID(int M_Inventory_ID)
          Set Phys.Inventory.
 void setM_InventoryLine_ID(int M_InventoryLine_ID)
          Set Phys.Inventory Line.
 void setM_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setProcessed(boolean Processed)
          Set Processed.
 void setQtyBook(BigDecimal QtyBook)
          Set Quantity book.
 void setQtyCount(BigDecimal QtyCount)
          Set Quantity count.
 void setQtyInternalUse(BigDecimal QtyInternalUse)
          Set Internal Use Qty.
 void setUPC(String UPC)
          Set UPC/EAN.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_InventoryLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=322


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_C_Charge_ID

static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_InventoryType

static final String COLUMNNAME_InventoryType
Column name InventoryType

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_Inventory_ID

static final String COLUMNNAME_M_Inventory_ID
Column name M_Inventory_ID

See Also:
Constant Field Values

COLUMNNAME_M_InventoryLine_ID

static final String COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_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_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_QtyBook

static final String COLUMNNAME_QtyBook
Column name QtyBook

See Also:
Constant Field Values

COLUMNNAME_QtyCount

static final String COLUMNNAME_QtyCount
Column name QtyCount

See Also:
Constant Field Values

COLUMNNAME_QtyInternalUse

static final String COLUMNNAME_QtyInternalUse
Column name QtyInternalUse

See Also:
Constant Field Values

COLUMNNAME_UPC

static final String COLUMNNAME_UPC
Column name UPC

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setC_Charge_ID

void setC_Charge_ID(int C_Charge_ID)
Set Charge. Additional document charges


getC_Charge_ID

int getC_Charge_ID()
Get Charge. Additional document charges


getC_Charge

I_C_Charge getC_Charge()
                       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


setInventoryType

void setInventoryType(String InventoryType)
Set Inventory Type. Type of inventory difference


getInventoryType

String getInventoryType()
Get Inventory Type. Type of inventory difference


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_Inventory_ID

void setM_Inventory_ID(int M_Inventory_ID)
Set Phys.Inventory. Parameters for a Physical Inventory


getM_Inventory_ID

int getM_Inventory_ID()
Get Phys.Inventory. Parameters for a Physical Inventory


getM_Inventory

I_M_Inventory getM_Inventory()
                             throws Exception
Throws:
Exception

setM_InventoryLine_ID

void setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line. Unique line in an Inventory document


getM_InventoryLine_ID

int getM_InventoryLine_ID()
Get Phys.Inventory Line. Unique line in an Inventory document


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


setQtyBook

void setQtyBook(BigDecimal QtyBook)
Set Quantity book. Book Quantity


getQtyBook

BigDecimal getQtyBook()
Get Quantity book. Book Quantity


setQtyCount

void setQtyCount(BigDecimal QtyCount)
Set Quantity count. Counted Quantity


getQtyCount

BigDecimal getQtyCount()
Get Quantity count. Counted Quantity


setQtyInternalUse

void setQtyInternalUse(BigDecimal QtyInternalUse)
Set Internal Use Qty. Internal Use Quantity removed from Inventory


getQtyInternalUse

BigDecimal getQtyInternalUse()
Get Internal Use Qty. Internal Use Quantity removed from Inventory


setUPC

void setUPC(String UPC)
Set UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number)


getUPC

String getUPC()
Get UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number)


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.