org.speakright.demos.simpsons
Class Model
java.lang.Object
org.speakright.demos.simpsons.Model
- All Implemented Interfaces:
- java.io.Serializable, IModel
public class Model
- extends java.lang.Object
- implements IModel
- See Also:
- Serialized Form
|
Constructor Summary |
Model()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelVarNames
public org.speakright.demos.simpsons.Model.MVN ModelVarNames
m_simpsons
public SimpsonsData m_simpsons
m_voting
public Voting m_voting
m_nextAction
protected Model.StringItem m_nextAction
m_currentCharacterId
protected Model.IntItem m_currentCharacterId
m_characterName
protected Model.StringItem m_characterName
m_haveVoted
protected Model.BooleanItem m_haveVoted
Model
public Model()
ModelBinder
public IModelBinder ModelBinder()
- Specified by:
ModelBinder in interface IModel
ModelBinderSet
public void ModelBinderSet(IModelBinder binder)
- Specified by:
ModelBinderSet in interface IModel
nextAction
public Model.StringItem nextAction()
currentCharacterId
public Model.IntItem currentCharacterId()
characterName
public Model.StringItem characterName()
haveVoted
public Model.BooleanItem haveVoted()