org.sakaiproject.mailsender.model
Class EmailRole

java.lang.Object
  extended by 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
static class EmailRole.Type
           
 
Constructor Summary
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)
           
 
Method Summary
 String getRealmId()
           
 String getRoleId()
           
 String getRolePlural()
           
 String getRoleSingular()
           
 EmailRole.Type getType()
           
 boolean isGroupAware()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2007-2013 Sakai Project. All Rights Reserved.