com.hyper9.vangaea.types.beans
Interface MessageBean

All Superinterfaces:
com.hyper9.common.beans.Bean, java.io.Serializable
All Known Subinterfaces:
ErrorMessageBean
All Known Implementing Classes:
ErrorMessageBeanImpl, MessageBeanImpl

public interface MessageBean
extends com.hyper9.common.beans.Bean

This bean describes a generic message.

Author:
akutz

Method Summary
 java.lang.String getMessage()
          Gets the message.
 void setMessage(java.lang.String toSet)
          Sets the message.
 
Methods inherited from interface com.hyper9.common.beans.Bean
toString, toString, toString, toString
 

Method Detail

getMessage

java.lang.String getMessage()
Gets the message.

Returns:
The message.

setMessage

void setMessage(java.lang.String toSet)
Sets the message.

Parameters:
toSet - The message.


Copyright © 2009 Hyper9. All Rights Reserved.