Uses of Class
org.compiere.model.MProductionLine
-
Packages that use MProductionLine Package Description org.compiere.model Provides for.... -
-
Uses of MProductionLine in org.compiere.model
Methods in org.compiere.model that return MProductionLine Modifier and Type Method Description MProductionLine[]
MProduction. getLines()
MProductionLine[]
MProductionPlan. getLines()
Methods in org.compiere.model with parameters of type MProductionLine Modifier and Type Method Description static MProductionLineMA
MProductionLineMA. get(MProductionLine parent, int asi, Timestamp dateMPolicy)
protected Object
MProduction. processLines(MProductionLine[] lines)
Constructors in org.compiere.model with parameters of type MProductionLine Constructor Description MProductionLineMA(MProductionLine parent, int asi, BigDecimal qty, Timestamp dateMaterialPolicy)
Parent constructor
-