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 Details

    • ExceptionRow

      public ExceptionRow(String licenseExceptionId, String exceptionName, int refNumber, String reference)
  • Method Details

    • getRefNumber

      public int getRefNumber()
      Returns:
      the refNumber
    • setRefNumber

      public void setRefNumber(int refNumber)
      Parameters:
      refNumber - the refNumber to set
    • getReference

      public String getReference()
      Returns:
      the reference
    • setReference

      public void setReference(String reference)
      Parameters:
      reference - the reference to set
    • getExceptionName

      public String getExceptionName()
      Returns:
      the exceptionName
    • setExceptionName

      public void setExceptionName(String exceptionName)
      Parameters:
      exceptionName - the exceptionName to set
    • getLicenseExceptionId

      public String getLicenseExceptionId()
      Returns:
      the licenseExceptionId
    • setLicenseExceptionId

      public void setLicenseExceptionId(String licenseExceptionId)
      Parameters:
      licenseExceptionId - the licenseExceptionId to set