Class X_C_OrderTax

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_OrderTax
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_OrderTax, I_Persistent, Evaluatee
Direct Known Subclasses:
MOrderTax

public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent
Generated Model for C_OrderTax
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_C_OrderTax

      public X_C_OrderTax(Properties ctx, int C_OrderTax_ID, String trxName)
      Standard Constructor
    • X_C_OrderTax

      public X_C_OrderTax(Properties ctx, int C_OrderTax_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_OrderTax

      public X_C_OrderTax(Properties ctx, String C_OrderTax_UU, String trxName)
      Standard Constructor
    • X_C_OrderTax

      public X_C_OrderTax(Properties ctx, String C_OrderTax_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_OrderTax

      public X_C_OrderTax(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details