java.lang.Object
samples.helloworld.HelloModel
- public class HelloModel
- extends java.lang.Object
HelloController uses one of these to
supply data for its Views, and to keep session
state in. In this case there's just a single String
field that users populate with their name.
Scope's default ModelManager implementation builds on
the JavaBeans API, so this model object is just
a normal JavaBean.
- Version:
- $Revision: 1.2 $ $Date: 2002/01/12 09:35:41 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private java.lang.String name
HelloModel
public HelloModel()
setName
public void setName(java.lang.String inName)
getName
public java.lang.String getName()