org.kuali.rice.ksb.messaging.remotedservices
Class Message
java.lang.Object
  
org.kuali.rice.ksb.messaging.remotedservices.Message
public class Message
- extends Object
 
A Message
- Author:
 
  - Kuali Rice Team (rice.collab@kuali.org)
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Message
public Message()
getSubject
public String getSubject()
- Returns:
 - the subject
 
 
setSubject
public void setSubject(String subject)
- Parameters:
 subject - the subject to set
 
getText
public String getText()
- Returns:
 - the text
 
 
setText
public void setText(String text)
- Parameters:
 text - the text to set
 
getRecipient
public String getRecipient()
- Returns:
 - the recipient
 
 
setRecipient
public void setRecipient(String recipient)
- Parameters:
 recipient - the recipient to set
 
getSender
public String getSender()
- Returns:
 - the sender
 
 
setSender
public void setSender(String sender)
- Parameters:
 sender - the sender to set
 
getId
public String getId()
- Returns:
 - the id
 
 
setId
public void setId(String id)
- Parameters:
 id - the id to set
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.