Skip navigation links
com.essbase.eas.essbase.defs
Class ServerProperties.LicenseInfo
java.lang.Object
com.essbase.eas.essbase.defs.ServerProperties.LicenseInfo
- Enclosing class:
- ServerProperties
-
public static class ServerProperties.LicenseInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerProperties.LicenseInfo
public ServerProperties.LicenseInfo()
setVersion
public void setVersion(Version ver)
getVersion
public Version getVersion()
setLicenseNumber
public void setLicenseNumber(java.lang.String license)
getLicenseNumber
public java.lang.String getLicenseNumber()
setLicenseExpDate
public void setLicenseExpDate(TimeRecord expDate)
getLicenseExpDate
public TimeRecord getLicenseExpDate()
setNumPorts
public void setNumPorts(int ports)
getNumPorts
public int getNumPorts()
setProtocolInstalled
public void setProtocolInstalled(java.lang.String protocol)
getProtocolInstalled
public java.lang.String getProtocolInstalled()
setOptions
public void setOptions(java.util.ArrayList opts)
getOptions
public java.util.ArrayList getOptions()
addOptions
public void addOptions(int number,
java.lang.String module)
setSystemFiles
public void setSystemFiles(java.util.ArrayList files)
getSystemFiles
public java.util.ArrayList getSystemFiles()
getLicenseType
public int getLicenseType()
-
- Returns:
- Returns the licenseType.
setLicenseType
public void setLicenseType(int licenseType)
-
- Parameters:
licenseType - The licenseType to set.
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.