public interface LicenseI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object _obj) |
java.lang.String |
getCustomValue(java.lang.String _key)
Some licenses may need/carry additional data, e.g. the maximum number of
allowed clients for FK_MAXCLIENTS.
|
java.lang.String |
getFeature()
Returns (the name of) the feature this LicenseI is meant for.
|
java.util.Date |
getGueltigBis()
Ending time up to which (inclusive) this LicenseI stays active.
|
java.util.Date |
getGueltigVon()
Starting time from when (inclusive) this LicenseI becomes active.
|
int |
hashCode() |
boolean |
isActive(FeatureManagerI _fm)
Returns true if this license is currently active (which means the associated
feature is available), false otherwise.
|
static final java.lang.String $0
java.util.Date getGueltigVon()
java.util.Date getGueltigBis()
java.lang.String getFeature()
boolean isActive(FeatureManagerI _fm)
java.lang.String getCustomValue(java.lang.String _key)
boolean equals(java.lang.Object _obj)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.