org.kuali.rice.ksb.messaging.remotedservices
Class Inbox

java.lang.Object
  extended by 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()
           
 
Method Summary
 String getId()
           
 List<String> getMessages()
           
 String getOwner()
           
 void setId(String id)
           
 void setMessages(List<String> messages)
           
 void setOwner(String owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inbox

public Inbox()
Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.