Class LicenseInfo

Object
com.liferay.portal.kernel.license.LicenseInfo

public class LicenseInfo extends Object
Author:
Amos Fong
  • Constructor Details

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

      public String getOwner()
    • getProductEntryName

      public String getProductEntryName()
    • getProductId

      public String getProductId()
    • getProductVersion

      public String getProductVersion()
    • getStartDate

      public Date getStartDate()