Package org.compiere.model
Interface I_AD_Session
-
- All Known Implementing Classes:
MSession
,X_AD_Session
public interface I_AD_Session
Generated Interface for AD_Session- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Role_ID
Column name AD_Role_IDstatic String
COLUMNNAME_AD_Session_ID
Column name AD_Session_IDstatic String
COLUMNNAME_AD_Session_UU
Column name AD_Session_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_LoginDate
Column name LoginDatestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Remote_Addr
Column name Remote_Addrstatic String
COLUMNNAME_Remote_Host
Column name Remote_Hoststatic String
COLUMNNAME_ServerName
Column name ServerNamestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WebSession
Column name WebSessionstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=566static String
Table_Name
TableName=AD_Session
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_Role
getAD_Role()
int
getAD_Role_ID()
Get Role.int
getAD_Session_ID()
Get Session.String
getAD_Session_UU()
Get AD_Session_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.Timestamp
getLoginDate()
Get Login dateString
getRemote_Addr()
Get Remote Addr.String
getRemote_Host()
Get Remote Host.String
getServerName()
Get Server NameTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getWebSession()
Get Web Session.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Role_ID(int AD_Role_ID)
Set Role.void
setAD_Session_ID(int AD_Session_ID)
Set Session.void
setAD_Session_UU(String AD_Session_UU)
Set AD_Session_UUvoid
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setLoginDate(Timestamp LoginDate)
Set Login datevoid
setProcessed(boolean Processed)
Set Processed.void
setRemote_Addr(String Remote_Addr)
Set Remote Addr.void
setRemote_Host(String Remote_Host)
Set Remote Host.void
setServerName(String ServerName)
Set Server Namevoid
setWebSession(String WebSession)
Set Web Session.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Session- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=566- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Role_ID
static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Session_ID
static final String COLUMNNAME_AD_Session_ID
Column name AD_Session_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Session_UU
static final String COLUMNNAME_AD_Session_UU
Column name AD_Session_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_LoginDate
static final String COLUMNNAME_LoginDate
Column name LoginDate- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Remote_Addr
static final String COLUMNNAME_Remote_Addr
Column name Remote_Addr- See Also:
- Constant Field Values
-
COLUMNNAME_Remote_Host
static final String COLUMNNAME_Remote_Host
Column name Remote_Host- See Also:
- Constant Field Values
-
COLUMNNAME_ServerName
static final String COLUMNNAME_ServerName
Column name ServerName- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WebSession
static final String COLUMNNAME_WebSession
Column name WebSession- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Role_ID
void setAD_Role_ID(int AD_Role_ID)
Set Role. Responsibility Role
-
getAD_Role_ID
int getAD_Role_ID()
Get Role. Responsibility Role
-
getAD_Role
I_AD_Role getAD_Role() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Session_ID
void setAD_Session_ID(int AD_Session_ID)
Set Session. User Session Online or Web
-
getAD_Session_ID
int getAD_Session_ID()
Get Session. User Session Online or Web
-
setAD_Session_UU
void setAD_Session_UU(String AD_Session_UU)
Set AD_Session_UU
-
getAD_Session_UU
String getAD_Session_UU()
Get AD_Session_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setLoginDate
void setLoginDate(Timestamp LoginDate)
Set Login date
-
getLoginDate
Timestamp getLoginDate()
Get Login date
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setRemote_Addr
void setRemote_Addr(String Remote_Addr)
Set Remote Addr. Remote Address
-
getRemote_Addr
String getRemote_Addr()
Get Remote Addr. Remote Address
-
setRemote_Host
void setRemote_Host(String Remote_Host)
Set Remote Host. Remote host Info
-
getRemote_Host
String getRemote_Host()
Get Remote Host. Remote host Info
-
setServerName
void setServerName(String ServerName)
Set Server Name
-
getServerName
String getServerName()
Get Server Name
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setWebSession
void setWebSession(String WebSession)
Set Web Session. Web Session ID
-
getWebSession
String getWebSession()
Get Web Session. Web Session ID
-
-