|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_Replenish
public class X_M_Replenish
Generated Model for M_Replenish
| Field Summary | |
|---|---|
static int |
M_WAREHOUSESOURCE_ID_AD_Reference_ID
M_WarehouseSource_ID AD_Reference_ID=197 |
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 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_M_Replenish |
|---|
accessLevel, COLUMNNAME_Level_Max, COLUMNNAME_Level_Min, COLUMNNAME_M_Product_ID, COLUMNNAME_M_Warehouse_ID, COLUMNNAME_M_WarehouseSource_ID, COLUMNNAME_ReplenishType, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_Replenish(Properties ctx,
int M_Replenish_ID,
String trxName)
Standard Constructor |
|
X_M_Replenish(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int M_WAREHOUSESOURCE_ID_AD_Reference_ID
public static final int REPLENISHTYPE_AD_Reference_ID
public static final String REPLENISHTYPE_MaintainMaximumLevel
public static final String REPLENISHTYPE_Manual
public static final String REPLENISHTYPE_ReorderBelowMinimumLevel
public static final String REPLENISHTYPE_Custom
| Constructor Detail |
|---|
public X_M_Replenish(Properties ctx,
int M_Replenish_ID,
String trxName)
public X_M_Replenish(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setLevel_Max(BigDecimal Level_Max)
setLevel_Max in interface I_M_ReplenishLevel_Max - Maximum Inventory level for this productpublic BigDecimal getLevel_Max()
getLevel_Max in interface I_M_Replenishpublic void setLevel_Min(BigDecimal Level_Min)
setLevel_Min in interface I_M_ReplenishLevel_Min - Minimum Inventory level for this productpublic BigDecimal getLevel_Min()
getLevel_Min in interface I_M_Replenish
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_ReplenishExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_ReplenishM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_Replenish
public I_M_Warehouse getM_Warehouse()
throws Exception
getM_Warehouse in interface I_M_ReplenishExceptionpublic void setM_Warehouse_ID(int M_Warehouse_ID)
setM_Warehouse_ID in interface I_M_ReplenishM_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
getM_Warehouse_ID in interface I_M_Replenishpublic void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
setM_WarehouseSource_ID in interface I_M_ReplenishM_WarehouseSource_ID - Optional Warehouse to replenish frompublic int getM_WarehouseSource_ID()
getM_WarehouseSource_ID in interface I_M_Replenishpublic void setReplenishType(String ReplenishType)
setReplenishType in interface I_M_ReplenishReplenishType - Method for re-ordering a productpublic String getReplenishType()
getReplenishType in interface I_M_Replenish
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||