java.lang.Object
org.jenkinsci.plugins.codesonar.models.report.Table

public class Table extends Object
Author:
Andriusta
  • Constructor Details

    • Table

      public Table()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getFilterName

      public String getFilterName()
    • setFilterName

      public void setFilterName(String filterName)
    • getTitle

      public Title getTitle()
    • setTitle

      public void setTitle(Title title)
    • getRows

      public List<Row> getRows()
    • setRows

      public void setRows(List<Row> rows)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object