it.eng.spagobi.analiticalmodel.functionalitytree.metadata
Class SbiFunctions

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

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

SbiFunctions generated by hbm2java

See Also:
Serialized Form

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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiFunctions

public SbiFunctions()
default constructor.


SbiFunctions

public SbiFunctions(java.lang.Integer functId)
constructor with id.

Parameters:
functId - the funct id
Method Detail

getFunctId

public java.lang.Integer getFunctId()
Gets the funct id.

Returns:
the funct id

setFunctId

public void setFunctId(java.lang.Integer functId)
Sets the funct id.

Parameters:
functId - the new funct id

getFunctTypeCd

public java.lang.String getFunctTypeCd()
Gets the funct type cd.

Returns:
the funct type cd

setFunctTypeCd

public void setFunctTypeCd(java.lang.String functTypeCd)
Sets the funct type cd.

Parameters:
functTypeCd - the new funct type cd

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

getName

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

Returns:
the name

setName

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

Parameters:
name - the new name

getDescr

public java.lang.String getDescr()
Gets the descr.

Returns:
the descr

setDescr

public void setDescr(java.lang.String descr)
Sets the descr.

Parameters:
descr - the new descr

getPath

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

Returns:
the path

setPath

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

Parameters:
path - the new path

getSbiObjFuncs

public java.util.Set getSbiObjFuncs()
Gets the sbi obj funcs.

Returns:
the sbi obj funcs

setSbiObjFuncs

public void setSbiObjFuncs(java.util.Set sbiObjFuncs)
Sets the sbi obj funcs.

Parameters:
sbiObjFuncs - the new sbi obj funcs

getSbiFuncRoles

public java.util.Set getSbiFuncRoles()
Gets the sbi func roles.

Returns:
the sbi func roles

setSbiFuncRoles

public void setSbiFuncRoles(java.util.Set sbiFuncRoles)
Sets the sbi func roles.

Parameters:
sbiFuncRoles - the new sbi func roles

getFunctType

public SbiDomains getFunctType()
Gets the funct type.

Returns:
the funct type

setFunctType

public void setFunctType(SbiDomains functType)
Sets the funct type.

Parameters:
functType - the new funct type

getParentFunct

public SbiFunctions getParentFunct()
Gets the parent funct.

Returns:
the parent funct

setParentFunct

public void setParentFunct(SbiFunctions parentFunct)
Sets the parent funct.

Parameters:
parentFunct - the new parent funct

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