it.eng.spagobi.analiticalmodel.functionalitytree.metadata
Class SbiFuncRoleId

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.functionalitytree.metadata.SbiFuncRoleId
All Implemented Interfaces:
java.io.Serializable

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

SbiFuncRoleId generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiFuncRoleId()
          default constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 SbiFunctions getFunction()
          Gets the function.
 SbiExtRoles getRole()
          Gets the role.
 SbiDomains getState()
          Gets the state.
 int hashCode()
           
 void setFunction(SbiFunctions function)
          Sets the function.
 void setRole(SbiExtRoles role)
          Sets the role.
 void setState(SbiDomains state)
          Sets the state.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiFuncRoleId

public SbiFuncRoleId()
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

getFunction

public SbiFunctions getFunction()
Gets the function.

Returns:
the function

setFunction

public void setFunction(SbiFunctions function)
Sets the function.

Parameters:
function - the new function

getRole

public SbiExtRoles getRole()
Gets the role.

Returns:
the role

setRole

public void setRole(SbiExtRoles role)
Sets the role.

Parameters:
role - the new role

getState

public SbiDomains getState()
Gets the state.

Returns:
the state

setState

public void setState(SbiDomains state)
Sets the state.

Parameters:
state - the new state