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
Extended model class for AD_ViewColumn
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)
      Copy constructor
      Parameters:
      copy -
    • MViewColumn

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

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

    • toString

      public String toString()
      String representation
      Overrides:
      toString in class X_AD_ViewColumn
      Returns:
      info
    • beforeSave

      protected boolean beforeSave(boolean newRecord)
      Description copied from class: PO
      Called before Save for Pre-Save Operation.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      beforeSave in class PO
      Parameters:
      newRecord - true if it is a new record
      Returns:
      true if record can be saved
    • markImmutable

      public MViewColumn markImmutable()
      Description copied from interface: ImmutablePOSupport
      mark PO as immutable
      Specified by:
      markImmutable in interface ImmutablePOSupport
      Returns:
      PO