Object
com.liferay.portal.kernel.license.LicenseInfo
public class LicenseInfo
extends Object
- Author:
- Amos Fong
-
Constructor Summary
Constructors
LicenseInfo(String owner,
String description,
String productEntryName,
String productId,
String productVersion,
String licenseEntryType,
String licenseVersion,
Date startDate,
Date expirationDate,
long maxUsers,
String[] hostNames,
String[] ipAddresses,
String[] macAddresses)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LicenseInfo
public LicenseInfo(String owner,
String description,
String productEntryName,
String productId,
String productVersion,
String licenseEntryType,
String licenseVersion,
Date startDate,
Date expirationDate,
long maxUsers,
String[] hostNames,
String[] ipAddresses,
String[] macAddresses)
-
Method Details
-
getDescription
public String getDescription()
-
getExpirationDate
public Date getExpirationDate()
-
getHostNames
public String[] getHostNames()
-
getIpAddresses
public String[] getIpAddresses()
-
getLicenseEntryType
public String getLicenseEntryType()
-
getLicenseVersion
public String getLicenseVersion()
-
getMacAddresses
public String[] getMacAddresses()
-
getMaxUsers
public long getMaxUsers()
-
-
getProductEntryName
public String getProductEntryName()
-
-
getProductVersion
public String getProductVersion()
-
getStartDate
public Date getStartDate()