Uses of Class
org.compiere.model.MTax
-
Packages that use MTax Package Description org.compiere.model Provides for.... -
-
Uses of MTax in org.compiere.model
Fields in org.compiere.model declared as MTax Modifier and Type Field Description protected MTaxMInvoiceLine. m_taxTaxprotected MTaxMOrderLine. m_taxTaxprotected MTaxMRMALine. m_taxTaxMethods in org.compiere.model that return MTax Modifier and Type Method Description static MTaxMTax. get(int C_Tax_ID)Get Tax from Cache (immutable)static MTaxMTax. get(Properties ctx, int C_Tax_ID)Get Tax from Cache (immutable)static MTax[]MTax. getAll(Properties ctx)Get All Tax codes (for AD_Client)MTax[]MTax. getChildTaxes(boolean requery)Get Child Taxesstatic MTaxMTax. getCopy(Properties ctx, int C_Tax_ID, String trxName)Get updateable copy of MTax from cacheMTaxMTaxCategory. getDefaultTax()getDefaultTax Get the default tax id associated with this tax categoryprotected MTaxMInvoiceLine. getTax()Get Tax (immutable)protected MTaxMInvoiceTax. getTax()Get Tax (immutable)protected MTaxMOrderLine. getTax()Get Tax (immutable)protected MTaxMOrderTax. getTax()Get Tax (immutable)protected MTaxMRMALine. getTax()Get Tax (immutable)protected MTaxMRMATax. getTax()Get Tax (immutable)MTaxMTax. markImmutable()Constructors in org.compiere.model with parameters of type MTax Constructor Description MTax(Properties ctx, MTax copy)MTax(Properties ctx, MTax copy, String trxName)MTax(MTax copy)
-