Uses of Interface
org.sourceforge.jemm.lifecycle.ShadowUserObject

Packages that use ShadowUserObject
org.sourceforge.jemm.client   
org.sourceforge.jemm.lifecycle   
org.sourceforge.jemm.sample.demo1.model   
 

Uses of ShadowUserObject in org.sourceforge.jemm.client
 

Methods in org.sourceforge.jemm.client that return ShadowUserObject
 ShadowUserObject Entity.getShadowUserObject()
          Returns the referenced ShadowObject on the Enhanced Object referenced.
 

Methods in org.sourceforge.jemm.client with parameters of type ShadowUserObject
 void Entity.setShadowObject(ShadowUserObject so)
          Sets the ShadowObject that is defined on underlying object
 

Uses of ShadowUserObject in org.sourceforge.jemm.lifecycle
 

Classes in org.sourceforge.jemm.lifecycle that implement ShadowUserObject
 class ShadowUserObjectImpl
          An implementation of the ShadowObject interface that passes all method calls onto a set MethodListener.
 

Uses of ShadowUserObject in org.sourceforge.jemm.sample.demo1.model
 

Fields in org.sourceforge.jemm.sample.demo1.model declared as ShadowUserObject
protected  ShadowUserObject Person.jemmOIF
           
protected  ShadowUserObject Account.jemmOIF
           
 

Constructors in org.sourceforge.jemm.sample.demo1.model with parameters of type ShadowUserObject
Account(ShadowUserObject jemmOIF)
          Generated by the compiler and used internally for creating an object.
Person(ShadowUserObject jemmOIF)
          Generated by the compiler and used internally for creating an object.
SavingsAccount(ShadowUserObject jemmOIF)
           
 



Copyright © 2009. All Rights Reserved.