Liferay 6.1.0

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 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)
           
 
Method Summary
 String getAccountEntryName()
           
 String getDescription()
           
 Date getExpirationDate()
           
 String getHostName()
           
 String[] getIpAddresses()
           
 String getLicenseEntryName()
           
 String getLicenseEntryType()
           
 String getLicenseVersion()
           
 String[] getMacAddresses()
           
 long getMaxConcurrentUsers()
           
 int getMaxHttpSessions()
           
 int getMaxServers()
           
 long getMaxUsers()
           
 String getOwner()
           
 String getProductEntryName()
           
 String getProductId()
           
 String getProductVersion()
           
 String[] getServerIds()
           
 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 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)
Method Detail

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

Liferay 6.1.0