Uses of Class
org.compiere.model.MCharge
-
Packages that use MCharge Package Description org.compiere.model Provides for.... -
-
Uses of MCharge in org.compiere.model
Fields in org.compiere.model declared as MCharge Modifier and Type Field Description protected MCharge
MInvoiceLine. m_charge
Chargeprotected MCharge
MOrderLine. m_charge
Chargeprotected MCharge
MRMALine. m_charge
ChargeMethods in org.compiere.model that return MCharge Modifier and Type Method Description static MCharge
MCharge. get(int C_Charge_ID)
Get MCharge from Cache (immutable)static MCharge
MCharge. get(Properties ctx, int C_Charge_ID)
Get MCharge from Cache (immutable)MCharge
MInvoiceLine. getCharge()
Get ChargeMCharge
MOrderLine. getCharge()
Get ChargeMCharge
MRMALine. getCharge()
Get Chargestatic MCharge
MCharge. getCopy(Properties ctx, int C_Charge_ID, String trxName)
Get updateable copy of MCharge from cacheMCharge
MCharge. markImmutable()
Constructors in org.compiere.model with parameters of type MCharge Constructor Description MCharge(Properties ctx, MCharge copy)
MCharge(Properties ctx, MCharge copy, String trxName)
MCharge(MCharge copy)
-