Class MAccessLog

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

public class MAccessLog extends X_AD_AccessLog
Access Log Model
Version:
$Id: MAccessLog.java,v 1.3 2006/07/30 00:58:04 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MAccessLog

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

      public MAccessLog(Properties ctx, int AD_AccessLog_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      AD_AccessLog_ID - id
      trxName - transaction
    • MAccessLog

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

      public MAccessLog(Properties ctx, String Remote_Host, String Remote_Addr, String TextMsg, String trxName)
      New Constructor
      Parameters:
      ctx - context
      Remote_Host - host
      Remote_Addr - address
      TextMsg - text message
      trxName - transaction
    • MAccessLog

      public MAccessLog(Properties ctx, int AD_Table_ID, int AD_Column_ID, int Record_ID, String trxName)
      New Constructor
      Parameters:
      ctx - context
      AD_Table_ID - table
      AD_Column_ID - column
      Record_ID - record
      trxName - transaction