NextApp Echo3 Extras
v3.0.b4

nextapp.echo.extras.app.serial.property
Class ItemModelPeer

java.lang.Object
  extended by nextapp.echo.extras.app.serial.property.ItemModelPeer
All Implemented Interfaces:
nextapp.echo.app.serial.SerialPropertyPeer

public class ItemModelPeer
extends java.lang.Object
implements nextapp.echo.app.serial.SerialPropertyPeer

SerialPropertyPeer for ItemModel properties.

Author:
n.beekman

Constructor Summary
ItemModelPeer()
           
 
Method Summary
 java.lang.Object toProperty(nextapp.echo.app.util.Context context, java.lang.Class objectClass, org.w3c.dom.Element propertyElement)
           
 void toXml(nextapp.echo.app.util.Context context, java.lang.Class objectClass, org.w3c.dom.Element propertyElement, java.lang.Object propertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemModelPeer

public ItemModelPeer()
Method Detail

toProperty

public java.lang.Object toProperty(nextapp.echo.app.util.Context context,
                                   java.lang.Class objectClass,
                                   org.w3c.dom.Element propertyElement)
                            throws nextapp.echo.app.serial.SerialException
Specified by:
toProperty in interface nextapp.echo.app.serial.SerialPropertyPeer
Throws:
nextapp.echo.app.serial.SerialException
See Also:
SerialPropertyPeer.toProperty(Context, Class, Element)

toXml

public void toXml(nextapp.echo.app.util.Context context,
                  java.lang.Class objectClass,
                  org.w3c.dom.Element propertyElement,
                  java.lang.Object propertyValue)
           throws nextapp.echo.app.serial.SerialException
Specified by:
toXml in interface nextapp.echo.app.serial.SerialPropertyPeer
Throws:
nextapp.echo.app.serial.SerialException
See Also:
SerialPropertyPeer.toXml(Context, Class, Element, Object)

NextApp Echo3 Extras
v3.0.b4