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

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

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

Defines a LowFunctionality object.

Author:
sulis
See Also:
Serialized Form

Constructor Summary
LowFunctionality()
          constructor.
 
Method Summary
 java.util.List getBiObjects()
          Gets the bi objects.
 java.lang.String getCode()
          Gets the code.
 java.lang.String getCodType()
          Gets the cod type.
 it.eng.spagobi.commons.bo.Role[] getCreateRoles()
           
 java.lang.String getDescription()
          Gets the description.
 it.eng.spagobi.commons.bo.Role[] getDevRoles()
          Gets the dev roles.
 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.
 it.eng.spagobi.commons.bo.Role[] getTestRoles()
          Gets the test roles.
 void setBiObjects(java.util.List biObjects)
          Sets the bi objects.
 void setCode(java.lang.String code)
          Sets the code.
 void setCodType(java.lang.String codType)
          Sets the cod type.
 void setCreateRoles(it.eng.spagobi.commons.bo.Role[] createRoles)
           
 void setDescription(java.lang.String description)
          Sets the description.
 void setDevRoles(it.eng.spagobi.commons.bo.Role[] devRoles)
          Sets the dev roles.
 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.
 void setTestRoles(it.eng.spagobi.commons.bo.Role[] testRoles)
          Sets the test roles.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowFunctionality

public LowFunctionality()
constructor.

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

getCodType

public java.lang.String getCodType()
Gets the cod type.

Returns:
Low Functionality code Type

setCodType

public void setCodType(java.lang.String codType)
Sets the cod type.

Parameters:
codType - The low functionality code type to set

getCode

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

Returns:
Low Functionality code

setCode

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

Parameters:
code - The low functionality code to set

getDevRoles

public it.eng.spagobi.commons.bo.Role[] getDevRoles()
Gets the dev roles.

Returns:
Low Functionality develop roles

setDevRoles

public void setDevRoles(it.eng.spagobi.commons.bo.Role[] devRoles)
Sets the dev roles.

Parameters:
devRoles - The low functionality develop roles to set

getExecRoles

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

Returns:
Low Functionality execution roles

setExecRoles

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

Parameters:
execRoles - The low functionality execution roles to set

getCreateRoles

public it.eng.spagobi.commons.bo.Role[] getCreateRoles()

setCreateRoles

public void setCreateRoles(it.eng.spagobi.commons.bo.Role[] createRoles)

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

getTestRoles

public it.eng.spagobi.commons.bo.Role[] getTestRoles()
Gets the test roles.

Returns:
Low Functionality test roles

setTestRoles

public void setTestRoles(it.eng.spagobi.commons.bo.Role[] testRoles)
Sets the test roles.

Parameters:
testRoles - The low functionality test roles 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