org.jboss.test.jbossnet.admindevel
Class HelloReplyObj

java.lang.Object
  extended byorg.jboss.test.jbossnet.admindevel.HelloReplyObj
All Implemented Interfaces:
java.io.Serializable

public class HelloReplyObj
extends java.lang.Object
implements java.io.Serializable

A custom data object class that needs to specify a custom serializer

See Also:
Serialized Form

Constructor Summary
HelloReplyObj()
           
HelloReplyObj(java.lang.String msg)
           
 
Method Summary
 java.lang.String getMsg()
           
 void setMsg(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloReplyObj

public HelloReplyObj()

HelloReplyObj

public HelloReplyObj(java.lang.String msg)
Method Detail

getMsg

public java.lang.String getMsg()

setMsg

public void setMsg(java.lang.String msg)