Class ExceptionHtmlToc.DeprecatedExceptionRow

java.lang.Object
org.spdx.htmltemplates.ExceptionHtmlToc.DeprecatedExceptionRow
Enclosing class:
ExceptionHtmlToc

public static class ExceptionHtmlToc.DeprecatedExceptionRow extends Object
Author:
Gary O'Neall
  • Constructor Details

    • DeprecatedExceptionRow

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

    • getLicenseExceptionId

      public String getLicenseExceptionId()
      Returns:
      the licenseExceptionId
    • setLicenseExceptionId

      public void setLicenseExceptionId(String licenseExceptionId)
      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

      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
    • getDeprecatedVersion

      public String getDeprecatedVersion()
      Returns:
      the deprecatedVersion
    • setDeprecatedVersion

      public void setDeprecatedVersion(String deprecatedVersion)
      Parameters:
      deprecatedVersion - the deprecatedVersion to set