|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.bo.Role
public class Role
Defines a Role
object.
Constructor Summary | |
---|---|
Role()
Class constructor. |
|
Role(java.lang.String name,
java.lang.String description)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getCode()
Gets the code. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.Integer |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getRoleTypeCD()
Gets the role type cd. |
java.lang.Integer |
getRoleTypeID()
Gets the role type id. |
boolean |
isAbleToSaveIntoPersonalFolder()
Checks if is able to save into personal folder. |
boolean |
isAbleToSaveRememberMe()
Checks if is able to save remember me. |
boolean |
isAbleToSaveSubobjects()
Checks if is able to save subobjects. |
boolean |
isAbleToSeeMetadata()
Checks if is able to see metadata. |
boolean |
isAbleToSeeNotes()
Checks if is able to see notes. |
boolean |
isAbleToSeeSnapshots()
Checks if is able to see snapshots. |
boolean |
isAbleToSeeSubobjects()
Checks if is able to see subobjects. |
boolean |
isAbleToSeeViewpoints()
Checks if is able to see viewpoints. |
boolean |
isAbleToSendMail()
Checks if is able to send mail. |
void |
setCode(java.lang.String code)
Sets the code. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setIsAbleToSaveIntoPersonalFolder(boolean isAbleToSaveIntoPersonalFolder)
Sets the checks if is able to save into personal folder. |
void |
setIsAbleToSaveRememberMe(boolean isAbleToSaveRememberMe)
Sets the checks if is able to save remember me. |
void |
setIsAbleToSaveSubobjects(boolean isAbleToSaveSubobjects)
Sets the checks if is able to save subobjects. |
void |
setIsAbleToSeeMetadata(boolean isAbleToSeeMetadata)
Sets the checks if is able to see metadata. |
void |
setIsAbleToSeeNotes(boolean isAbleToSeeNotes)
Sets the checks if is able to see notes. |
void |
setIsAbleToSeeSnapshots(boolean isAbleToSeeSnapshots)
Sets the checks if is able to see snapshots. |
void |
setIsAbleToSeeSubobjects(boolean isAbleToSeeSubobjects)
Sets the checks if is able to see subobjects. |
void |
setIsAbleToSeeViewpoints(boolean isAbleToSeeViewpoints)
Sets the checks if is able to see viewpoints. |
void |
setIsAbleToSendMail(boolean isAbleToSendMail)
Sets the checks if is able to send mail. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setRoleTypeCD(java.lang.String roleTypeCD)
Sets the role type cd. |
void |
setRoleTypeID(java.lang.Integer roleTypeID)
Sets the role type id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Role()
public Role(java.lang.String name, java.lang.String description)
name
- the namedescription
- the descriptionMethod Detail |
---|
public boolean isAbleToSaveSubobjects()
public void setIsAbleToSaveSubobjects(boolean isAbleToSaveSubobjects)
isAbleToSaveSubobjects
- the new checks if is able to save subobjectspublic boolean isAbleToSeeSubobjects()
public void setIsAbleToSeeSubobjects(boolean isAbleToSeeSubobjects)
isAbleToSeeSubobjects
- the new checks if is able to see subobjectspublic boolean isAbleToSeeViewpoints()
public void setIsAbleToSeeViewpoints(boolean isAbleToSeeViewpoints)
isAbleToSeeViewpoints
- the new checks if is able to see viewpointspublic boolean isAbleToSeeSnapshots()
public void setIsAbleToSeeSnapshots(boolean isAbleToSeeSnapshots)
isAbleToSeeSnapshots
- the new checks if is able to see snapshotspublic boolean isAbleToSeeNotes()
public void setIsAbleToSeeNotes(boolean isAbleToSeeNotes)
isAbleToSeeNotes
- the new checks if is able to see notespublic boolean isAbleToSendMail()
public void setIsAbleToSendMail(boolean isAbleToSendMail)
isAbleToSendMail
- the new checks if is able to send mailpublic boolean isAbleToSaveIntoPersonalFolder()
public void setIsAbleToSaveIntoPersonalFolder(boolean isAbleToSaveIntoPersonalFolder)
isAbleToSaveIntoPersonalFolder
- the new checks if is able to save into personal folderpublic boolean isAbleToSaveRememberMe()
public void setIsAbleToSaveRememberMe(boolean isAbleToSaveRememberMe)
isAbleToSaveRememberMe
- the new checks if is able to save remember mepublic boolean isAbleToSeeMetadata()
public void setIsAbleToSeeMetadata(boolean isAbleToSeeMetadata)
isAbleToSeeMetadata
- the new checks if is able to see metadatapublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- the role id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getRoleTypeCD()
public void setRoleTypeCD(java.lang.String roleTypeCD)
roleTypeCD
- The roleTypeCD to set.public java.lang.Integer getRoleTypeID()
public void setRoleTypeID(java.lang.Integer roleTypeID)
roleTypeID
- The roleTypeID to set.public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- The code to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |