public class LicenseSettings
extends java.lang.Object
implements java.io.Serializable
The Toatl Recall system license is a combination of a channel key and a feature key.
The channel key defines the number of recording channels that are available to record ISDN and VoIP calls. The key does not specify analog channels as the number of analog channels is limited to the number of channels on the analog DSP boards that exist in the system.
The feature key controls a number of system features which can be disabled or enabled depending on specific system requirements.
Constructor and Description |
---|
LicenseSettings() |
LicenseSettings(LicenseSettings orig) |
LicenseSettings(java.lang.String channelLicenseKey,
java.lang.String featureLicenseKey) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelLicenseKey() |
java.lang.String |
getFeatureLicenseKey() |
void |
setChannelLicenseKey(java.lang.String licenseKey) |
void |
setFeatureLicenseKey(java.lang.String licenseKey) |
java.lang.String |
toString() |
public LicenseSettings(java.lang.String channelLicenseKey, java.lang.String featureLicenseKey)
public LicenseSettings(LicenseSettings orig)
public LicenseSettings()
public java.lang.String getChannelLicenseKey()
public void setChannelLicenseKey(java.lang.String licenseKey)
public java.lang.String getFeatureLicenseKey()
public void setFeatureLicenseKey(java.lang.String licenseKey)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.