Package org.eevolution.model
Interface I_PP_Product_Planning
-
- All Known Implementing Classes:
MPPProductPlanning
,X_PP_Product_Planning
public interface I_PP_Product_Planning
Generated Interface for PP_Product_Planning- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DD_NetworkDistribution_ID
Column name DD_NetworkDistribution_IDstatic String
COLUMNNAME_DeliveryTime_Promised
Column name DeliveryTime_Promisedstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsCreatePlan
Column name IsCreatePlanstatic String
COLUMNNAME_IsMPS
Column name IsMPSstatic String
COLUMNNAME_IsPhantom
Column name IsPhantomstatic String
COLUMNNAME_IsRequiredDRP
Column name IsRequiredDRPstatic String
COLUMNNAME_IsRequiredMRP
Column name IsRequiredMRPstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_IDstatic String
COLUMNNAME_Order_Max
Column name Order_Maxstatic String
COLUMNNAME_Order_Min
Column name Order_Minstatic String
COLUMNNAME_Order_Pack
Column name Order_Packstatic String
COLUMNNAME_Order_Period
Column name Order_Periodstatic String
COLUMNNAME_Order_Policy
Column name Order_Policystatic String
COLUMNNAME_Order_Qty
Column name Order_Qtystatic String
COLUMNNAME_Planner_ID
Column name Planner_IDstatic String
COLUMNNAME_PP_Product_BOM_ID
Column name PP_Product_BOM_IDstatic String
COLUMNNAME_PP_Product_Planning_ID
Column name PP_Product_Planning_IDstatic String
COLUMNNAME_PP_Product_Planning_UU
Column name PP_Product_Planning_UUstatic String
COLUMNNAME_S_Resource_ID
Column name S_Resource_IDstatic String
COLUMNNAME_SafetyStock
Column name SafetyStockstatic String
COLUMNNAME_TimeFence
Column name TimeFencestatic String
COLUMNNAME_TransfertTime
Column name TransfertTimestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WorkingTime
Column name WorkingTimestatic String
COLUMNNAME_Yield
Column name Yieldstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53020static String
Table_Name
TableName=PP_Product_Planning
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_Workflow
getAD_Workflow()
int
getAD_Workflow_ID()
Get Workflow.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.I_DD_NetworkDistribution
getDD_NetworkDistribution()
int
getDD_NetworkDistribution_ID()
Get Network DistributionBigDecimal
getDeliveryTime_Promised()
Get Promised Delivery Time.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.I_M_Warehouse
getM_Warehouse()
int
getM_Warehouse_ID()
Get Warehouse.BigDecimal
getOrder_Max()
Get Maximum Order Qty.BigDecimal
getOrder_Min()
Get Minimum Order Qty.BigDecimal
getOrder_Pack()
Get Order Pack Qty.BigDecimal
getOrder_Period()
Get Order PeriodString
getOrder_Policy()
Get Order PolicyBigDecimal
getOrder_Qty()
Get Order QtyI_AD_User
getPlanner()
int
getPlanner_ID()
Get PlannerI_PP_Product_BOM
getPP_Product_BOM()
int
getPP_Product_BOM_ID()
Get BOM & Formula.int
getPP_Product_Planning_ID()
Get Product PlanningString
getPP_Product_Planning_UU()
Get PP_Product_Planning_UUI_S_Resource
getS_Resource()
int
getS_Resource_ID()
Get Resource.BigDecimal
getSafetyStock()
Get Safety Stock Qty.BigDecimal
getTimeFence()
Get Time FenceBigDecimal
getTransfertTime()
Get Transfert TimeTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.BigDecimal
getWorkingTime()
Get Working Time.int
getYield()
Get Yield %.boolean
isActive()
Get Active.boolean
isCreatePlan()
Get Create Plan.boolean
isMPS()
Get Is MPSboolean
isPhantom()
Get Phantom.boolean
isRequiredDRP()
Get Required Calculate DRPboolean
isRequiredMRP()
Get Required Calculate MRPvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow.void
setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID)
Set Network Distributionvoid
setDeliveryTime_Promised(BigDecimal DeliveryTime_Promised)
Set Promised Delivery Time.void
setIsActive(boolean IsActive)
Set Active.void
setIsCreatePlan(boolean IsCreatePlan)
Set Create Plan.void
setIsMPS(boolean IsMPS)
Set Is MPSvoid
setIsPhantom(boolean IsPhantom)
Set Phantom.void
setIsRequiredDRP(boolean IsRequiredDRP)
Set Required Calculate DRPvoid
setIsRequiredMRP(boolean IsRequiredMRP)
Set Required Calculate MRPvoid
setM_Product_ID(int M_Product_ID)
Set Product.void
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse.void
setOrder_Max(BigDecimal Order_Max)
Set Maximum Order Qty.void
setOrder_Min(BigDecimal Order_Min)
Set Minimum Order Qty.void
setOrder_Pack(BigDecimal Order_Pack)
Set Order Pack Qty.void
setOrder_Period(BigDecimal Order_Period)
Set Order Periodvoid
setOrder_Policy(String Order_Policy)
Set Order Policyvoid
setOrder_Qty(BigDecimal Order_Qty)
Set Order Qtyvoid
setPlanner_ID(int Planner_ID)
Set Plannervoid
setPP_Product_BOM_ID(int PP_Product_BOM_ID)
Set BOM & Formula.void
setPP_Product_Planning_ID(int PP_Product_Planning_ID)
Set Product Planningvoid
setPP_Product_Planning_UU(String PP_Product_Planning_UU)
Set PP_Product_Planning_UUvoid
setS_Resource_ID(int S_Resource_ID)
Set Resource.void
setSafetyStock(BigDecimal SafetyStock)
Set Safety Stock Qty.void
setTimeFence(BigDecimal TimeFence)
Set Time Fencevoid
setTransfertTime(BigDecimal TransfertTime)
Set Transfert Timevoid
setWorkingTime(BigDecimal WorkingTime)
Set Working Time.void
setYield(int Yield)
Set Yield %.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=PP_Product_Planning- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53020- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Workflow_ID
static final String COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DD_NetworkDistribution_ID
static final String COLUMNNAME_DD_NetworkDistribution_ID
Column name DD_NetworkDistribution_ID- See Also:
- Constant Field Values
-
COLUMNNAME_DeliveryTime_Promised
static final String COLUMNNAME_DeliveryTime_Promised
Column name DeliveryTime_Promised- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsCreatePlan
static final String COLUMNNAME_IsCreatePlan
Column name IsCreatePlan- See Also:
- Constant Field Values
-
COLUMNNAME_IsMPS
static final String COLUMNNAME_IsMPS
Column name IsMPS- See Also:
- Constant Field Values
-
COLUMNNAME_IsPhantom
static final String COLUMNNAME_IsPhantom
Column name IsPhantom- See Also:
- Constant Field Values
-
COLUMNNAME_IsRequiredDRP
static final String COLUMNNAME_IsRequiredDRP
Column name IsRequiredDRP- See Also:
- Constant Field Values
-
COLUMNNAME_IsRequiredMRP
static final String COLUMNNAME_IsRequiredMRP
Column name IsRequiredMRP- 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_Order_Max
static final String COLUMNNAME_Order_Max
Column name Order_Max- See Also:
- Constant Field Values
-
COLUMNNAME_Order_Min
static final String COLUMNNAME_Order_Min
Column name Order_Min- See Also:
- Constant Field Values
-
COLUMNNAME_Order_Pack
static final String COLUMNNAME_Order_Pack
Column name Order_Pack- See Also:
- Constant Field Values
-
COLUMNNAME_Order_Period
static final String COLUMNNAME_Order_Period
Column name Order_Period- See Also:
- Constant Field Values
-
COLUMNNAME_Order_Policy
static final String COLUMNNAME_Order_Policy
Column name Order_Policy- See Also:
- Constant Field Values
-
COLUMNNAME_Order_Qty
static final String COLUMNNAME_Order_Qty
Column name Order_Qty- See Also:
- Constant Field Values
-
COLUMNNAME_Planner_ID
static final String COLUMNNAME_Planner_ID
Column name Planner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PP_Product_BOM_ID
static final String COLUMNNAME_PP_Product_BOM_ID
Column name PP_Product_BOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PP_Product_Planning_ID
static final String COLUMNNAME_PP_Product_Planning_ID
Column name PP_Product_Planning_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PP_Product_Planning_UU
static final String COLUMNNAME_PP_Product_Planning_UU
Column name PP_Product_Planning_UU- See Also:
- Constant Field Values
-
COLUMNNAME_SafetyStock
static final String COLUMNNAME_SafetyStock
Column name SafetyStock- See Also:
- Constant Field Values
-
COLUMNNAME_S_Resource_ID
static final String COLUMNNAME_S_Resource_ID
Column name S_Resource_ID- See Also:
- Constant Field Values
-
COLUMNNAME_TimeFence
static final String COLUMNNAME_TimeFence
Column name TimeFence- See Also:
- Constant Field Values
-
COLUMNNAME_TransfertTime
static final String COLUMNNAME_TransfertTime
Column name TransfertTime- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WorkingTime
static final String COLUMNNAME_WorkingTime
Column name WorkingTime- See Also:
- Constant Field Values
-
COLUMNNAME_Yield
static final String COLUMNNAME_Yield
Column name Yield- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Workflow_ID
void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. Workflow or combination of tasks
-
getAD_Workflow_ID
int getAD_Workflow_ID()
Get Workflow. Workflow or combination of tasks
-
getAD_Workflow
I_AD_Workflow getAD_Workflow() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDD_NetworkDistribution_ID
void setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID)
Set Network Distribution
-
getDD_NetworkDistribution_ID
int getDD_NetworkDistribution_ID()
Get Network Distribution
-
getDD_NetworkDistribution
I_DD_NetworkDistribution getDD_NetworkDistribution() throws RuntimeException
- Throws:
RuntimeException
-
setDeliveryTime_Promised
void setDeliveryTime_Promised(BigDecimal DeliveryTime_Promised)
Set Promised Delivery Time. Promised days between order and delivery
-
getDeliveryTime_Promised
BigDecimal getDeliveryTime_Promised()
Get Promised Delivery Time. Promised days between order and delivery
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsCreatePlan
void setIsCreatePlan(boolean IsCreatePlan)
Set Create Plan. Indicates whether planned orders will be generated by MRP
-
isCreatePlan
boolean isCreatePlan()
Get Create Plan. Indicates whether planned orders will be generated by MRP
-
setIsMPS
void setIsMPS(boolean IsMPS)
Set Is MPS
-
isMPS
boolean isMPS()
Get Is MPS
-
setIsPhantom
void setIsPhantom(boolean IsPhantom)
Set Phantom. Phantom Component
-
isPhantom
boolean isPhantom()
Get Phantom. Phantom Component
-
setIsRequiredDRP
void setIsRequiredDRP(boolean IsRequiredDRP)
Set Required Calculate DRP
-
isRequiredDRP
boolean isRequiredDRP()
Get Required Calculate DRP
-
setIsRequiredMRP
void setIsRequiredMRP(boolean IsRequiredMRP)
Set Required Calculate MRP
-
isRequiredMRP
boolean isRequiredMRP()
Get Required Calculate MRP
-
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 RuntimeException
- 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
I_M_Warehouse getM_Warehouse() throws RuntimeException
- Throws:
RuntimeException
-
setOrder_Max
void setOrder_Max(BigDecimal Order_Max)
Set Maximum Order Qty. Maximum order quantity in UOM
-
getOrder_Max
BigDecimal getOrder_Max()
Get Maximum Order Qty. Maximum order quantity in UOM
-
setOrder_Min
void setOrder_Min(BigDecimal Order_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
void setOrder_Pack(BigDecimal Order_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)
-
setOrder_Period
void setOrder_Period(BigDecimal Order_Period)
Set Order Period
-
getOrder_Period
BigDecimal getOrder_Period()
Get Order Period
-
setOrder_Policy
void setOrder_Policy(String Order_Policy)
Set Order Policy
-
getOrder_Policy
String getOrder_Policy()
Get Order Policy
-
setOrder_Qty
void setOrder_Qty(BigDecimal Order_Qty)
Set Order Qty
-
getOrder_Qty
BigDecimal getOrder_Qty()
Get Order Qty
-
setPlanner_ID
void setPlanner_ID(int Planner_ID)
Set Planner
-
getPlanner_ID
int getPlanner_ID()
Get Planner
-
getPlanner
I_AD_User getPlanner() throws RuntimeException
- Throws:
RuntimeException
-
setPP_Product_BOM_ID
void setPP_Product_BOM_ID(int PP_Product_BOM_ID)
Set BOM & Formula. BOM & Formula
-
getPP_Product_BOM_ID
int getPP_Product_BOM_ID()
Get BOM & Formula. BOM & Formula
-
getPP_Product_BOM
I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException
- Throws:
RuntimeException
-
setPP_Product_Planning_ID
void setPP_Product_Planning_ID(int PP_Product_Planning_ID)
Set Product Planning
-
getPP_Product_Planning_ID
int getPP_Product_Planning_ID()
Get Product Planning
-
setPP_Product_Planning_UU
void setPP_Product_Planning_UU(String PP_Product_Planning_UU)
Set PP_Product_Planning_UU
-
getPP_Product_Planning_UU
String getPP_Product_Planning_UU()
Get PP_Product_Planning_UU
-
setSafetyStock
void setSafetyStock(BigDecimal SafetyStock)
Set Safety Stock Qty. Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs
-
getSafetyStock
BigDecimal getSafetyStock()
Get Safety Stock Qty. Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs
-
setS_Resource_ID
void setS_Resource_ID(int S_Resource_ID)
Set Resource. Resource
-
getS_Resource_ID
int getS_Resource_ID()
Get Resource. Resource
-
getS_Resource
I_S_Resource getS_Resource() throws RuntimeException
- Throws:
RuntimeException
-
setTimeFence
void setTimeFence(BigDecimal TimeFence)
Set Time Fence
-
getTimeFence
BigDecimal getTimeFence()
Get Time Fence
-
setTransfertTime
void setTransfertTime(BigDecimal TransfertTime)
Set Transfert Time
-
getTransfertTime
BigDecimal getTransfertTime()
Get Transfert Time
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setWorkingTime
void setWorkingTime(BigDecimal WorkingTime)
Set Working Time. Workflow Simulation Execution Time
-
getWorkingTime
BigDecimal getWorkingTime()
Get Working Time. Workflow Simulation Execution Time
-
setYield
void setYield(int Yield)
Set Yield %. The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent
-
getYield
int getYield()
Get Yield %. The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent
-
-