it.eng.spagobi.commons.metadata
Class SbiUserFunctionality

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

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

See Also:
Serialized Form

Constructor Summary
SbiUserFunctionality()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description.
 int getId()
          Gets the id.
 java.lang.String getName()
          Gets the name.
 java.util.Set getRoleType()
          Gets the role type.
 void setDescription(java.lang.String description)
          Sets the description.
 void setId(int id)
          Sets the id.
 void setName(java.lang.String name)
          Sets the name.
 void setRoleType(java.util.Set roleType)
          Sets the role type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiUserFunctionality

public SbiUserFunctionality()
Method Detail

getId

public int getId()
Gets the id.

Returns:
the id

setId

public void setId(int id)
Sets the id.

Parameters:
id - the new id

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

getRoleType

public java.util.Set getRoleType()
Gets the role type.

Returns:
the role type

setRoleType

public void setRoleType(java.util.Set roleType)
Sets the role type.

Parameters:
roleType - the new role type