org.zeroexchange.web.page.messages
Class CreateMessage.MessageData

java.lang.Object
  extended by org.zeroexchange.web.page.messages.CreateMessage.MessageData
All Implemented Interfaces:
Serializable
Enclosing class:
CreateMessage

public static class CreateMessage.MessageData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CreateMessage.MessageData()
           
 
Method Summary
 String getBody()
           
 Collection<User> getRecipients()
           
 String getSubject()
           
 void setRecipients(Collection<User> recipients)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateMessage.MessageData

public CreateMessage.MessageData()
Method Detail

getSubject

public String getSubject()
Returns:
the subject

getBody

public String getBody()
Returns:
the body

getRecipients

public Collection<User> getRecipients()

setRecipients

public void setRecipients(Collection<User> recipients)


Copyright © 2013. All Rights Reserved.