Class MessageInputBean
- java.lang.Object
-
- org.gcube.portal.social.networking.ws.inputs.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 sender, String body, String subject, ArrayList<Recipient> recipients)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()ArrayList<Recipient>getRecipients()StringgetSubject()voidsetBody(String body)voidsetRecipients(ArrayList<Recipient> recipients)voidsetSubject(String subject)StringtoString()
-