|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiHibernateModel
it.eng.spagobi.analiticalmodel.functionalitytree.metadata.SbiFunctions
public class SbiFunctions
SbiFunctions generated by hbm2java
Constructor Summary | |
---|---|
SbiFunctions()
default constructor. |
|
SbiFunctions(java.lang.Integer functId)
constructor with id. |
Method Summary | |
---|---|
java.lang.String |
getCode()
Gets the code. |
java.lang.String |
getDescr()
Gets the descr. |
java.lang.Integer |
getFunctId()
Gets the funct id. |
SbiDomains |
getFunctType()
Gets the funct type. |
java.lang.String |
getFunctTypeCd()
Gets the funct type cd. |
java.lang.String |
getName()
Gets the name. |
SbiFunctions |
getParentFunct()
Gets the parent funct. |
java.lang.String |
getPath()
Gets the path. |
java.lang.Integer |
getProg()
Gets the prog. |
java.util.Set |
getSbiFuncRoles()
Gets the sbi func roles. |
java.util.Set |
getSbiObjFuncs()
Gets the sbi obj funcs. |
void |
setCode(java.lang.String code)
Sets the code. |
void |
setDescr(java.lang.String descr)
Sets the descr. |
void |
setFunctId(java.lang.Integer functId)
Sets the funct id. |
void |
setFunctType(SbiDomains functType)
Sets the funct type. |
void |
setFunctTypeCd(java.lang.String functTypeCd)
Sets the funct type cd. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setParentFunct(SbiFunctions parentFunct)
Sets the parent funct. |
void |
setPath(java.lang.String path)
Sets the path. |
void |
setProg(java.lang.Integer prog)
Sets the prog. |
void |
setSbiFuncRoles(java.util.Set sbiFuncRoles)
Sets the sbi func roles. |
void |
setSbiObjFuncs(java.util.Set sbiObjFuncs)
Sets the sbi obj funcs. |
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel |
---|
getCommonInfo, setCommonInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiFunctions()
public SbiFunctions(java.lang.Integer functId)
functId
- the funct idMethod Detail |
---|
public java.lang.Integer getFunctId()
public void setFunctId(java.lang.Integer functId)
functId
- the new funct idpublic java.lang.String getFunctTypeCd()
public void setFunctTypeCd(java.lang.String functTypeCd)
functTypeCd
- the new funct type cdpublic java.lang.String getCode()
public void setCode(java.lang.String code)
code
- the new codepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getDescr()
public void setDescr(java.lang.String descr)
descr
- the new descrpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path
- the new pathpublic java.util.Set getSbiObjFuncs()
public void setSbiObjFuncs(java.util.Set sbiObjFuncs)
sbiObjFuncs
- the new sbi obj funcspublic java.util.Set getSbiFuncRoles()
public void setSbiFuncRoles(java.util.Set sbiFuncRoles)
sbiFuncRoles
- the new sbi func rolespublic SbiDomains getFunctType()
public void setFunctType(SbiDomains functType)
functType
- the new funct typepublic SbiFunctions getParentFunct()
public void setParentFunct(SbiFunctions parentFunct)
parentFunct
- the new parent functpublic 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 |