Class Table
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.models.report.Table
-
public class Table extends Object
- Author:
- Andriusta
-
-
Constructor Summary
Constructors Constructor Description Table()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getFilterName()
String
getName()
List<Row>
getRows()
String
getScope()
Title
getTitle()
int
hashCode()
void
setFilterName(String filterName)
void
setName(String name)
void
setRows(List<Row> rows)
void
setScope(String scope)
void
setTitle(Title title)
String
toString()
-
-
-
Method Detail
-
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)
-
-