com.arunta.base.settings
Class LicenseSettings

java.lang.Object
  extended by com.arunta.base.settings.LicenseSettings
All Implemented Interfaces:
java.io.Serializable

public class LicenseSettings
extends java.lang.Object
implements java.io.Serializable

Total Recall VR system License Settings.

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.

See Also:
Serialized Form

Constructor Summary
LicenseSettings()
           
LicenseSettings(LicenseSettings orig)
           
LicenseSettings(java.lang.String channelLicenseKey, java.lang.String featureLicenseKey)
           
 
Method Summary
 java.lang.String getChannelLicenseKey()
           
 java.lang.String getFeatureLicenseKey()
           
 void setChannelLicenseKey(java.lang.String licenseKey)
           
 void setFeatureLicenseKey(java.lang.String licenseKey)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicenseSettings

public LicenseSettings(java.lang.String channelLicenseKey,
                       java.lang.String featureLicenseKey)

LicenseSettings

public LicenseSettings(LicenseSettings orig)

LicenseSettings

public LicenseSettings()
Method Detail

getChannelLicenseKey

public java.lang.String getChannelLicenseKey()

setChannelLicenseKey

public void setChannelLicenseKey(java.lang.String licenseKey)

getFeatureLicenseKey

public java.lang.String getFeatureLicenseKey()

setFeatureLicenseKey

public void setFeatureLicenseKey(java.lang.String licenseKey)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.