|
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_T_Replenish
public class X_T_Replenish
Generated Model for T_Replenish
| Field Summary | |
|---|---|
static int |
M_WAREHOUSESOURCE_ID_AD_Reference_ID
M_WarehouseSource_ID AD_Reference_ID=197 |
static int |
REPLENISHMENTCREATE_AD_Reference_ID
ReplenishmentCreate AD_Reference_ID=329 |
static String |
REPLENISHMENTCREATE_DistributionOrder
Distribution Order = DOO |
static String |
REPLENISHMENTCREATE_InventoryMove
Inventory Move = MMM |
static String |
REPLENISHMENTCREATE_PurchaseOrder
Purchase Order = POO |
static String |
REPLENISHMENTCREATE_Requisition
Requisition = POR |
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 |
| Constructor Summary | |
|---|---|
X_T_Replenish(Properties ctx,
int T_Replenish_ID,
String trxName)
Standard Constructor |
|
X_T_Replenish(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_PInstance_ID()
Get Process Instance. |
I_AD_PInstance |
getAD_PInstance()
|
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
int |
getC_DocType_ID()
Get Document Type. |
I_C_DocType |
getC_DocType()
|
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. |
BigDecimal |
getOrder_Min()
Get Minimum Order Qty. |
BigDecimal |
getOrder_Pack()
Get Order Pack Qty. |
BigDecimal |
getQtyOnHand()
Get On Hand Quantity. |
BigDecimal |
getQtyOrdered()
Get Ordered Quantity. |
BigDecimal |
getQtyReserved()
Get Reserved Quantity. |
BigDecimal |
getQtyToOrder()
Get Quantity to Order. |
String |
getReplenishmentCreate()
Get Create. |
String |
getReplenishType()
Get Replenish Type. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setC_DocType_ID(int C_DocType_ID)
Set Document 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 |
setOrder_Min(BigDecimal Order_Min)
Set Minimum Order Qty. |
void |
setOrder_Pack(BigDecimal Order_Pack)
Set Order Pack Qty. |
void |
setQtyOnHand(BigDecimal QtyOnHand)
Set On Hand Quantity. |
void |
setQtyOrdered(BigDecimal QtyOrdered)
Set Ordered Quantity. |
void |
setQtyReserved(BigDecimal QtyReserved)
Set Reserved Quantity. |
void |
setQtyToOrder(BigDecimal QtyToOrder)
Set Quantity to Order. |
void |
setReplenishmentCreate(String ReplenishmentCreate)
Set Create. |
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 REPLENISHMENTCREATE_AD_Reference_ID
public static final String REPLENISHMENTCREATE_PurchaseOrder
public static final String REPLENISHMENTCREATE_Requisition
public static final String REPLENISHMENTCREATE_InventoryMove
public static final String REPLENISHMENTCREATE_DistributionOrder
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_T_Replenish(Properties ctx,
int T_Replenish_ID,
String trxName)
public X_T_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 PO
public I_AD_PInstance getAD_PInstance()
throws Exception
getAD_PInstance in interface I_T_ReplenishExceptionpublic void setAD_PInstance_ID(int AD_PInstance_ID)
setAD_PInstance_ID in interface I_T_ReplenishAD_PInstance_ID - Instance of the processpublic int getAD_PInstance_ID()
getAD_PInstance_ID in interface I_T_Replenish
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_T_ReplenishExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_T_ReplenishC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_T_Replenish
public I_C_DocType getC_DocType()
throws Exception
getC_DocType in interface I_T_ReplenishExceptionpublic void setC_DocType_ID(int C_DocType_ID)
setC_DocType_ID in interface I_T_ReplenishC_DocType_ID - Document type or rulespublic int getC_DocType_ID()
getC_DocType_ID in interface I_T_Replenishpublic void setLevel_Max(BigDecimal Level_Max)
setLevel_Max in interface I_T_ReplenishLevel_Max - Maximum Inventory level for this productpublic BigDecimal getLevel_Max()
getLevel_Max in interface I_T_Replenishpublic void setLevel_Min(BigDecimal Level_Min)
setLevel_Min in interface I_T_ReplenishLevel_Min - Minimum Inventory level for this productpublic BigDecimal getLevel_Min()
getLevel_Min in interface I_T_Replenish
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_T_ReplenishExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_T_ReplenishM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_T_Replenish
public I_M_Warehouse getM_Warehouse()
throws Exception
getM_Warehouse in interface I_T_ReplenishExceptionpublic void setM_Warehouse_ID(int M_Warehouse_ID)
setM_Warehouse_ID in interface I_T_ReplenishM_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
getM_Warehouse_ID in interface I_T_Replenishpublic void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
setM_WarehouseSource_ID in interface I_T_ReplenishM_WarehouseSource_ID - Optional Warehouse to replenish frompublic int getM_WarehouseSource_ID()
getM_WarehouseSource_ID in interface I_T_Replenishpublic void setOrder_Min(BigDecimal Order_Min)
setOrder_Min in interface I_T_ReplenishOrder_Min - Minimum order quantity in UOMpublic BigDecimal getOrder_Min()
getOrder_Min in interface I_T_Replenishpublic void setOrder_Pack(BigDecimal Order_Pack)
setOrder_Pack in interface I_T_ReplenishOrder_Pack - Package order size in UOM (e.g. order set of 5 units)public BigDecimal getOrder_Pack()
getOrder_Pack in interface I_T_Replenishpublic void setQtyOnHand(BigDecimal QtyOnHand)
setQtyOnHand in interface I_T_ReplenishQtyOnHand - On Hand Quantitypublic BigDecimal getQtyOnHand()
getQtyOnHand in interface I_T_Replenishpublic void setQtyOrdered(BigDecimal QtyOrdered)
setQtyOrdered in interface I_T_ReplenishQtyOrdered - Ordered Quantitypublic BigDecimal getQtyOrdered()
getQtyOrdered in interface I_T_Replenishpublic void setQtyReserved(BigDecimal QtyReserved)
setQtyReserved in interface I_T_ReplenishQtyReserved - Reserved Quantitypublic BigDecimal getQtyReserved()
getQtyReserved in interface I_T_Replenishpublic void setQtyToOrder(BigDecimal QtyToOrder)
setQtyToOrder in interface I_T_ReplenishQtyToOrder - Quantity to Orderpublic BigDecimal getQtyToOrder()
getQtyToOrder in interface I_T_Replenishpublic void setReplenishmentCreate(String ReplenishmentCreate)
setReplenishmentCreate in interface I_T_ReplenishReplenishmentCreate - Create from Replenishmentpublic String getReplenishmentCreate()
getReplenishmentCreate in interface I_T_Replenishpublic void setReplenishType(String ReplenishType)
setReplenishType in interface I_T_ReplenishReplenishType - Method for re-ordering a productpublic String getReplenishType()
getReplenishType in interface I_T_Replenish
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||