com.liferay.portal.license
Class LicenseInfo
java.lang.Object
com.liferay.portal.license.LicenseInfo
public class LicenseInfo
- extends Object
|
Constructor Summary |
LicenseInfo(String accountEntryName,
String owner,
String description,
String productEntryName,
String productId,
String productVersion,
String licenseEntryName,
String licenseEntryType,
String licenseVersion,
Date startDate,
Date expirationDate,
int maxServers,
int maxHttpSessions,
long maxConcurrentUsers,
long maxUsers,
String hostName,
String[] ipAddresses,
String[] macAddresses,
String[] serverIds)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LicenseInfo
public LicenseInfo(String accountEntryName,
String owner,
String description,
String productEntryName,
String productId,
String productVersion,
String licenseEntryName,
String licenseEntryType,
String licenseVersion,
Date startDate,
Date expirationDate,
int maxServers,
int maxHttpSessions,
long maxConcurrentUsers,
long maxUsers,
String hostName,
String[] ipAddresses,
String[] macAddresses,
String[] serverIds)
getAccountEntryName
public String getAccountEntryName()
getDescription
public String getDescription()
getExpirationDate
public Date getExpirationDate()
getHostName
public String getHostName()
getIpAddresses
public String[] getIpAddresses()
getLicenseEntryName
public String getLicenseEntryName()
getLicenseEntryType
public String getLicenseEntryType()
getLicenseVersion
public String getLicenseVersion()
getMacAddresses
public String[] getMacAddresses()
getMaxConcurrentUsers
public long getMaxConcurrentUsers()
getMaxHttpSessions
public int getMaxHttpSessions()
getMaxServers
public int getMaxServers()
getMaxUsers
public long getMaxUsers()
getOwner
public String getOwner()
getProductEntryName
public String getProductEntryName()
getProductId
public String getProductId()
getProductVersion
public String getProductVersion()
getServerIds
public String[] getServerIds()
getStartDate
public Date getStartDate()