Adempiere 3.5.2a

org.compiere.model
Interface I_M_Replenish

All Known Implementing Classes:
X_M_Replenish

public interface I_M_Replenish

Generated Interface for M_Replenish

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Level_Max
          Column name Level_Max
static String COLUMNNAME_Level_Min
          Column name Level_Min
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_M_WarehouseSource_ID
          Column name M_WarehouseSource_ID
static String COLUMNNAME_ReplenishType
          Column name ReplenishType
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=249
static String Table_Name
          TableName=M_Replenish
 
Method Summary
 BigDecimal getLevel_Max()
          Get Maximum Level.
 BigDecimal getLevel_Min()
          Get Minimum Level.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_Warehouse_ID()
          Get Warehouse.
 I_M_Warehouse getM_Warehouse()
           
 int getM_WarehouseSource_ID()
          Get Source Warehouse.
 String getReplenishType()
          Get Replenish Type.
 void setLevel_Max(BigDecimal Level_Max)
          Set Maximum Level.
 void setLevel_Min(BigDecimal Level_Min)
          Set Minimum Level.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_Warehouse_ID(int M_Warehouse_ID)
          Set Warehouse.
 void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
          Set Source Warehouse.
 void setReplenishType(String ReplenishType)
          Set Replenish Type.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Replenish

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=249


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_Level_Max

static final String COLUMNNAME_Level_Max
Column name Level_Max

See Also:
Constant Field Values

COLUMNNAME_Level_Min

static final String COLUMNNAME_Level_Min
Column name Level_Min

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_M_WarehouseSource_ID

static final String COLUMNNAME_M_WarehouseSource_ID
Column name M_WarehouseSource_ID

See Also:
Constant Field Values

COLUMNNAME_ReplenishType

static final String COLUMNNAME_ReplenishType
Column name ReplenishType

See Also:
Constant Field Values
Method Detail

setLevel_Max

void setLevel_Max(BigDecimal Level_Max)
Set Maximum Level. Maximum Inventory level for this product


getLevel_Max

BigDecimal getLevel_Max()
Get Maximum Level. Maximum Inventory level for this product


setLevel_Min

void setLevel_Min(BigDecimal Level_Min)
Set Minimum Level. Minimum Inventory level for this product


getLevel_Min

BigDecimal getLevel_Min()
Get Minimum Level. Minimum Inventory level for this product


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

setM_WarehouseSource_ID

void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
Set Source Warehouse. Optional Warehouse to replenish from


getM_WarehouseSource_ID

int getM_WarehouseSource_ID()
Get Source Warehouse. Optional Warehouse to replenish from


setReplenishType

void setReplenishType(String ReplenishType)
Set Replenish Type. Method for re-ordering a product


getReplenishType

String getReplenishType()
Get Replenish Type. Method for re-ordering a product


Adempiere 3.5.2a

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