fr.paris.lutece.portal.business.user.log
Class UserLog

java.lang.Object
  extended by fr.paris.lutece.portal.business.user.log.UserLog

public class UserLog
extends java.lang.Object

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

LOGIN_OK

public static final int LOGIN_OK
See Also:
Constant Field Values

LOGIN_DENIED

public static final int LOGIN_DENIED
See Also:
Constant Field Values
Constructor Detail

UserLog

public UserLog()
Method Detail

getAccessCode

public java.lang.String getAccessCode()
Returns the access code of this user log.

Returns:
the user access code

setAccessCode

public void setAccessCode(java.lang.String strAccessCode)
Sets the access code of the user log to the specified string.

Parameters:
strAccessCode - the new access code

getIpAddress

public java.lang.String getIpAddress()
Returns the ip address of this user log.

Returns:
the user ip address

setIpAddress

public void setIpAddress(java.lang.String strIpAddress)
Sets the ip address of the user log to the specified string.

Parameters:
strIpAddress - the new ip address

getDateLogin

public java.sql.Timestamp getDateLogin()
Returns the login date of this user log.

Returns:
the user date of login

setDateLogin

public void setDateLogin(java.sql.Timestamp dateLogin)
Sets the login date of the user log to the specified timestamp.

Parameters:
dateLogin - the new date of login

getLoginStatus

public int getLoginStatus()
Returns the login status of this user log.

Returns:
the user status of login

setLoginStatus

public void setLoginStatus(int nLoginStatus)
Sets the login status of the user log to the specified integer.

Parameters:
nLoginStatus - the new status of login


Copyright © 2010 Mairie de Paris. All Rights Reserved.