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, getVersion
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLicenseDetail, getLicenseDetails, getVersion
public 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()
ModuleLicense
getName
in interface ModuleLicense
public boolean equals(java.lang.Object obj)
equals
in class LicenseDetailsImpl