Class MessageInputBean
- java.lang.Object
-
- org.gcube.social_networking.socialnetworking.model.beans.MessageInputBean
-
- All Implemented Interfaces:
Serializable
public class MessageInputBean extends Object implements Serializable
Generic input bean for methods that allow to write messages- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageInputBean()MessageInputBean(String body, String subject, ArrayList<Recipient> recipients)MessageInputBean(String body, String subject, ArrayList<Recipient> recipients, ArrayList<String> attachmentIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<String>getAttachmentIds()StringgetBody()ArrayList<Recipient>getRecipients()StringgetSubject()voidsetAttachmentIds(ArrayList<String> attachmentIds)voidsetBody(String body)voidsetRecipients(ArrayList<Recipient> recipients)voidsetSubject(String subject)StringtoString()
-