Class X_AD_AccessLog

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_AccessLog
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_AccessLog, I_Persistent, Evaluatee
Direct Known Subclasses:
MAccessLog

public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent
Generated Model for AD_AccessLog
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_AD_AccessLog

      public X_AD_AccessLog(Properties ctx, int AD_AccessLog_ID, String trxName)
      Standard Constructor
    • X_AD_AccessLog

      public X_AD_AccessLog(Properties ctx, int AD_AccessLog_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_AccessLog

      public X_AD_AccessLog(Properties ctx, String AD_AccessLog_UU, String trxName)
      Standard Constructor
    • X_AD_AccessLog

      public X_AD_AccessLog(Properties ctx, String AD_AccessLog_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_AccessLog

      public X_AD_AccessLog(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      6 - System - Client
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setAD_AccessLog_ID

      public void setAD_AccessLog_ID(int AD_AccessLog_ID)
      Set Access Log.
      Specified by:
      setAD_AccessLog_ID in interface I_AD_AccessLog
      Parameters:
      AD_AccessLog_ID - Log of Access to the System
    • getAD_AccessLog_ID

      public int getAD_AccessLog_ID()
      Get Access Log.
      Specified by:
      getAD_AccessLog_ID in interface I_AD_AccessLog
      Returns:
      Log of Access to the System
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setAD_AccessLog_UU

      public void setAD_AccessLog_UU(String AD_AccessLog_UU)
      Set AD_AccessLog_UU.
      Specified by:
      setAD_AccessLog_UU in interface I_AD_AccessLog
      Parameters:
      AD_AccessLog_UU - AD_AccessLog_UU
    • getAD_AccessLog_UU

      public String getAD_AccessLog_UU()
      Get AD_AccessLog_UU.
      Specified by:
      getAD_AccessLog_UU in interface I_AD_AccessLog
      Returns:
      AD_AccessLog_UU
    • getAD_Column

      public I_AD_Column getAD_Column() throws RuntimeException
      Specified by:
      getAD_Column in interface I_AD_AccessLog
      Throws:
      RuntimeException
    • setAD_Column_ID

      public void setAD_Column_ID(int AD_Column_ID)
      Set Column.
      Specified by:
      setAD_Column_ID in interface I_AD_AccessLog
      Parameters:
      AD_Column_ID - Column in the table
    • getAD_Column_ID

      public int getAD_Column_ID()
      Get Column.
      Specified by:
      getAD_Column_ID in interface I_AD_AccessLog
      Returns:
      Column in the table
    • getAD_Table

      public I_AD_Table getAD_Table() throws RuntimeException
      Specified by:
      getAD_Table in interface I_AD_AccessLog
      Throws:
      RuntimeException
    • setAD_Table_ID

      public void setAD_Table_ID(int AD_Table_ID)
      Set Table.
      Specified by:
      setAD_Table_ID in interface I_AD_AccessLog
      Parameters:
      AD_Table_ID - Database Table information
    • getAD_Table_ID

      public int getAD_Table_ID()
      Get Table.
      Specified by:
      getAD_Table_ID in interface I_AD_AccessLog
      Returns:
      Database Table information
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_AD_AccessLog
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_AD_AccessLog
      Returns:
      Optional short description of the record
    • setRecord_ID

      public void setRecord_ID(int Record_ID)
      Set Record ID.
      Specified by:
      setRecord_ID in interface I_AD_AccessLog
      Parameters:
      Record_ID - Direct internal record ID
    • getRecord_ID

      public int getRecord_ID()
      Get Record ID.
      Specified by:
      getRecord_ID in interface I_AD_AccessLog
      Returns:
      Direct internal record ID
    • setRemote_Addr

      public void setRemote_Addr(String Remote_Addr)
      Set Remote Addr.
      Specified by:
      setRemote_Addr in interface I_AD_AccessLog
      Parameters:
      Remote_Addr - Remote Address
    • getRemote_Addr

      public String getRemote_Addr()
      Get Remote Addr.
      Specified by:
      getRemote_Addr in interface I_AD_AccessLog
      Returns:
      Remote Address
    • setRemote_Host

      public void setRemote_Host(String Remote_Host)
      Set Remote Host.
      Specified by:
      setRemote_Host in interface I_AD_AccessLog
      Parameters:
      Remote_Host - Remote host Info
    • getRemote_Host

      public String getRemote_Host()
      Get Remote Host.
      Specified by:
      getRemote_Host in interface I_AD_AccessLog
      Returns:
      Remote host Info
    • setReply

      public void setReply(String Reply)
      Set Reply.
      Specified by:
      setReply in interface I_AD_AccessLog
      Parameters:
      Reply - Reply or Answer
    • getReply

      public String getReply()
      Get Reply.
      Specified by:
      getReply in interface I_AD_AccessLog
      Returns:
      Reply or Answer
    • setTextMsg

      public void setTextMsg(String TextMsg)
      Set Text Message.
      Specified by:
      setTextMsg in interface I_AD_AccessLog
      Parameters:
      TextMsg - Text Message
    • getTextMsg

      public String getTextMsg()
      Get Text Message.
      Specified by:
      getTextMsg in interface I_AD_AccessLog
      Returns:
      Text Message