it.eng.spagobi.analiticalmodel.functionalitytree.bo
Class UserFunctionality

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

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

Defines a UserFunctionality object.

See Also:
Serialized Form

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.
 it.eng.spagobi.commons.bo.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(it.eng.spagobi.commons.bo.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

UserFunctionality

public UserFunctionality()
Method Detail

getDescription

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

Returns:
Low Functionality description

setDescription

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

Parameters:
description - The low functionality description to set

getId

public java.lang.Integer getId()
Gets the id.

Returns:
Low Functionality id

setId

public void setId(java.lang.Integer id)
Sets the id.

Parameters:
id - The low functionality id to set

getName

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

Returns:
Low Functionality name

setName

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

Parameters:
name - The low functionality name to set

getPath

public java.lang.String getPath()
Gets the path.

Returns:
Low Functionality path

setPath

public void setPath(java.lang.String path)
Sets the path.

Parameters:
path - The low functionality path to set

getParentId

public java.lang.Integer getParentId()
Gets the parent id.

Returns:
the parent id

setParentId

public void setParentId(java.lang.Integer parentId)
Sets the parent id.

Parameters:
parentId - the new parent id

getBiObjects

public java.util.List getBiObjects()
Gets the bi objects.

Returns:
the bi objects

setBiObjects

public void setBiObjects(java.util.List biObjects)
Sets the bi objects.

Parameters:
biObjects - the new bi objects

getProg

public java.lang.Integer getProg()
Gets the prog.

Returns:
the prog

setProg

public void setProg(java.lang.Integer prog)
Sets the prog.

Parameters:
prog - the new prog

getCode

public java.lang.String getCode()
Gets the code.

Returns:
the code

setCode

public void setCode(java.lang.String code)
Sets the code.

Parameters:
code - the new code

getExecRoles

public it.eng.spagobi.commons.bo.Role[] getExecRoles()
Gets the exec roles.

Returns:
the exec roles

setExecRoles

public void setExecRoles(it.eng.spagobi.commons.bo.Role[] execRoles)
Sets the exec roles.

Parameters:
execRoles - the new exec roles