|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_AD_Session
Generated Interface for AD_Session
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 6 - System - Client |
static String |
COLUMNNAME_AD_Role_ID
Column name AD_Role_ID |
static String |
COLUMNNAME_AD_Session_ID
Column name AD_Session_ID |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_LoginDate
Column name LoginDate |
static String |
COLUMNNAME_Processed
Column name Processed |
static String |
COLUMNNAME_Remote_Addr
Column name Remote_Addr |
static String |
COLUMNNAME_Remote_Host
Column name Remote_Host |
static String |
COLUMNNAME_WebSession
Column name WebSession |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=566 |
static String |
Table_Name
TableName=AD_Session |
| Method Summary | |
|---|---|
int |
getAD_Role_ID()
Get Role. |
I_AD_Role |
getAD_Role()
|
int |
getAD_Session_ID()
Get Session. |
String |
getDescription()
Get Description. |
Timestamp |
getLoginDate()
Get Login date |
String |
getRemote_Addr()
Get Remote Addr. |
String |
getRemote_Host()
Get Remote Host. |
String |
getWebSession()
Get Web Session. |
boolean |
isProcessed()
Get Processed. |
void |
setAD_Role_ID(int AD_Role_ID)
Set Role. |
void |
setAD_Session_ID(int AD_Session_ID)
Set Session. |
void |
setDescription(String Description)
Set Description. |
void |
setLoginDate(Timestamp LoginDate)
Set Login date |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setRemote_Addr(String Remote_Addr)
Set Remote Addr. |
void |
setRemote_Host(String Remote_Host)
Set Remote Host. |
void |
setWebSession(String WebSession)
Set Web Session. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_Role_ID
static final String COLUMNNAME_AD_Session_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_LoginDate
static final String COLUMNNAME_Processed
static final String COLUMNNAME_Remote_Addr
static final String COLUMNNAME_Remote_Host
static final String COLUMNNAME_WebSession
| Method Detail |
|---|
void setAD_Role_ID(int AD_Role_ID)
int getAD_Role_ID()
I_AD_Role getAD_Role()
throws Exception
Exceptionvoid setAD_Session_ID(int AD_Session_ID)
int getAD_Session_ID()
void setDescription(String Description)
String getDescription()
void setLoginDate(Timestamp LoginDate)
Timestamp getLoginDate()
void setProcessed(boolean Processed)
boolean isProcessed()
void setRemote_Addr(String Remote_Addr)
String getRemote_Addr()
void setRemote_Host(String Remote_Host)
String getRemote_Host()
void setWebSession(String WebSession)
String getWebSession()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||