|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_Replenish
public class X_M_Replenish
Generated Model for M_Replenish
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
M_WAREHOUSESOURCE_ID_AD_Reference_ID
M_WarehouseSource_ID AD_Reference_ID=197 |
protected static KeyNamePair |
Model
|
static int |
REPLENISHTYPE_AD_Reference_ID
ReplenishType AD_Reference_ID=164 |
static String |
REPLENISHTYPE_Custom
Custom = 9 |
static String |
REPLENISHTYPE_MaintainMaximumLevel
Maintain Maximum Level = 2 |
static String |
REPLENISHTYPE_Manual
Manual = 0 |
static String |
REPLENISHTYPE_ReorderBelowMinimumLevel
Reorder below Minimum Level = 1 |
static int |
Table_ID
AD_Table_ID=249 |
static String |
Table_Name
TableName=M_Replenish |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_Replenish(Ctx ctx,
int M_Replenish_ID,
String trxName)
Standard Constructor |
|
X_M_Replenish(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
BigDecimal |
getLevel_Max()
Get Maximum Level. |
BigDecimal |
getLevel_Min()
Get Minimum Level. |
int |
getM_Product_ID()
Get Product. |
int |
getM_Warehouse_ID()
Get Warehouse. |
int |
getM_WarehouseSource_ID()
Get Source Warehouse. |
String |
getReplenishType()
Get Replenishment Type. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isReplenishTypeValid(String test)
Is test a valid value. |
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 Replenishment Type. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int M_WAREHOUSESOURCE_ID_AD_Reference_ID
public static final int REPLENISHTYPE_AD_Reference_ID
public static final String REPLENISHTYPE_Manual
public static final String REPLENISHTYPE_ReorderBelowMinimumLevel
public static final String REPLENISHTYPE_MaintainMaximumLevel
public static final String REPLENISHTYPE_Custom
| Constructor Detail |
|---|
public X_M_Replenish(Ctx ctx,
int M_Replenish_ID,
String trxName)
ctx - contextM_Replenish_ID - idtrxName - transaction
public X_M_Replenish(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setLevel_Max(BigDecimal Level_Max)
Level_Max - Maximum Inventory level for this productpublic BigDecimal getLevel_Max()
public void setLevel_Min(BigDecimal Level_Min)
Level_Min - Minimum Inventory level for this productpublic BigDecimal getLevel_Min()
public void setM_Product_ID(int M_Product_ID)
M_Product_ID - Product, Service, Itempublic int getM_Product_ID()
public KeyNamePair getKeyNamePair()
public void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
M_WarehouseSource_ID - Optional Warehouse to replenish frompublic int getM_WarehouseSource_ID()
public void setM_Warehouse_ID(int M_Warehouse_ID)
M_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
public boolean isReplenishTypeValid(String test)
test - testvalue
public void setReplenishType(String ReplenishType)
ReplenishType - Method for re-ordering a productpublic String getReplenishType()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||