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 MRfQLineMRfQLine. get(int C_RfQLine_ID)Get MRfQLine from dbstatic MRfQLineMRfQLine. get(int C_RfQLine_ID, String trxName)Get MRfQLine from dbstatic MRfQLineMRfQLine. get(Properties ctx, int C_RfQLine_ID, String trxName)Get MRfQLine from dbMRfQLine[]MRfQ. getLines()Get active LinesMRfQLineMRfQResponseLine. 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.
-