|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.report.core.ReportPart
public class ReportPart
A generic part of a report created by AbstractReport.
| Constructor Summary | |
|---|---|
ReportPart(String header,
Comparator<Resume> comparator)
Create a part. |
|
| Method Summary | |
|---|---|
Comparator<Resume> |
getComparator()
Gets the comparator. |
String |
getHeader()
Gets the header. |
void |
setComparator(Comparator<Resume> comparator)
Sets the header. |
void |
setHeader(String header)
Sets the header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportPart(String header,
Comparator<Resume> comparator)
header - The title.comparator - The comparator.| Method Detail |
|---|
public String getHeader()
public void setHeader(String header)
header - The header.public Comparator<Resume> getComparator()
public void setComparator(Comparator<Resume> comparator)
comparator - The comparator.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||