Package com.labs64.netlicensing.domain.entity
package com.labs64.netlicensing.domain.entity
Classes in this package represent various NetLicensing objects.
These entities:
- passed as parameters or returned from the NetLicensing API calls;
- persisted in a database;
- declare properties available for each NetLicensing object type.
-
ClassDescriptionDefines properties common to all (or most) of other entities.Country entity used internally by NetLicensing.License entity used internally by NetLicensing.Licensee entity used internally by NetLicensing.License template entity used internally by NetLicensing.PaymentMethod entity used internally by NetLicensing.NetLicensing Product entity.Product module entity used internally by NetLicensing.Token entity used internally by NetLicensing.Transaction entity used internally by NetLicensing.