Class LicenseTOCHTMLFile.ListedSpdxLicense
java.lang.Object
org.spdx.htmltemplates.LicenseTOCHTMLFile.ListedSpdxLicense
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLicenseId(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
-