Class MColumnAccess

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

public class MColumnAccess extends X_AD_Column_Access
Column Access Model
Version:
$Id: MColumnAccess.java,v 1.3 2006/07/30 00:54:54 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MColumnAccess

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

      public MColumnAccess(Properties ctx, int ignored, String trxName)
      Parameters:
      ctx - context
      ignored - ignored
      trxName - transaction
    • MColumnAccess

      public MColumnAccess(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
  • Method Details

    • toString

      public String toString()
      String Representation
      Overrides:
      toString in class X_AD_Column_Access
      Returns:
      info
    • toStringX

      public String toStringX(Properties ctx)
      Extended String Representation.
      Parameters:
      ctx - context
      Returns:
      extended info
    • getTableName

      public String getTableName(Properties ctx)
      Get Table Name
      Parameters:
      ctx - context for translatioin
      Returns:
      table name
    • getColumnName

      public String getColumnName(Properties ctx)
      Get Column Name
      Parameters:
      ctx - context for translatioin
      Returns:
      column name
    • afterSave

      protected boolean afterSave(boolean newRecord, boolean success)
      Description copied from class: PO
      Called after Save for Post-Save Operation.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - true if it is a new record
      success - true if save operation was success
      Returns:
      if save was a success
    • afterDelete

      protected boolean afterDelete(boolean success)
      Description copied from class: PO
      Execute after Delete operations.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      afterDelete in class PO
      Parameters:
      success - true if record deleted
      Returns:
      true if delete is a success