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 MTax
MInvoiceLine. m_tax
Taxprotected MTax
MOrderLine. m_tax
Taxprotected MTax
MRMALine. m_tax
TaxMethods in org.compiere.model that return MTax Modifier and Type Method Description static 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 AD_Client)MTax[]
MTax. getChildTaxes(boolean requery)
Get Child Taxesstatic MTax
MTax. getCopy(Properties ctx, int C_Tax_ID, String trxName)
Get updateable copy of MTax from cacheMTax
MTaxCategory. getDefaultTax()
getDefaultTax Get the default tax id associated with this tax categoryprotected 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
MTax. 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)
-