public class ModuleLicenseImpl extends LicenseDetailsImpl implements ModuleLicense
DETAIL_KEY_EDITION, DETAIL_KEY_EXPIRATION, DETAIL_KEY_MIN_BUILD, REDUNDANT_BACKUP| Constructor and Description |
|---|
ModuleLicenseImpl(java.lang.String name,
int version) |
ModuleLicenseImpl(java.lang.String name,
int version,
java.util.List<LicenseRestriction> restrictions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Returns the module name (id) that this license applies to
|
getLicenseDetail, getLicenseDetails, getVersionclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLicenseDetail, getLicenseDetails, getVersionpublic ModuleLicenseImpl(java.lang.String name,
int version)
public ModuleLicenseImpl(java.lang.String name,
int version,
java.util.List<LicenseRestriction> restrictions)
public java.lang.String getName()
ModuleLicensegetName in interface ModuleLicensepublic boolean equals(java.lang.Object obj)
equals in class LicenseDetailsImpl