Adempiere 3.5.2a

org.compiere.model
Interface I_I_Inventory

All Known Implementing Classes:
X_I_Inventory

public interface I_I_Inventory

Generated Interface for I_Inventory

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_I_ErrorMsg
          Column name I_ErrorMsg
static String COLUMNNAME_I_Inventory_ID
          Column name I_Inventory_ID
static String COLUMNNAME_I_IsImported
          Column name I_IsImported
static String COLUMNNAME_LocatorValue
          Column name LocatorValue
static String COLUMNNAME_Lot
          Column name Lot
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_M_Warehouse_ID
          Column name M_Warehouse_ID
static String COLUMNNAME_MovementDate
          Column name MovementDate
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_QtyBook
          Column name QtyBook
static String COLUMNNAME_QtyCount
          Column name QtyCount
static String COLUMNNAME_SerNo
          Column name SerNo
static String COLUMNNAME_UPC
          Column name UPC
static String COLUMNNAME_Value
          Column name Value
static String COLUMNNAME_WarehouseValue
          Column name WarehouseValue
static String COLUMNNAME_X
          Column name X
static String COLUMNNAME_Y
          Column name Y
static String COLUMNNAME_Z
          Column name Z
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=572
static String Table_Name
          TableName=I_Inventory
 
Method Summary
 String getDescription()
          Get Description.
 String getI_ErrorMsg()
          Get Import Error Message.
 int getI_Inventory_ID()
          Get Import Inventory.
 String getLocatorValue()
          Get Locator Key.
 String getLot()
          Get Lot No.
 int getM_Inventory_ID()
          Get Phys.Inventory.
 I_M_Inventory getM_Inventory()
           
 int getM_InventoryLine_ID()
          Get Phys.Inventory Line.
 I_M_InventoryLine getM_InventoryLine()
           
 int getM_Locator_ID()
          Get Locator.
 I_M_Locator getM_Locator()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_Warehouse_ID()
          Get Warehouse.
 I_M_Warehouse getM_Warehouse()
           
 Timestamp getMovementDate()
          Get Movement Date.
 BigDecimal getQtyBook()
          Get Quantity book.
 BigDecimal getQtyCount()
          Get Quantity count.
 String getSerNo()
          Get Serial No.
 String getUPC()
          Get UPC/EAN.
 String getValue()
          Get Search Key.
 String getWarehouseValue()
          Get Warehouse Key.
 String getX()
          Get Aisle (X).
 String getY()
          Get Bin (Y).
 String getZ()
          Get Level (Z).
 boolean isI_IsImported()
          Get Imported.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setDescription(String Description)
          Set Description.
 void setI_ErrorMsg(String I_ErrorMsg)
          Set Import Error Message.
 void setI_Inventory_ID(int I_Inventory_ID)
          Set Import Inventory.
 void setI_IsImported(boolean I_IsImported)
          Set Imported.
 void setLocatorValue(String LocatorValue)
          Set Locator Key.
 void setLot(String Lot)
          Set Lot No.
 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 setM_Warehouse_ID(int M_Warehouse_ID)
          Set Warehouse.
 void setMovementDate(Timestamp MovementDate)
          Set Movement Date.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setQtyBook(BigDecimal QtyBook)
          Set Quantity book.
 void setQtyCount(BigDecimal QtyCount)
          Set Quantity count.
 void setSerNo(String SerNo)
          Set Serial No.
 void setUPC(String UPC)
          Set UPC/EAN.
 void setValue(String Value)
          Set Search Key.
 void setWarehouseValue(String WarehouseValue)
          Set Warehouse Key.
 void setX(String X)
          Set Aisle (X).
 void setY(String Y)
          Set Bin (Y).
 void setZ(String Z)
          Set Level (Z).
 

Field Detail

Table_Name

static final String Table_Name
TableName=I_Inventory

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=572


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_I_ErrorMsg

static final String COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg

See Also:
Constant Field Values

COLUMNNAME_I_Inventory_ID

static final String COLUMNNAME_I_Inventory_ID
Column name I_Inventory_ID

See Also:
Constant Field Values

COLUMNNAME_I_IsImported

static final String COLUMNNAME_I_IsImported
Column name I_IsImported

See Also:
Constant Field Values

COLUMNNAME_LocatorValue

static final String COLUMNNAME_LocatorValue
Column name LocatorValue

See Also:
Constant Field Values

COLUMNNAME_Lot

static final String COLUMNNAME_Lot
Column name Lot

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_MovementDate

static final String COLUMNNAME_MovementDate
Column name MovementDate

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_Warehouse_ID

static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

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_SerNo

static final String COLUMNNAME_SerNo
Column name SerNo

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

COLUMNNAME_WarehouseValue

static final String COLUMNNAME_WarehouseValue
Column name WarehouseValue

See Also:
Constant Field Values

COLUMNNAME_X

static final String COLUMNNAME_X
Column name X

See Also:
Constant Field Values

COLUMNNAME_Y

static final String COLUMNNAME_Y
Column name Y

See Also:
Constant Field Values

COLUMNNAME_Z

static final String COLUMNNAME_Z
Column name Z

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


setI_ErrorMsg

void setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. Messages generated from import process


getI_ErrorMsg

String getI_ErrorMsg()
Get Import Error Message. Messages generated from import process


setI_Inventory_ID

void setI_Inventory_ID(int I_Inventory_ID)
Set Import Inventory. Import Inventory Transactions


getI_Inventory_ID

int getI_Inventory_ID()
Get Import Inventory. Import Inventory Transactions


setI_IsImported

void setI_IsImported(boolean I_IsImported)
Set Imported. Has this import been processed


isI_IsImported

boolean isI_IsImported()
Get Imported. Has this import been processed


setLocatorValue

void setLocatorValue(String LocatorValue)
Set Locator Key. Key of the Warehouse Locator


getLocatorValue

String getLocatorValue()
Get Locator Key. Key of the Warehouse Locator


setLot

void setLot(String Lot)
Set Lot No. Lot number (alphanumeric)


getLot

String getLot()
Get Lot No. Lot number (alphanumeric)


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


getM_InventoryLine

I_M_InventoryLine getM_InventoryLine()
                                     throws Exception
Throws:
Exception

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


getM_Locator

I_M_Locator getM_Locator()
                         throws Exception
Throws:
Exception

setMovementDate

void setMovementDate(Timestamp MovementDate)
Set Movement Date. Date a product was moved in or out of inventory


getMovementDate

Timestamp getMovementDate()
Get Movement Date. Date a product was moved in or out of inventory


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_Warehouse_ID

void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point


getM_Warehouse_ID

int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point


getM_Warehouse

I_M_Warehouse getM_Warehouse()
                             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


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


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


setSerNo

void setSerNo(String SerNo)
Set Serial No. Product Serial Number


getSerNo

String getSerNo()
Get Serial No. Product Serial Number


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


setWarehouseValue

void setWarehouseValue(String WarehouseValue)
Set Warehouse Key. Key of the Warehouse


getWarehouseValue

String getWarehouseValue()
Get Warehouse Key. Key of the Warehouse


setX

void setX(String X)
Set Aisle (X). X dimension, e.g., Aisle


getX

String getX()
Get Aisle (X). X dimension, e.g., Aisle


setY

void setY(String Y)
Set Bin (Y). Y dimension, e.g., Bin


getY

String getY()
Get Bin (Y). Y dimension, e.g., Bin


setZ

void setZ(String Z)
Set Level (Z). Z dimension, e.g., Level


getZ

String getZ()
Get Level (Z). Z dimension, e.g., Level


Adempiere 3.5.2a

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