Adempiere 3.5.2a

org.compiere.model
Interface I_M_Storage

All Known Implementing Classes:
MStorage, X_M_Storage

public interface I_M_Storage

Generated Interface for M_Storage

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_DateLastInventory
          Column name DateLastInventory
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_QtyOnHand
          Column name QtyOnHand
static String COLUMNNAME_QtyOrdered
          Column name QtyOrdered
static String COLUMNNAME_QtyReserved
          Column name QtyReserved
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=250
static String Table_Name
          TableName=M_Storage
 
Method Summary
 Timestamp getDateLastInventory()
          Get Date last inventory count.
 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()
           
 BigDecimal getQtyOnHand()
          Get On Hand Quantity.
 BigDecimal getQtyOrdered()
          Get Ordered Quantity.
 BigDecimal getQtyReserved()
          Get Reserved Quantity.
 void setDateLastInventory(Timestamp DateLastInventory)
          Set Date last inventory count.
 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 setQtyOnHand(BigDecimal QtyOnHand)
          Set On Hand Quantity.
 void setQtyOrdered(BigDecimal QtyOrdered)
          Set Ordered Quantity.
 void setQtyReserved(BigDecimal QtyReserved)
          Set Reserved Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Storage

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=250


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_DateLastInventory

static final String COLUMNNAME_DateLastInventory
Column name DateLastInventory

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_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_QtyOnHand

static final String COLUMNNAME_QtyOnHand
Column name QtyOnHand

See Also:
Constant Field Values

COLUMNNAME_QtyOrdered

static final String COLUMNNAME_QtyOrdered
Column name QtyOrdered

See Also:
Constant Field Values

COLUMNNAME_QtyReserved

static final String COLUMNNAME_QtyReserved
Column name QtyReserved

See Also:
Constant Field Values
Method Detail

setDateLastInventory

void setDateLastInventory(Timestamp DateLastInventory)
Set Date last inventory count. Date of Last Inventory Count


getDateLastInventory

Timestamp getDateLastInventory()
Get Date last inventory count. Date of Last Inventory Count


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


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

setQtyOnHand

void setQtyOnHand(BigDecimal QtyOnHand)
Set On Hand Quantity. On Hand Quantity


getQtyOnHand

BigDecimal getQtyOnHand()
Get On Hand Quantity. On Hand Quantity


setQtyOrdered

void setQtyOrdered(BigDecimal QtyOrdered)
Set Ordered Quantity. Ordered Quantity


getQtyOrdered

BigDecimal getQtyOrdered()
Get Ordered Quantity. Ordered Quantity


setQtyReserved

void setQtyReserved(BigDecimal QtyReserved)
Set Reserved Quantity. Reserved Quantity


getQtyReserved

BigDecimal getQtyReserved()
Get Reserved Quantity. Reserved Quantity


Adempiere 3.5.2a

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