Class X_A_Depreciation_Method

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_A_Depreciation_Method
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_A_Depreciation_Method, I_Persistent, Evaluatee
Direct Known Subclasses:
MDepreciationMethod

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

    • X_A_Depreciation_Method

      public X_A_Depreciation_Method(Properties ctx, int A_Depreciation_Method_ID, String trxName)
      Standard Constructor
    • X_A_Depreciation_Method

      public X_A_Depreciation_Method(Properties ctx, int A_Depreciation_Method_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_Depreciation_Method

      public X_A_Depreciation_Method(Properties ctx, String A_Depreciation_Method_UU, String trxName)
      Standard Constructor
    • X_A_Depreciation_Method

      public X_A_Depreciation_Method(Properties ctx, String A_Depreciation_Method_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_Depreciation_Method

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