Package org.spdx.htmltemplates
Class ExceptionHtmlToc.DeprecatedExceptionRow
java.lang.Object
org.spdx.htmltemplates.ExceptionHtmlToc.DeprecatedExceptionRow
- Enclosing class:
- ExceptionHtmlToc
public static class ExceptionHtmlToc.DeprecatedExceptionRow extends Object
-
Constructor Summary
Constructors Constructor Description DeprecatedExceptionRow(String licenseExceptionId, String exceptionName, int refNumber, String reference, String deprecatedVersion) -
Method Summary
Modifier and Type Method Description StringgetDeprecatedVersion()StringgetExceptionName()StringgetLicenseExceptionId()StringgetReference()intgetRefNumber()voidsetDeprecatedVersion(String deprecatedVersion)voidsetExceptionName(String exceptionName)voidsetLicenseExceptionId(String licenseExceptionId)voidsetReference(String reference)voidsetRefNumber(int refNumber)
-
Constructor Details
-
Method Details
-
getLicenseExceptionId
- Returns:
- the licenseExceptionId
-
setLicenseExceptionId
- Parameters:
licenseExceptionId- the licenseExceptionId to set
-
getRefNumber
public int getRefNumber()- Returns:
- the refNumber
-
setRefNumber
public void setRefNumber(int refNumber)- Parameters:
refNumber- the refNumber to set
-
getReference
- Returns:
- the reference
-
setReference
- Parameters:
reference- the reference to set
-
getExceptionName
- Returns:
- the exceptionName
-
setExceptionName
- Parameters:
exceptionName- the exceptionName to set
-
getDeprecatedVersion
- Returns:
- the deprecatedVersion
-
setDeprecatedVersion
- Parameters:
deprecatedVersion- the deprecatedVersion to set
-