Uses of Class
model.InvoiceTransaction

Packages that use InvoiceTransaction
model   
 

Uses of InvoiceTransaction in model
 

Methods in model that return types with arguments of type InvoiceTransaction
 java.util.List<InvoiceTransaction> Invoice.getTransactions()
           
 

Method parameters in model with type arguments of type InvoiceTransaction
 void Invoice.setTransactions(java.util.List<InvoiceTransaction> _transactions)