org.sakaiproject.mailsender.model
Class EmailEntry
java.lang.Object
org.sakaiproject.mailsender.model.EmailEntry
public class EmailEntry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailEntry
public EmailEntry(ConfigEntry config)
getFrom
public String getFrom()
setFrom
public void setFrom(String from)
getOtherRecipients
public List<String> getOtherRecipients()
setOtherRecipients
public void setOtherRecipients(String otherRecipients)
getSubject
public String getSubject()
setSubject
public void setSubject(String subject)
getContent
public String getContent()
setContent
public void setContent(String content)
getAttachments
public List<String> getAttachments()
setAttachments
public void setAttachments(List<String> attachments)
getConfig
public ConfigEntry getConfig()
setOtherRecipients
public void setOtherRecipients(List<String> otherRecipients)
setConfig
public void setConfig(ConfigEntry config)
isAllIds
public boolean isAllIds()
setAllIds
public void setAllIds(boolean allIds)
getRoleIds
public Map<String,String> getRoleIds()
setRoleIds
public void setRoleIds(Map<String,String> roleIds)
getSectionIds
public Map<String,String> getSectionIds()
setSectionIds
public void setSectionIds(Map<String,String> sectionIds)
getGroupIds
public Map<String,String> getGroupIds()
setGroupIds
public void setGroupIds(Map<String,String> groupIds)
getUserIds
public Map<String,String> getUserIds()
setUserIds
public void setUserIds(Map<String,String> userIds)
Copyright © 2007-2013 Sakai Project. All Rights Reserved.