Package org.spdx.htmltemplates
Class LicenseTOCHTMLFile.ListedSpdxLicense
java.lang.Object
org.spdx.htmltemplates.LicenseTOCHTMLFile.ListedSpdxLicense
- Enclosing class:
- LicenseTOCHTMLFile
public static class LicenseTOCHTMLFile.ListedSpdxLicense extends Object
-
Constructor Summary
Constructors Constructor Description ListedSpdxLicense()ListedSpdxLicense(String reference, String refNumber, String licenseId, boolean isOsiApproved, Boolean fsfLibre, String licenseName) -
Method Summary
Modifier and Type Method Description StringgetFsfLibre()StringgetLicenseId()StringgetLicenseName()StringgetOsiApproved()StringgetReference()StringgetRefNumber()voidsetLicenseId(String licenseId)voidsetLicenseName(String licenseName)voidsetOsiApproved(String osiApproved)voidsetReference(String reference)voidsetRefNumber(String refNumber)
-
Constructor Details
-
ListedSpdxLicense
public ListedSpdxLicense() -
ListedSpdxLicense
-
-
Method Details
-
getReference
- Returns:
- the reference
-
setReference
- Parameters:
reference- the reference to set
-
getRefNumber
- Returns:
- the refNumber
-
setRefNumber
- Parameters:
refNumber- the refNumber to set
-
getLicenseId
- Returns:
- the licenseId
-
setLicenseId
- Parameters:
licenseId- the licenseId to set
-
getOsiApproved
- Returns:
- the osiApproved
-
getFsfLibre
-
setOsiApproved
- Parameters:
osiApproved- the osiApproved to set
-
getLicenseName
- Returns:
- the licenseName
-
setLicenseName
- Parameters:
licenseName- the licenseName to set
-