Class License

Object
com.liferay.portal.kernel.plugin.License
All Implemented Interfaces:
Serializable

public class License extends Object implements Serializable
Author:
Jorge Ferrer
See Also:
  • Field Details

  • Constructor Details

    • License

      public License()
  • Method Details

    • getName

      public String getName()
    • getUrl

      public String getUrl()
    • isOsiApproved

      public boolean isOsiApproved()
    • setName

      public void setName(String name)
    • setOsiApproved

      public void setOsiApproved(boolean osiApproved)
    • setUrl

      public void setUrl(String url)