public class UserLog extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LOGIN_DENIED |
static int |
LOGIN_OK |
| Constructor and Description |
|---|
UserLog() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessCode()
Returns the access code of this user log.
|
Timestamp |
getDateLogin()
Returns the login date of this user log.
|
String |
getIpAddress()
Returns the ip address of this user log.
|
int |
getLoginStatus()
Returns the login status of this user log.
|
void |
setAccessCode(String strAccessCode)
Sets the access code of the user log to the specified string.
|
void |
setDateLogin(Timestamp dateLogin)
Sets the login date of the user log to the specified timestamp.
|
void |
setIpAddress(String strIpAddress)
Sets the ip address of the user log to the specified string.
|
void |
setLoginStatus(int nLoginStatus)
Sets the login status of the user log to the specified integer.
|
public static final int LOGIN_OK
public static final int LOGIN_DENIED
public String getAccessCode()
public void setAccessCode(String strAccessCode)
strAccessCode - the new access codepublic String getIpAddress()
public void setIpAddress(String strIpAddress)
strIpAddress - the new ip addresspublic Timestamp getDateLogin()
public void setDateLogin(Timestamp dateLogin)
dateLogin - the new date of loginpublic int getLoginStatus()
public void setLoginStatus(int nLoginStatus)
nLoginStatus - the new status of loginCopyright © 2020 City of Paris. All rights reserved.