|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.functionalitytree.bo.LowFunctionality
public class LowFunctionality
Defines a LowFunctionality
object.
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. |
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 |
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 |
---|
public LowFunctionality()
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 getCodType()
public void setCodType(java.lang.String codType)
codType
- The low functionality code type to setpublic java.lang.String getCode()
public void setCode(java.lang.String code)
code
- The low functionality code to setpublic it.eng.spagobi.commons.bo.Role[] getDevRoles()
public void setDevRoles(it.eng.spagobi.commons.bo.Role[] devRoles)
devRoles
- The low functionality develop roles to setpublic it.eng.spagobi.commons.bo.Role[] getExecRoles()
public void setExecRoles(it.eng.spagobi.commons.bo.Role[] execRoles)
execRoles
- The low functionality execution roles to setpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path
- The low functionality path to setpublic it.eng.spagobi.commons.bo.Role[] getTestRoles()
public void setTestRoles(it.eng.spagobi.commons.bo.Role[] testRoles)
testRoles
- The low functionality test roles 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 prog
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |