Interface LicenseTransactionJoin
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 LicenseTransactionJoinImpl
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetLicense(License license) voidsetTransaction(Transaction transaction)  
- 
Method Details
- 
setTransaction
 - 
getTransaction
Transaction getTransaction() - 
setLicense
 - 
getLicense
License getLicense() 
 -