Class MTaxCategory

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_TaxCategory, I_Persistent, Evaluatee

public class MTaxCategory extends X_C_TaxCategory
Tax Category Model
Version:
$Id: MTaxCategory.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MTaxCategory

      public MTaxCategory(Properties ctx, String C_TaxCategory_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      C_TaxCategory_UU - UUID key
      trxName - Transaction
    • MTaxCategory

      public MTaxCategory(Properties ctx, int C_TaxCategory_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      C_TaxCategory_ID - id
      trxName - trx
    • MTaxCategory

      public MTaxCategory(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - trx
  • Method Details

    • getDefaultTax

      public MTax getDefaultTax()
      Get the default tax associated with this tax category.
      Returns:
      default MTax for this tax category
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class X_C_TaxCategory
      Returns:
      String representation