it.eng.spagobi.events.bo
Class Event

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

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

This class map the SBI_EVENTS table

Author:
Gioia
See Also:
Serialized Form

Constructor Summary
Event()
           
 
Method Summary
 java.lang.Integer getId()
          Gets the id.
 java.lang.String getUser()
          Gets the user.
 void setId(java.lang.Integer id)
          Sets the id.
 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

Event

public Event()
Method Detail

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

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