public class EmailRole extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailRole.Type |
| Constructor and Description |
|---|
EmailRole(String realmid,
String roleid,
String rolesingular,
String roleplural,
EmailRole.Type roleType) |
EmailRole(String realmid,
String roleid,
String rolesingular,
String roleplural,
EmailRole.Type roleType,
boolean groupAware) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRealmId() |
String |
getRoleId() |
String |
getRolePlural() |
String |
getRoleSingular() |
EmailRole.Type |
getType() |
boolean |
isGroupAware() |
public EmailRole(String realmid, String roleid, String rolesingular, String roleplural, EmailRole.Type roleType)
public EmailRole(String realmid, String roleid, String rolesingular, String roleplural, EmailRole.Type roleType, boolean groupAware)
public String getRealmId()
public String getRoleId()
public String getRoleSingular()
public String getRolePlural()
public boolean isGroupAware()
public EmailRole.Type getType()
Copyright © 2007-2015 Sakai Project. All Rights Reserved.