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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmailRole.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRealmId()StringgetRoleId()StringgetRolePlural()StringgetRoleSingular()EmailRole.TypegetType()booleanisGroupAware()
-
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
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()
-
-