org.sakaiproject.mailsender.model
Class EmailRole
java.lang.Object
org.sakaiproject.mailsender.model.EmailRole
public class EmailRole
- extends Object
EmailRole (can be a role, a section, a group)
- Author:
- kimsooil, Carl Hall
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailRole
public EmailRole(String realmid,
String roleid,
String rolesingular,
String roleplural,
EmailRole.Type roleType)
EmailRole
public EmailRole(String realmid,
String roleid,
String rolesingular,
String roleplural,
EmailRole.Type roleType,
boolean groupAware)
getRealmId
public String getRealmId()
getRoleId
public String getRoleId()
getRoleSingular
public String getRoleSingular()
getRolePlural
public String getRolePlural()
isGroupAware
public boolean isGroupAware()
getType
public EmailRole.Type getType()
Copyright © 2007-2013 Sakai Project. All Rights Reserved.