org.exoplatform.ks.common
Class NotifyInfo

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

public class NotifyInfo
extends java.lang.Object

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


Constructor Summary
NotifyInfo()
           
NotifyInfo(java.util.List<java.lang.String> emails, org.exoplatform.services.mail.Message mes)
           
 
Method Summary
 java.util.List<java.lang.String> getEmailAddresses()
           
 org.exoplatform.services.mail.Message getMessage()
           
 void setEmailAddresses(java.util.List<java.lang.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(java.util.List<java.lang.String> emails,
                  org.exoplatform.services.mail.Message mes)
Method Detail

setEmailAddresses

public void setEmailAddresses(java.util.List<java.lang.String> emailAddresses_)

getEmailAddresses

public java.util.List<java.lang.String> getEmailAddresses()

setMessage

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

getMessage

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.