org.apache.aries.samples.ariestrader.web.prims
Class PingBean
java.lang.Object
org.apache.aries.samples.ariestrader.web.prims.PingBean
public class PingBean
- extends Object
Simple bean to get and set messages
Method Summary |
String |
getMsg()
returns the message contained in the bean |
void |
setMsg(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 |
PingBean
public PingBean()
getMsg
public String getMsg()
- returns the message contained in the bean
- Returns:
- message String
setMsg
public void setMsg(String s)
- sets the message contained in the bean
param message String
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.