public class LicenseInfo
extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Date |
getExpirationDate() |
String[] |
getHostNames() |
String[] |
getIpAddresses() |
String |
getLicenseEntryType() |
String |
getLicenseVersion() |
String[] |
getMacAddresses() |
long |
getMaxUsers() |
String |
getOwner() |
String |
getProductEntryName() |
String |
getProductId() |
String |
getProductVersion() |
Date |
getStartDate() |
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)
public String getDescription()
public Date getExpirationDate()
public String[] getHostNames()
public String[] getIpAddresses()
public String getLicenseEntryType()
public String getLicenseVersion()
public String[] getMacAddresses()
public long getMaxUsers()
public String getOwner()
public String getProductEntryName()
public String getProductId()
public String getProductVersion()
public Date getStartDate()