org.kuali.rice.ksb.messaging.remotedservices
Class Inbox
java.lang.Object
org.kuali.rice.ksb.messaging.remotedservices.Inbox
public class Inbox
- extends Object
Interface for an inbox
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Constructor Summary |
Inbox()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Inbox
public Inbox()
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id
- the id to set
getOwner
public String getOwner()
- Returns:
- the owner
setOwner
public void setOwner(String owner)
- Parameters:
owner
- the owner to set
getMessages
public List<String> getMessages()
- Returns:
- the messages
setMessages
public void setMessages(List<String> messages)
- Parameters:
messages
- the messages to set
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.