|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.functionalitytree.bo.UserFunctionality
public class UserFunctionality
Defines a UserFunctionality
object.
Constructor Summary | |
---|---|
UserFunctionality()
|
Method Summary | |
---|---|
java.util.List |
getBiObjects()
Gets the bi objects. |
java.lang.String |
getCode()
Gets the code. |
java.lang.String |
getDescription()
Gets the description. |
Role[] |
getExecRoles()
Gets the exec roles. |
java.lang.Integer |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
java.lang.Integer |
getParentId()
Gets the parent id. |
java.lang.String |
getPath()
Gets the path. |
java.lang.Integer |
getProg()
Gets the prog. |
void |
setBiObjects(java.util.List biObjects)
Sets the bi objects. |
void |
setCode(java.lang.String code)
Sets the code. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setExecRoles(Role[] execRoles)
Sets the exec roles. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setParentId(java.lang.Integer parentId)
Sets the parent id. |
void |
setPath(java.lang.String path)
Sets the path. |
void |
setProg(java.lang.Integer prog)
Sets the prog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserFunctionality()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The low functionality description to setpublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- The low functionality id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- The low functionality name to setpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path
- The low functionality path to setpublic java.lang.Integer getParentId()
public void setParentId(java.lang.Integer parentId)
parentId
- the new parent idpublic java.util.List getBiObjects()
public void setBiObjects(java.util.List biObjects)
biObjects
- the new bi objectspublic java.lang.Integer getProg()
public void setProg(java.lang.Integer prog)
prog
- the new progpublic java.lang.String getCode()
public void setCode(java.lang.String code)
code
- the new codepublic Role[] getExecRoles()
public void setExecRoles(Role[] execRoles)
execRoles
- the new exec roles
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |