Class MViewColumn

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

public class MViewColumn extends X_AD_ViewColumn implements ImmutablePOSupport
See Also:
  • Constructor Details

    • MViewColumn

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

      public MViewColumn(Properties ctx, int AD_ViewColumn_ID, String trxName)
      Standard constructor
      Parameters:
      ctx - context
      AD_ViewColumn_ID - view column
      trxName - trx name
    • MViewColumn

      public MViewColumn(Properties ctx, ResultSet rs, String trxName)
      Load constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - trx name
    • MViewColumn

      public MViewColumn(MViewComponent parent)
      Parent constructor
      Parameters:
      parent - parent
    • MViewColumn

      public MViewColumn(MViewColumn copy)
      Parameters:
      copy -
    • MViewColumn

      public MViewColumn(Properties ctx, MViewColumn copy)
      Parameters:
      ctx -
      copy -
    • MViewColumn

      public MViewColumn(Properties ctx, MViewColumn copy, String trxName)
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details