Class X_AD_Session

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Session
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_Session, I_Persistent, Evaluatee
Direct Known Subclasses:
MSession

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

    • X_AD_Session

      public X_AD_Session(Properties ctx, int AD_Session_ID, String trxName)
      Standard Constructor
    • X_AD_Session

      public X_AD_Session(Properties ctx, int AD_Session_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Session

      public X_AD_Session(Properties ctx, String AD_Session_UU, String trxName)
      Standard Constructor
    • X_AD_Session

      public X_AD_Session(Properties ctx, String AD_Session_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Session

      public X_AD_Session(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:
      Meta data of PO
    • toString

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

      public I_AD_Role getAD_Role() throws RuntimeException
      Specified by:
      getAD_Role in interface I_AD_Session
      Throws:
      RuntimeException
    • setAD_Role_ID

      public void setAD_Role_ID(int AD_Role_ID)
      Set Role.
      Specified by:
      setAD_Role_ID in interface I_AD_Session
      Parameters:
      AD_Role_ID - Responsibility Role
    • getAD_Role_ID

      public int getAD_Role_ID()
      Get Role.
      Specified by:
      getAD_Role_ID in interface I_AD_Session
      Returns:
      Responsibility Role
    • setAD_Session_ID

      public void setAD_Session_ID(int AD_Session_ID)
      Set Session.
      Specified by:
      setAD_Session_ID in interface I_AD_Session
      Parameters:
      AD_Session_ID - User Session Online or Web
    • getAD_Session_ID

      public int getAD_Session_ID()
      Get Session.
      Specified by:
      getAD_Session_ID in interface I_AD_Session
      Returns:
      User Session Online or Web
    • getKeyNamePair

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

      public void setAD_Session_UU(String AD_Session_UU)
      Set AD_Session_UU.
      Specified by:
      setAD_Session_UU in interface I_AD_Session
      Parameters:
      AD_Session_UU - AD_Session_UU
    • getAD_Session_UU

      public String getAD_Session_UU()
      Get AD_Session_UU.
      Specified by:
      getAD_Session_UU in interface I_AD_Session
      Returns:
      AD_Session_UU
    • setDescription

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

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

      public void setLoginDate(Timestamp LoginDate)
      Set Login date.
      Specified by:
      setLoginDate in interface I_AD_Session
      Parameters:
      LoginDate - Login date
    • getLoginDate

      public Timestamp getLoginDate()
      Get Login date.
      Specified by:
      getLoginDate in interface I_AD_Session
      Returns:
      Login date
    • setProcessed

      public void setProcessed(boolean Processed)
      Set Processed.
      Specified by:
      setProcessed in interface I_AD_Session
      Parameters:
      Processed - The document has been processed
    • isProcessed

      public boolean isProcessed()
      Get Processed.
      Specified by:
      isProcessed in interface I_AD_Session
      Returns:
      The document has been processed
    • setRemote_Addr

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

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

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

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

      public void setServerName(String ServerName)
      Set Server Name.
      Specified by:
      setServerName in interface I_AD_Session
      Parameters:
      ServerName - Server Name
    • getServerName

      public String getServerName()
      Get Server Name.
      Specified by:
      getServerName in interface I_AD_Session
      Returns:
      Server Name
    • setWebSession

      public void setWebSession(String WebSession)
      Set Web Session.
      Specified by:
      setWebSession in interface I_AD_Session
      Parameters:
      WebSession - Web Session ID
    • getWebSession

      public String getWebSession()
      Get Web Session.
      Specified by:
      getWebSession in interface I_AD_Session
      Returns:
      Web Session ID