public class ConnectionLog extends Object
Modifier and Type | Field and Description |
---|---|
static int |
LOGIN_DENIED |
static int |
LOGIN_DENIED_CANCELED |
static int |
LOGIN_OK |
Constructor and Description |
---|
ConnectionLog() |
Modifier and Type | Method and Description |
---|---|
Timestamp |
getDateLogin()
Returns the login date of this user log.
|
String |
getIpAddress()
Returns the ip address of this connection log.
|
int |
getLoginStatus()
Returns the login status of this connection log.
|
void |
setDateLogin(Timestamp dateLogin)
Sets the login date of the connection log to the specified timestamp.
|
void |
setIpAddress(String strIpAddress)
Sets the ip address of the connection log to the specified string.
|
void |
setLoginStatus(int nLoginStatus)
Sets the login status of the connection log to the specified integer.
|
public static final int LOGIN_OK
public static final int LOGIN_DENIED
public static final int LOGIN_DENIED_CANCELED
public 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 © 2015 City of Paris. All rights reserved.