it.eng.spagobi.bo
Class LowFunctionality
java.lang.Object
it.eng.spagobi.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private java.lang.Integer id
parentId
private java.lang.Integer parentId
name
private java.lang.String name
description
private java.lang.String description
codType
private java.lang.String codType
code
private java.lang.String code
path
private java.lang.String path
execRoles
private Role[] execRoles
devRoles
private Role[] devRoles
testRoles
private Role[] testRoles
profile
private it.eng.spago.security.IEngUserProfile profile
biObjects
private java.util.List biObjects
LowFunctionality
public LowFunctionality()
- constructor
getDescription
public java.lang.String getDescription()
- Returns:
- Low Functionality description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The low functionality description to set
getId
public java.lang.Integer getId()
- Returns:
- Low Functionality id
setId
public void setId(java.lang.Integer id)
- Parameters:
id
- The low functionality id to set
getName
public java.lang.String getName()
- Returns:
- Low Functionality name
setName
public void setName(java.lang.String name)
- Parameters:
name
- The low functionality name to set
getCodType
public java.lang.String getCodType()
- Returns:
- Low Functionality code Type
setCodType
public void setCodType(java.lang.String codType)
- Parameters:
codType
- The low functionality code type to set
getCode
public java.lang.String getCode()
- Returns:
- Low Functionality code
setCode
public void setCode(java.lang.String code)
- Parameters:
code
- The low functionality code to set
getDevRoles
public Role[] getDevRoles()
- Returns:
- Low Functionality develop roles
setDevRoles
public void setDevRoles(Role[] devRoles)
- Parameters:
devRoles
- The low functionality develop roles to set
getExecRoles
public Role[] getExecRoles()
- Returns:
- Low Functionality execution roles
setExecRoles
public void setExecRoles(Role[] execRoles)
- Parameters:
execRoles
- The low functionality execution roles to set
getPath
public java.lang.String getPath()
- Returns:
- Low Functionality path
setPath
public void setPath(java.lang.String path)
- Parameters:
path
- The low functionality path to set
getTestRoles
public Role[] getTestRoles()
- Returns:
- Low Functionality test roles
setTestRoles
public void setTestRoles(Role[] testRoles)
- Parameters:
testRoles
- The low functionality test roles to set
getParentId
public java.lang.Integer getParentId()
setParentId
public void setParentId(java.lang.Integer parentId)
getBiObjects
public java.util.List getBiObjects()
setBiObjects
public void setBiObjects(java.util.List biObjects)