public static class LicenseTOCHTMLFile.ListedSpdxLicense extends Object
| Constructor and Description |
|---|
ListedSpdxLicense() |
ListedSpdxLicense(String reference,
String refNumber,
String licenseId,
boolean isOsiApproved,
Boolean fsfLibre,
String licenseName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFsfLibre() |
String |
getLicenseId() |
String |
getLicenseName() |
String |
getOsiApproved() |
String |
getReference() |
String |
getRefNumber() |
void |
setLicenseId(String licenseId) |
void |
setLicenseName(String licenseName) |
void |
setOsiApproved(String osiApproved) |
void |
setReference(String reference) |
void |
setRefNumber(String refNumber) |
public String getReference()
public void setReference(String reference)
reference - the reference to setpublic String getRefNumber()
public void setRefNumber(String refNumber)
refNumber - the refNumber to setpublic String getLicenseId()
public void setLicenseId(String licenseId)
licenseId - the licenseId to setpublic String getOsiApproved()
public String getFsfLibre()
public void setOsiApproved(String osiApproved)
osiApproved - the osiApproved to setpublic String getLicenseName()
public void setLicenseName(String licenseName)
licenseName - the licenseName to setCopyright © 2018 Linux Foundation. All Rights Reserved.