Liferay 6.1.2-ce-ga3

com.liferay.portal.license
Class LicenseInfo

java.lang.Object
  extended by com.liferay.portal.license.LicenseInfo

public class LicenseInfo
extends Object


Constructor Summary
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
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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()

getOwner

public String getOwner()

getProductEntryName

public String getProductEntryName()

getProductId

public String getProductId()

getProductVersion

public String getProductVersion()

getStartDate

public Date getStartDate()

Liferay 6.1.2-ce-ga3