org.speakright.core
Class ModelBase

java.lang.Object
  extended by org.speakright.core.ModelBase
All Implemented Interfaces:
java.io.Serializable, IModel

public class ModelBase
extends java.lang.Object
implements IModel

Base class for most IModel classes. Implements the model binder API. The class generated by MGen uses this class.

Author:
IanRaeLaptop
See Also:
Serialized Form

Constructor Summary
ModelBase()
           
 
Method Summary
 IModelBinder ModelBinder()
           
 void ModelBinderSet(IModelBinder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelBase

public ModelBase()
Method Detail

ModelBinder

public IModelBinder ModelBinder()
Specified by:
ModelBinder in interface IModel

ModelBinderSet

public void ModelBinderSet(IModelBinder binder)
Specified by:
ModelBinderSet in interface IModel