Uses of Class
org.compiere.model.MCharge
Packages that use MCharge
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MCharge in org.compiere.model
Fields in org.compiere.model declared as MChargeModifier and TypeFieldDescriptionprotected MChargeMInvoiceLine.m_chargeChargeprotected MChargeMOrderLine.m_chargeChargeprotected MChargeMRMALine.m_chargeChargeMethods in org.compiere.model that return MChargeModifier and TypeMethodDescriptionstatic 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)MInvoiceLine.getCharge()Get ChargeMOrderLine.getCharge()Get ChargeMRMALine.getCharge()Get Chargestatic MChargeMCharge.getCopy(Properties ctx, int C_Charge_ID, String trxName) Get updateable copy of MCharge from cacheMCharge.markImmutable()Constructors in org.compiere.model with parameters of type MChargeModifierConstructorDescriptionMCharge(Properties ctx, MCharge copy) Copy constructorMCharge(Properties ctx, MCharge copy, String trxName) Copy constructorCopy constructor