Uses of Class
org.sourceforge.jemm.sample.demo1.model.orig.Account

Packages that use Account
org.sourceforge.jemm.sample.demo1.model.orig   
 

Uses of Account in org.sourceforge.jemm.sample.demo1.model.orig
 

Subclasses of Account in org.sourceforge.jemm.sample.demo1.model.orig
 class SavingsAccount
          A Savings account owned by Person (extension of basic Account to include interest handling.).
 

Fields in org.sourceforge.jemm.sample.demo1.model.orig declared as Account
protected  Account Person.account
           
 

Methods in org.sourceforge.jemm.sample.demo1.model.orig that return Account
 Account Person.getAccount()
          Return the account referred to by the given index.
 

Methods in org.sourceforge.jemm.sample.demo1.model.orig with parameters of type Account
 void Person.setAccount(Account account)
          Set the account at the given index.
 



Copyright © 2009. All Rights Reserved.