Package org.spdx.htmltemplates
Class ExceptionHtmlToc.ExceptionRow
java.lang.Object
org.spdx.htmltemplates.ExceptionHtmlToc.ExceptionRow
- Enclosing class:
- ExceptionHtmlToc
public static class ExceptionHtmlToc.ExceptionRow extends Object
Holds the data one of the list rows of exceptions
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors Constructor Description ExceptionRow(String licenseExceptionId, String exceptionName, int refNumber, String reference) -
Method Summary
Modifier and Type Method Description StringgetExceptionName()StringgetLicenseExceptionId()StringgetReference()intgetRefNumber()voidsetExceptionName(String exceptionName)voidsetLicenseExceptionId(String licenseExceptionId)voidsetReference(String reference)voidsetRefNumber(int refNumber)
-
Constructor Details
-
Method Details
-
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
-
getLicenseExceptionId
- Returns:
- the licenseExceptionId
-
setLicenseExceptionId
- Parameters:
licenseExceptionId- the licenseExceptionId to set
-