Uses of Class
edu.sampleu.travel.bo.TravelAccount

Packages that use TravelAccount
edu.sampleu.travel.bo   
edu.sampleu.travel.document   
edu.sampleu.travel.web.form   
 

Uses of TravelAccount in edu.sampleu.travel.bo
 

Fields in edu.sampleu.travel.bo with type parameters of type TravelAccount
private  List<TravelAccount> FiscalOfficer.accounts
           
 

Methods in edu.sampleu.travel.bo that return types with arguments of type TravelAccount
 List<TravelAccount> FiscalOfficer.getAccounts()
           
 

Method parameters in edu.sampleu.travel.bo with type arguments of type TravelAccount
 void FiscalOfficer.setAccounts(List<TravelAccount> accounts)
           
 

Uses of TravelAccount in edu.sampleu.travel.document
 

Fields in edu.sampleu.travel.document with type parameters of type TravelAccount
private  List<TravelAccount> TravelDocument2.travelAccounts
           
 

Methods in edu.sampleu.travel.document that return TravelAccount
 TravelAccount TravelDocument2.getTravelAccount(int index)
           
 

Methods in edu.sampleu.travel.document that return types with arguments of type TravelAccount
 List<TravelAccount> TravelDocument2.getTravelAccounts()
           
 

Method parameters in edu.sampleu.travel.document with type arguments of type TravelAccount
 void TravelDocument2.setTravelAccounts(List<TravelAccount> travelAccounts)
           
 

Uses of TravelAccount in edu.sampleu.travel.web.form
 

Fields in edu.sampleu.travel.web.form declared as TravelAccount
private  TravelAccount TravelDocumentForm2.travelAccount
           
 

Methods in edu.sampleu.travel.web.form that return TravelAccount
 TravelAccount TravelDocumentForm2.getTravelAccount()
           
 

Methods in edu.sampleu.travel.web.form with parameters of type TravelAccount
 void TravelDocumentForm2.setTravelAccount(TravelAccount travelAccount)
           
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.