Interface LicenseTransactionJoin
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
LicenseTransactionJoinImpl
public interface LicenseTransactionJoin extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description License
getLicense()
Transaction
getTransaction()
void
setLicense(License license)
void
setTransaction(Transaction transaction)
-
-
-
Method Detail
-
setTransaction
void setTransaction(Transaction transaction)
-
getTransaction
Transaction getTransaction()
-
setLicense
void setLicense(License license)
-
getLicense
License getLicense()
-
-