|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiExtRoles
public class SbiExtRoles
SbiExtRoles generated by hbm2java
Constructor Summary | |
---|---|
SbiExtRoles()
default constructor. |
|
SbiExtRoles(java.lang.Integer extRoleId)
constructor with id. |
Method Summary | |
---|---|
java.lang.String |
getCode()
Gets the code. |
java.lang.String |
getDescr()
Gets the descr. |
java.lang.Integer |
getExtRoleId()
Gets the ext role id. |
java.lang.Boolean |
getIsAbleToBuildQbeQuery()
|
java.lang.Boolean |
getIsAbleToSaveIntoPersonalFolder()
Gets the checks if is able to save into personal folder. |
java.lang.Boolean |
getIsAbleToSaveMetadata()
|
java.lang.Boolean |
getIsAbleToSaveRememberMe()
Gets the checks if is able to save remember me. |
java.lang.Boolean |
getIsAbleToSaveSubobjects()
|
java.lang.Boolean |
getIsAbleToSeeMetadata()
Gets the checks if is able to see metadata. |
java.lang.Boolean |
getIsAbleToSeeNotes()
Gets the checks if is able to see notes. |
java.lang.Boolean |
getIsAbleToSeeSnapshots()
Gets the checks if is able to see snapshots. |
java.lang.Boolean |
getIsAbleToSeeSubobjects()
Gets the checks if is able to see subobjects. |
java.lang.Boolean |
getIsAbleToSeeViewpoints()
Gets the checks if is able to see viewpoints. |
java.lang.Boolean |
getIsAbleToSendMail()
Gets the checks if is able to send mail. |
java.lang.String |
getName()
Gets the name. |
SbiDomains |
getRoleType()
Gets the role type. |
java.lang.String |
getRoleTypeCode()
Gets the role type code. |
java.util.Set |
getSbiFuncRoles()
Gets the sbi func roles. |
java.util.Set |
getSbiParuseDets()
Gets the sbi paruse dets. |
void |
setCode(java.lang.String code)
Sets the code. |
void |
setDescr(java.lang.String descr)
Sets the descr. |
void |
setExtRoleId(java.lang.Integer extRoleId)
Sets the ext role id. |
void |
setIsAbleToBuildQbeQuery(java.lang.Boolean isAbleToBuildQbeQuery)
|
void |
setIsAbleToSaveIntoPersonalFolder(java.lang.Boolean isAbleToSaveIntoPersonalFolder)
Sets the checks if is able to save into personal folder. |
void |
setIsAbleToSaveMetadata(java.lang.Boolean isAbleToSaveMetadata)
|
void |
setIsAbleToSaveRememberMe(java.lang.Boolean isAbleToSaveRememberMe)
Sets the checks if is able to save remember me. |
void |
setIsAbleToSaveSubobjects(java.lang.Boolean isAbleToSaveSubobjects)
|
void |
setIsAbleToSeeMetadata(java.lang.Boolean isAbleToSeeMetadata)
Sets the checks if is able to see metadata. |
void |
setIsAbleToSeeNotes(java.lang.Boolean isAbleToSeeNotes)
Sets the checks if is able to see notes. |
void |
setIsAbleToSeeSnapshots(java.lang.Boolean isAbleToSeeSnapshots)
Sets the checks if is able to see snapshots. |
void |
setIsAbleToSeeSubobjects(java.lang.Boolean isAbleToSeeSubobjects)
Sets the checks if is able to see subobjects. |
void |
setIsAbleToSeeViewpoints(java.lang.Boolean isAbleToSeeViewpoints)
Sets the checks if is able to see viewpoints. |
void |
setIsAbleToSendMail(java.lang.Boolean isAbleToSendMail)
Sets the checks if is able to send mail. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setRoleType(SbiDomains sbiDomains)
Sets the role type. |
void |
setRoleTypeCode(java.lang.String roleTypeCd)
Sets the role type code. |
void |
setSbiFuncRoles(java.util.Set sbiFuncRoles)
Sets the sbi func roles. |
void |
setSbiParuseDets(java.util.Set sbiParuseDets)
Sets the sbi paruse dets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiExtRoles()
public SbiExtRoles(java.lang.Integer extRoleId)
extRoleId
- the ext role idMethod Detail |
---|
public java.lang.Integer getExtRoleId()
public void setExtRoleId(java.lang.Integer extRoleId)
extRoleId
- the new ext role idpublic SbiDomains getRoleType()
public void setRoleType(SbiDomains sbiDomains)
sbiDomains
- the new role typepublic java.lang.String getRoleTypeCode()
public void setRoleTypeCode(java.lang.String roleTypeCd)
roleTypeCd
- the new role type codepublic 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.util.Set getSbiFuncRoles()
public void setSbiFuncRoles(java.util.Set sbiFuncRoles)
sbiFuncRoles
- the new sbi func rolespublic java.util.Set getSbiParuseDets()
public void setSbiParuseDets(java.util.Set sbiParuseDets)
sbiParuseDets
- the new sbi paruse detspublic java.lang.Boolean getIsAbleToSeeSubobjects()
public void setIsAbleToSeeSubobjects(java.lang.Boolean isAbleToSeeSubobjects)
isAbleToSeeSubobjects
- the new checks if is able to see subobjectspublic java.lang.Boolean getIsAbleToSeeViewpoints()
public void setIsAbleToSeeViewpoints(java.lang.Boolean isAbleToSeeViewpoints)
isAbleToSeeViewpoints
- the new checks if is able to see viewpointspublic java.lang.Boolean getIsAbleToSeeSnapshots()
public void setIsAbleToSeeSnapshots(java.lang.Boolean isAbleToSeeSnapshots)
isAbleToSeeSnapshots
- the new checks if is able to see snapshotspublic java.lang.Boolean getIsAbleToSeeNotes()
public void setIsAbleToSeeNotes(java.lang.Boolean isAbleToSeeNotes)
isAbleToSeeNotes
- the new checks if is able to see notespublic java.lang.Boolean getIsAbleToSendMail()
public void setIsAbleToSendMail(java.lang.Boolean isAbleToSendMail)
isAbleToSendMail
- the new checks if is able to send mailpublic java.lang.Boolean getIsAbleToSaveIntoPersonalFolder()
public void setIsAbleToSaveIntoPersonalFolder(java.lang.Boolean isAbleToSaveIntoPersonalFolder)
isAbleToSaveIntoPersonalFolder
- the new checks if is able to save into personal folderpublic java.lang.Boolean getIsAbleToSaveRememberMe()
public void setIsAbleToSaveRememberMe(java.lang.Boolean isAbleToSaveRememberMe)
isAbleToSaveRememberMe
- the new checks if is able to save remember mepublic java.lang.Boolean getIsAbleToSeeMetadata()
public void setIsAbleToSeeMetadata(java.lang.Boolean isAbleToSeeMetadata)
isAbleToSeeMetadata
- the new checks if is able to see metadatapublic java.lang.Boolean getIsAbleToSaveMetadata()
public void setIsAbleToSaveMetadata(java.lang.Boolean isAbleToSaveMetadata)
isAbleToSaveMetadata
- the isAbleToSaveMetadata to setpublic java.lang.Boolean getIsAbleToSaveSubobjects()
public void setIsAbleToSaveSubobjects(java.lang.Boolean isAbleToSaveSubobjects)
public java.lang.Boolean getIsAbleToBuildQbeQuery()
public void setIsAbleToBuildQbeQuery(java.lang.Boolean isAbleToBuildQbeQuery)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |