Class LicenseTOCHTMLFile.ListedSpdxLicense

java.lang.Object
org.spdx.htmltemplates.LicenseTOCHTMLFile.ListedSpdxLicense
Enclosing class:
LicenseTOCHTMLFile

public static class LicenseTOCHTMLFile.ListedSpdxLicense extends Object
Author:
Gary O'Neall
  • Constructor Details

    • ListedSpdxLicense

      public ListedSpdxLicense()
    • ListedSpdxLicense

      public ListedSpdxLicense(String reference, String refNumber, String licenseId, boolean isOsiApproved, Boolean fsfLibre, String licenseName)
  • Method Details

    • getReference

      public String getReference()
      Returns:
      the reference
    • setReference

      public void setReference(String reference)
      Parameters:
      reference - the reference to set
    • getRefNumber

      public String getRefNumber()
      Returns:
      the refNumber
    • setRefNumber

      public void setRefNumber(String refNumber)
      Parameters:
      refNumber - the refNumber to set
    • getLicenseId

      public String getLicenseId()
      Returns:
      the licenseId
    • setLicenseId

      public void setLicenseId(String licenseId)
      Parameters:
      licenseId - the licenseId to set
    • getOsiApproved

      public String getOsiApproved()
      Returns:
      the osiApproved
    • getFsfLibre

      public String getFsfLibre()
    • setOsiApproved

      public void setOsiApproved(String osiApproved)
      Parameters:
      osiApproved - the osiApproved to set
    • getLicenseName

      public String getLicenseName()
      Returns:
      the licenseName
    • setLicenseName

      public void setLicenseName(String licenseName)
      Parameters:
      licenseName - the licenseName to set