it.eng.spagobi.events.bo
Class EventLog

java.lang.Object
  extended by it.eng.spagobi.events.bo.EventLog
All Implemented Interfaces:
java.io.Serializable

public class EventLog
extends java.lang.Object
implements java.io.Serializable

This class map the SBI_EVENTS_LOG table

Author:
Gioia
See Also:
Serialized Form

Constructor Summary
EventLog()
           
 
Method Summary
 java.util.Date getDate()
          Gets the date.
 java.lang.String getDesc()
          Gets the desc.
 java.lang.String getHandler()
          Gets the handler.
 java.lang.Integer getId()
          Gets the id.
 java.lang.String getParams()
          Gets the params.
 java.util.List getRoles()
          Gets the roles.
 java.lang.String getUser()
          Gets the user.
 void setDate(java.util.Date date)
          Sets the date.
 void setDesc(java.lang.String desc)
          Sets the desc.
 void setHandler(java.lang.String handler)
          Sets the handler.
 void setId(java.lang.Integer id)
          Sets the id.
 void setParams(java.lang.String params)
          Sets the params.
 void setRoles(java.util.List roles)
          Sets the roles.
 void setUser(java.lang.String user)
          Sets the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLog

public EventLog()
Method Detail

getDate

public java.util.Date getDate()
Gets the date.

Returns:
the date

setDate

public void setDate(java.util.Date date)
Sets the date.

Parameters:
date - the new date

getDesc

public java.lang.String getDesc()
Gets the desc.

Returns:
the desc

setDesc

public void setDesc(java.lang.String desc)
Sets the desc.

Parameters:
desc - the new desc

getId

public java.lang.Integer getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.Integer id)
Sets the id.

Parameters:
id - the new id

getParams

public java.lang.String getParams()
Gets the params.

Returns:
the params

setParams

public void setParams(java.lang.String params)
Sets the params.

Parameters:
params - the new params

getUser

public java.lang.String getUser()
Gets the user.

Returns:
the user

setUser

public void setUser(java.lang.String user)
Sets the user.

Parameters:
user - the new user

getRoles

public java.util.List getRoles()
Gets the roles.

Returns:
the roles

setRoles

public void setRoles(java.util.List roles)
Sets the roles.

Parameters:
roles - the new roles

getHandler

public java.lang.String getHandler()
Gets the handler.

Returns:
the handler

setHandler

public void setHandler(java.lang.String handler)
Sets the handler.

Parameters:
handler - the new handler