Class LicenseeImpl
java.lang.Object
com.labs64.netlicensing.util.Visitable
com.labs64.netlicensing.domain.entity.impl.BaseEntityImpl
com.labs64.netlicensing.domain.entity.impl.LicenseeImpl
- All Implemented Interfaces:
BaseEntity,Licensee,Serializable
Default implementation of
Licensee.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLicenses(Collection<License> licenses) voidsetProduct(Product product) Methods inherited from class com.labs64.netlicensing.domain.entity.impl.BaseEntityImpl
addProperty, asMap, getActive, getNumber, getProperties, removeProperty, setActive, setNumber, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.labs64.netlicensing.domain.entity.BaseEntity
addProperty, asMap, getActive, getNumber, getProperties, removeProperty, setActive, setNumber
-
Constructor Details
-
LicenseeImpl
public LicenseeImpl()
-
-
Method Details
-
getReservedProps
- See Also:
-
getProduct
- Specified by:
getProductin interfaceLicensee
-
setProduct
- Specified by:
setProductin interfaceLicensee
-
getLicenses
- Specified by:
getLicensesin interfaceLicensee
-
setLicenses
-
getLicenseeProperties
- Specified by:
getLicenseePropertiesin interfaceLicensee
-