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

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

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

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

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

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

Methods in org.sourceforge.jemm.sample.demo1.model with parameters of type Account
 void Person.setAccount(Account account)
           
 



Copyright © 2009. All Rights Reserved.