Class MAccessLog

    • Constructor Detail

      • 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