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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLicenses
(Collection<License> licenses) void
setProduct
(Product product) Methods inherited from class com.labs64.netlicensing.domain.entity.impl.BaseEntityImpl
addProperty, asMap, getActive, getNumber, getProperties, removeProperty, setActive, setNumber, toString, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
getProduct
in interfaceLicensee
-
setProduct
- Specified by:
setProduct
in interfaceLicensee
-
getLicenses
- Specified by:
getLicenses
in interfaceLicensee
-
setLicenses
-
getLicenseeProperties
- Specified by:
getLicenseeProperties
in interfaceLicensee
-