|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.user.log.UserLog
public class UserLog
This class represents business object UserLog
Field Summary | |
---|---|
static int |
LOGIN_DENIED
|
static int |
LOGIN_OK
|
Constructor Summary | |
---|---|
UserLog()
|
Method Summary | |
---|---|
java.lang.String |
getAccessCode()
Returns the access code of this user log. |
java.sql.Timestamp |
getDateLogin()
Returns the login date of this user log. |
java.lang.String |
getIpAddress()
Returns the ip address of this user log. |
int |
getLoginStatus()
Returns the login status of this user log. |
void |
setAccessCode(java.lang.String strAccessCode)
Sets the access code of the user log to the specified string. |
void |
setDateLogin(java.sql.Timestamp dateLogin)
Sets the login date of the user log to the specified timestamp. |
void |
setIpAddress(java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LOGIN_OK
public static final int LOGIN_DENIED
Constructor Detail |
---|
public UserLog()
Method Detail |
---|
public java.lang.String getAccessCode()
public void setAccessCode(java.lang.String strAccessCode)
strAccessCode
- the new access codepublic java.lang.String getIpAddress()
public void setIpAddress(java.lang.String strIpAddress)
strIpAddress
- the new ip addresspublic java.sql.Timestamp getDateLogin()
public void setDateLogin(java.sql.Timestamp dateLogin)
dateLogin
- the new date of loginpublic int getLoginStatus()
public void setLoginStatus(int nLoginStatus)
nLoginStatus
- the new status of login
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |