org.sakaiproject.mailsender.model
Class EmailEntry

java.lang.Object
  extended by org.sakaiproject.mailsender.model.EmailEntry

public class EmailEntry
extends Object


Constructor Summary
EmailEntry(ConfigEntry config)
           
 
Method Summary
 List<String> getAttachments()
           
 ConfigEntry getConfig()
           
 String getContent()
           
 String getFrom()
           
 Map<String,String> getGroupIds()
           
 List<String> getOtherRecipients()
           
 Map<String,String> getRoleIds()
           
 Map<String,String> getSectionIds()
           
 String getSubject()
           
 Map<String,String> getUserIds()
           
 boolean isAllIds()
           
 void setAllIds(boolean allIds)
           
 void setAttachments(List<String> attachments)
           
 void setConfig(ConfigEntry config)
           
 void setContent(String content)
           
 void setFrom(String from)
           
 void setGroupIds(Map<String,String> groupIds)
           
 void setOtherRecipients(List<String> otherRecipients)
           
 void setOtherRecipients(String otherRecipients)
           
 void setRoleIds(Map<String,String> roleIds)
           
 void setSectionIds(Map<String,String> sectionIds)
           
 void setSubject(String subject)
           
 void setUserIds(Map<String,String> userIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailEntry

public EmailEntry(ConfigEntry config)
Method Detail

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.