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 MCharge
MInvoiceLine.m_charge
Chargeprotected MCharge
MOrderLine.m_charge
Chargeprotected MCharge
MRMALine.m_charge
ChargeMethods in org.compiere.model that return MChargeModifier and TypeMethodDescriptionstatic 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)MInvoiceLine.getCharge()
Get ChargeMOrderLine.getCharge()
Get ChargeMRMALine.getCharge()
Get Chargestatic MCharge
MCharge.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