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 MChargeMInvoiceLine. m_chargeChargeprotected MChargeMOrderLine. m_chargeChargeprotected MChargeMRMALine. m_chargeChargeMethods in org.compiere.model that return MCharge Modifier and Type Method Description static MChargeMCharge. get(int C_Charge_ID)Get MCharge from Cache (immutable)static MChargeMCharge. get(Properties ctx, int C_Charge_ID)Get MCharge from Cache (immutable)MChargeMInvoiceLine. getCharge()Get ChargeMChargeMOrderLine. getCharge()Get ChargeMChargeMRMALine. getCharge()Get Chargestatic MChargeMCharge. getCopy(Properties ctx, int C_Charge_ID, String trxName)Get updateable copy of MCharge from cacheMChargeMCharge. 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)
-