Uses of Class
org.compiere.model.MRfQLine
-
Packages that use MRfQLine Package Description org.compiere.model Provides for.... -
-
Uses of MRfQLine in org.compiere.model
Methods in org.compiere.model that return MRfQLine Modifier and Type Method Description static MRfQLine
MRfQLine. get(int C_RfQLine_ID)
Get MRfQLine from dbstatic MRfQLine
MRfQLine. get(int C_RfQLine_ID, String trxName)
Get MRfQLine from dbstatic MRfQLine
MRfQLine. get(Properties ctx, int C_RfQLine_ID, String trxName)
Get MRfQLine from dbMRfQLine[]
MRfQ. getLines()
Get active LinesMRfQLine
MRfQResponseLine. getRfQLine()
Get RfQ LineConstructors in org.compiere.model with parameters of type MRfQLine Constructor Description MRfQLine(Properties ctx, MRfQLine copy)
MRfQLine(Properties ctx, MRfQLine copy, String trxName)
MRfQLine(MRfQLine copy)
MRfQLineQty(MRfQLine line)
Parent ConstructorMRfQResponseLine(MRfQResponse response, MRfQLine line)
Parent Constructor.
-