org.kuali.rice.ksb.messaging
Class ClientAppServiceSharedPayloadObj
java.lang.Object
org.kuali.rice.ksb.messaging.ClientAppServiceSharedPayloadObj
- All Implemented Interfaces:
- Serializable
public class ClientAppServiceSharedPayloadObj
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientAppServiceSharedPayloadObj
public ClientAppServiceSharedPayloadObj()
ClientAppServiceSharedPayloadObj
public ClientAppServiceSharedPayloadObj(String messageContents,
boolean throwException)
getMessageContents
public String getMessageContents()
setMessageContents
public void setMessageContents(String messageContents)
isThrowException
public boolean isThrowException()
setThrowException
public void setThrowException(boolean throwException)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.