org.rhq.enterprise.server.license
Class License
java.lang.Object
org.rhq.enterprise.server.license.License
- All Implemented Interfaces:
- java.io.Serializable
public final class License
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
License()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FEATURE_BASIC
public static final int FEATURE_BASIC
- See Also:
- Constant Field Values
FEATURE_MONITOR
public static final int FEATURE_MONITOR
- See Also:
- Constant Field Values
FEATURE_ALL
public static final int FEATURE_ALL
- See Also:
- Constant Field Values
License
protected License()
getMasterKey
protected java.lang.String getMasterKey()
setMasterKey
protected void setMasterKey(java.lang.String m)
getVersion
protected java.lang.String getVersion()
setVersion
protected void setVersion(java.lang.String v)
getLicenseeName
public java.lang.String getLicenseeName()
setLicenseeName
protected void setLicenseeName(java.lang.String n)
getLicenseeEmail
public java.lang.String getLicenseeEmail()
setLicenseeEmail
protected void setLicenseeEmail(java.lang.String e)
getLicenseePhone
public java.lang.String getLicenseePhone()
setLicenseePhone
protected void setLicenseePhone(java.lang.String p)
getIsPerpetualLicense
public boolean getIsPerpetualLicense()
getLicenseExpiration
public long getLicenseExpiration()
setPlatformLimit
protected void setPlatformLimit(int l)
getPlatformsUnlimited
public boolean getPlatformsUnlimited()
getPlatformLimit
public int getPlatformLimit()
getSupportLevel
public int getSupportLevel()
setSupportLevel
protected void setSupportLevel(int level)
addServerIp
protected void addServerIp(int count,
java.lang.String addr)
getIsAnyIpOk
public boolean getIsAnyIpOk()
getServerIps
public java.util.List getServerIps()
getIsAnyPluginOk
public boolean getIsAnyPluginOk()
addPlugin
protected void addPlugin(java.lang.String plugin)
getPlugins
public java.util.List getPlugins()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
isTrial
public boolean isTrial()
setTrial
protected void setTrial(boolean trial)
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.