com.hyper9.vangaea.impls.beans
Class MessageBeanImpl

java.lang.Object
  extended by com.hyper9.uvapi.impls.BeanImpl
      extended by com.hyper9.vangaea.impls.beans.MessageBeanImpl
All Implemented Interfaces:
com.hyper9.common.beans.Bean, MessageBean, java.io.Serializable
Direct Known Subclasses:
ErrorMessageBeanImpl

public class MessageBeanImpl
extends com.hyper9.uvapi.impls.BeanImpl
implements MessageBean

A RESTful message.

Author:
akutz
See Also:
Serialized Form

Constructor Summary
MessageBeanImpl()
          Default constructor for serialization.
MessageBeanImpl(java.lang.String message)
          Initializes a new instance of the MessageBeanImpl class.
 
Method Summary
 java.lang.String getMessage()
          Gets the message.
 void setMessage(java.lang.String toSet)
          Sets the message.
 
Methods inherited from class com.hyper9.uvapi.impls.BeanImpl
toString, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hyper9.common.beans.Bean
toString, toString, toString, toString
 

Constructor Detail

MessageBeanImpl

public MessageBeanImpl()
Default constructor for serialization.


MessageBeanImpl

public MessageBeanImpl(java.lang.String message)
Initializes a new instance of the MessageBeanImpl class.

Parameters:
message - The message.
Method Detail

getMessage

public java.lang.String getMessage()
Description copied from interface: MessageBean
Gets the message.

Specified by:
getMessage in interface MessageBean
Returns:
The message.

setMessage

public void setMessage(java.lang.String toSet)
Description copied from interface: MessageBean
Sets the message.

Specified by:
setMessage in interface MessageBean
Parameters:
toSet - The message.


Copyright © 2009 Hyper9. All Rights Reserved.