org.olat.core.id
Class Roles
java.lang.Object
org.olat.core.id.Roles
- All Implemented Interfaces:
- java.io.Serializable
public class Roles
- extends java.lang.Object
- implements java.io.Serializable
Description:
- Author:
- Felix Jost
- See Also:
- Serialized Form
|
Constructor Summary |
Roles(boolean isOLATAdmin,
boolean isUserManager,
boolean isGroupManager,
boolean isAuthor,
boolean isGuestOnly,
boolean isInstitutionalResourceManager)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Roles
public Roles(boolean isOLATAdmin,
boolean isUserManager,
boolean isGroupManager,
boolean isAuthor,
boolean isGuestOnly,
boolean isInstitutionalResourceManager)
- Parameters:
isOLATAdmin - isUserManager - isGroupManager - isAuthor - isGuestOnly - isUniCourseManager -
isOLATAdmin
public boolean isOLATAdmin()
- Returns:
- boolean
isAuthor
public boolean isAuthor()
- Returns:
- boolean
isGuestOnly
public boolean isGuestOnly()
- Returns:
- boolean
isGroupManager
public boolean isGroupManager()
- Returns:
- boolean
isUserManager
public boolean isUserManager()
- Returns:
- boolean
isInstitutionalResourceManager
public boolean isInstitutionalResourceManager()
- Returns:
- boolean
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- See Also:
Object.toString()