|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiHibernateModel
it.eng.spagobi.commons.metadata.SbiUserFunctionality
public class SbiUserFunctionality
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 it.eng.spagobi.commons.metadata.SbiHibernateModel |
---|
getCommonInfo, setCommonInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiUserFunctionality()
Method Detail |
---|
public int getId()
public void setId(int id)
id
- the new idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new descriptionpublic java.util.Set getRoleType()
public void setRoleType(java.util.Set roleType)
roleType
- the new role type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |