Interface LicenseTransactionJoin

All Superinterfaces:
Serializable
All Known Implementing Classes:
LicenseTransactionJoinImpl

public interface LicenseTransactionJoin extends Serializable
  • Method Details

    • setTransaction

      void setTransaction(Transaction transaction)
    • getTransaction

      Transaction getTransaction()
    • setLicense

      void setLicense(License license)
    • getLicense

      License getLicense()