Class X_A_Asset_Reval_Index

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_A_Asset_Reval_Index
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_A_Asset_Reval_Index, I_Persistent, Evaluatee

public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, I_Persistent
Generated Model for A_Asset_Reval_Index
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

    • A_REVAL_CODE_AD_Reference_ID

      public static final int A_REVAL_CODE_AD_Reference_ID
      A_Reval_Code AD_Reference_ID=53262
      See Also:
    • A_REVAL_CODE_RevaluationCode1

      public static final String A_REVAL_CODE_RevaluationCode1
      Revaluation Code #1 = R01
      See Also:
    • A_REVAL_CODE_RevaluationCode2

      public static final String A_REVAL_CODE_RevaluationCode2
      Revaluation Code #2 = R02
      See Also:
    • A_REVAL_CODE_RevaluationCode3

      public static final String A_REVAL_CODE_RevaluationCode3
      Revaluation Code #3 = R03
      See Also:
    • A_REVAL_MULTIPLIER_AD_Reference_ID

      public static final int A_REVAL_MULTIPLIER_AD_Reference_ID
      A_Reval_Multiplier AD_Reference_ID=53260
      See Also:
    • A_REVAL_MULTIPLIER_Factor

      public static final String A_REVAL_MULTIPLIER_Factor
      Factor = FAC
      See Also:
    • A_REVAL_MULTIPLIER_Index

      public static final String A_REVAL_MULTIPLIER_Index
      Index = IND
      See Also:
  • Constructor Details

    • X_A_Asset_Reval_Index

      public X_A_Asset_Reval_Index(Properties ctx, int A_Asset_Reval_Index_ID, String trxName)
      Standard Constructor
    • X_A_Asset_Reval_Index

      public X_A_Asset_Reval_Index(Properties ctx, int A_Asset_Reval_Index_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_Asset_Reval_Index

      public X_A_Asset_Reval_Index(Properties ctx, String A_Asset_Reval_Index_UU, String trxName)
      Standard Constructor
    • X_A_Asset_Reval_Index

      public X_A_Asset_Reval_Index(Properties ctx, String A_Asset_Reval_Index_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_Asset_Reval_Index

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