Uses of Class
org.compiere.model.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
Modifier and TypeFieldDescriptionprotected MCharge
MInvoiceLine.m_charge
Chargeprotected MCharge
MOrderLine.m_charge
Chargeprotected MCharge
MRMALine.m_charge
ChargeModifier 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()
ModifierConstructorDescriptionMCharge
(Properties ctx, MCharge copy) Copy constructorMCharge
(Properties ctx, MCharge copy, String trxName) Copy constructorCopy constructor