Class LicenseTransactionJoinImpl
java.lang.Object
com.labs64.netlicensing.domain.entity.impl.LicenseTransactionJoinImpl
- All Implemented Interfaces:
LicenseTransactionJoin
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLicense
(License license) void
setTransaction
(Transaction transaction)
-
Constructor Details
-
LicenseTransactionJoinImpl
public LicenseTransactionJoinImpl()
-
-
Method Details
-
setTransaction
- Specified by:
setTransaction
in interfaceLicenseTransactionJoin
-
getTransaction
- Specified by:
getTransaction
in interfaceLicenseTransactionJoin
-
setLicense
- Specified by:
setLicense
in interfaceLicenseTransactionJoin
-
getLicense
- Specified by:
getLicense
in interfaceLicenseTransactionJoin
-