org.exoplatform.forum.common
Class NotifyInfo

java.lang.Object
  extended by org.exoplatform.forum.common.NotifyInfo

public class NotifyInfo
extends Object

Created by The eXo Platform SARL Author : Hung Nguyen hung.nguyen@exoplatform.com Aug 26, 2008


Constructor Summary
NotifyInfo()
           
NotifyInfo(List<String> emails, org.exoplatform.services.mail.Message mes)
           
 
Method Summary
 List<String> getEmailAddresses()
           
 org.exoplatform.services.mail.Message getMessage()
           
 void setEmailAddresses(List<String> emailAddresses_)
           
 void setMessage(org.exoplatform.services.mail.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyInfo

public NotifyInfo()

NotifyInfo

public NotifyInfo(List<String> emails,
                  org.exoplatform.services.mail.Message mes)
Method Detail

setEmailAddresses

public void setEmailAddresses(List<String> emailAddresses_)

getEmailAddresses

public List<String> getEmailAddresses()

setMessage

public void setMessage(org.exoplatform.services.mail.Message message)

getMessage

public org.exoplatform.services.mail.Message getMessage()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.