org.apache.geronimo.samples.daytrader.web.prims
Class PingBean

java.lang.Object
  extended byorg.apache.geronimo.samples.daytrader.web.prims.PingBean

public class PingBean
extends java.lang.Object

Simple bean to get and set messages


Constructor Summary
PingBean()
           
 
Method Summary
 java.lang.String getMsg()
          returns the message contained in the bean
 void setMsg(java.lang.String s)
          sets the message contained in the bean param message String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingBean

public PingBean()
Method Detail

getMsg

public java.lang.String getMsg()
returns the message contained in the bean

Returns:
message String

setMsg

public void setMsg(java.lang.String s)
sets the message contained in the bean param message String



Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.