it.eng.spagobi.commons.metadata
Class SbiEventRoleId

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiEventRoleId
All Implemented Interfaces:
java.io.Serializable

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

SbiEventRoleId generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiEventRoleId()
          default constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 SbiEventsLog getEvent()
          Gets the event.
 SbiExtRoles getRole()
          Gets the role.
 int hashCode()
           
 void setEvent(SbiEventsLog event)
          Sets the event.
 void setRole(SbiExtRoles role)
          Sets the role.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiEventRoleId

public SbiEventRoleId()
default constructor.

Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getEvent

public SbiEventsLog getEvent()
Gets the event.

Returns:
the event

setEvent

public void setEvent(SbiEventsLog event)
Sets the event.

Parameters:
event - the new event

getRole

public SbiExtRoles getRole()
Gets the role.

Returns:
the role

setRole

public void setRole(SbiExtRoles role)
Sets the role.

Parameters:
role - the new role