Uses of Class
org.compiere.model.MTax
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 MTax in org.compiere.model
Modifier and TypeFieldDescriptionprotected MTax
MInvoiceLine.m_tax
Taxprotected MTax
MOrderLine.m_tax
Taxprotected MTax
MRMALine.m_tax
TaxModifier and TypeMethodDescriptionstatic MTax
MTax.get
(int C_Tax_ID) Get Tax from Cache (immutable)static MTax
MTax.get
(Properties ctx, int C_Tax_ID) Get Tax from Cache (immutable)static MTax[]
MTax.getAll
(Properties ctx) Get All Tax codes for client of this session/contextMTax[]
MTax.getChildTaxes
(boolean requery) Get Child Taxesstatic MTax
MTax.getCopy
(Properties ctx, int C_Tax_ID, String trxName) Get updateable copy of MTax from cacheMTaxCategory.getDefaultTax()
Get the default tax associated with this tax category.protected MTax
MInvoiceLine.getTax()
Get Tax (immutable)protected MTax
MInvoiceTax.getTax()
Get Tax (immutable)protected MTax
MOrderLine.getTax()
Get Tax (immutable)protected MTax
MOrderTax.getTax()
Get Tax (immutable)protected MTax
MRMALine.getTax()
Get Tax (immutable)protected MTax
MRMATax.getTax()
Get Tax (immutable)MTax.markImmutable()
ModifierConstructorDescriptionMTax
(Properties ctx, MTax copy) Copy constructorMTax
(Properties ctx, MTax copy, String trxName) Copy constructorCopy constructor