public abstract class AbstractModelAdaptor extends Object implements ModelAdaptor
| Constructor and Description |
|---|
AbstractModelAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setEndProperties(ModelObject mobj,
Object source)
This method sets the end properties on the supplied model object.
|
protected void |
setStartProperties(ModelObject mobj,
Object source)
This method sets the start properties on the supplied model object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateModelObjectprotected void setStartProperties(ModelObject mobj, Object source)
mobj - The model objectsource - The source objectprotected void setEndProperties(ModelObject mobj, Object source)
mobj - The model objectsource - The source objectCopyright © 2014. All Rights Reserved.