Package org.compiere.model
Interface I_T_Replenish
- All Known Implementing Classes:
X_T_Replenish
public interface I_T_Replenish
Generated Interface for T_Replenish
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_PInstance_IDstatic final String
Column name C_BPartner_IDstatic final String
Column name C_DocType_IDstatic final String
Column name Level_Maxstatic final String
Column name Level_Minstatic final String
Column name M_Product_IDstatic final String
Column name M_Warehouse_IDstatic final String
Column name M_WarehouseSource_IDstatic final String
Column name Order_Minstatic final String
Column name Order_Packstatic final String
Column name QtyOnHandstatic final String
Column name QtyOrderedstatic final String
Column name QtyReservedstatic final String
Column name QtyToOrderstatic final String
Column name ReplenishmentCreatestatic final String
Column name ReplenishTypestatic final String
Column name T_Replenish_UUstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=364static final String
TableName=T_Replenish -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Process Instance.int
Get Business Partner.int
Get Document Type.Get Maximum Level.Get Minimum Level.int
Get Product.int
Get Warehouse.int
Get Source Warehouse.Get Minimum Order Qty.Get Order Pack Qty.Get On Hand Quantity.Get Ordered Quantity.Get Reserved Quantity.Get Quantity to OrderGet Create.Get Replenish Type.Get T_Replenish_UUGet Updated.int
Get Updated By.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.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 Ordervoid
setReplenishmentCreate
(String ReplenishmentCreate) Set Create.void
setReplenishType
(String ReplenishType) Set Replenish Type.void
setT_Replenish_UU
(String T_Replenish_UU) Set T_Replenish_UU
-
Field Details
-
Table_Name
TableName=T_Replenish- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=364- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID- See Also:
-
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_C_DocType_ID
Column name C_DocType_ID- See Also:
-
COLUMNNAME_Level_Max
Column name Level_Max- See Also:
-
COLUMNNAME_Level_Min
Column name Level_Min- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
-
COLUMNNAME_M_WarehouseSource_ID
Column name M_WarehouseSource_ID- See Also:
-
COLUMNNAME_Order_Min
Column name Order_Min- See Also:
-
COLUMNNAME_Order_Pack
Column name Order_Pack- See Also:
-
COLUMNNAME_QtyOnHand
Column name QtyOnHand- See Also:
-
COLUMNNAME_QtyOrdered
Column name QtyOrdered- See Also:
-
COLUMNNAME_QtyReserved
Column name QtyReserved- See Also:
-
COLUMNNAME_QtyToOrder
Column name QtyToOrder- See Also:
-
COLUMNNAME_ReplenishmentCreate
Column name ReplenishmentCreate- See Also:
-
COLUMNNAME_ReplenishType
Column name ReplenishType- See Also:
-
COLUMNNAME_T_Replenish_UU
Column name T_Replenish_UU- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_PInstance_ID
void setAD_PInstance_ID(int AD_PInstance_ID) Set Process Instance. Instance of the process -
getAD_PInstance_ID
int getAD_PInstance_ID()Get Process Instance. Instance of the process -
getAD_PInstance
- Throws:
RuntimeException
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID) Set Business Partner. Identifies a Business Partner -
getC_BPartner_ID
int getC_BPartner_ID()Get Business Partner. Identifies a Business Partner -
getC_BPartner
- Throws:
RuntimeException
-
setC_DocType_ID
void setC_DocType_ID(int C_DocType_ID) Set Document Type. Document type or rules -
getC_DocType_ID
int getC_DocType_ID()Get Document Type. Document type or rules -
getC_DocType
- Throws:
RuntimeException
-
setLevel_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
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
- Throws:
RuntimeException
-
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
- Throws:
RuntimeException
-
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 -
getM_WarehouseSource
- Throws:
RuntimeException
-
setOrder_Min
Set Minimum Order Qty. Minimum order quantity in UOM -
getOrder_Min
BigDecimal getOrder_Min()Get Minimum Order Qty. Minimum order quantity in UOM -
setOrder_Pack
Set Order Pack Qty. Package order size in UOM (e.g. order set of 5 units) -
getOrder_Pack
BigDecimal getOrder_Pack()Get Order Pack Qty. Package order size in UOM (e.g. order set of 5 units) -
setQtyOnHand
Set On Hand Quantity. On Hand Quantity -
getQtyOnHand
BigDecimal getQtyOnHand()Get On Hand Quantity. On Hand Quantity -
setQtyOrdered
Set Ordered Quantity. Ordered Quantity -
getQtyOrdered
BigDecimal getQtyOrdered()Get Ordered Quantity. Ordered Quantity -
setQtyReserved
Set Reserved Quantity. Reserved Quantity -
getQtyReserved
BigDecimal getQtyReserved()Get Reserved Quantity. Reserved Quantity -
setQtyToOrder
Set Quantity to Order -
getQtyToOrder
BigDecimal getQtyToOrder()Get Quantity to Order -
setReplenishmentCreate
Set Create. Create from Replenishment -
getReplenishmentCreate
String getReplenishmentCreate()Get Create. Create from Replenishment -
setReplenishType
Set Replenish Type. Method for re-ordering a product -
getReplenishType
String getReplenishType()Get Replenish Type. Method for re-ordering a product -
setT_Replenish_UU
Set T_Replenish_UU -
getT_Replenish_UU
String getT_Replenish_UU()Get T_Replenish_UU -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-