Class MRefTable

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

public class MRefTable extends X_AD_Ref_Table implements ImmutablePOSupport
See Also:
  • Constructor Details

    • MRefTable

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

      public MRefTable(Properties ctx, int AD_Reference_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      AD_Reference_ID - id warning if you are referring to reference list or table type should be used AD_Reference_Value_ID
      trxName - trx
    • MRefTable

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

      public MRefTable(MRefTable copy)
      Copy constructor
      Parameters:
      copy -
    • MRefTable

      public MRefTable(Properties ctx, MRefTable copy)
      Copy constructor
      Parameters:
      ctx -
      copy -
    • MRefTable

      public MRefTable(Properties ctx, MRefTable copy, String trxName)
      Copy constructor
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details