Uses of Class
net.sf.jso.examples.banking.Client

Packages that use Client
net.sf.jso.examples.banking   
 

Uses of Client in net.sf.jso.examples.banking
 

Methods in net.sf.jso.examples.banking that return Client
 Client Account.getClient()
           
 

Constructors in net.sf.jso.examples.banking with parameters of type Client
SpecialAccount(int aNumber, Client aClient, int amount)
           
Account(int aNumber, Client aClient)