REPORT_PAGE_CSS
public static final String REPORT_PAGE_CSS
REPORT_PAGE_FOOTER
public static final String REPORT_PAGE_FOOTER
REPORT_PAGE_HEADER
public static final String REPORT_PAGE_HEADER
REPORT_PAGE_INDEX
public static final String REPORT_PAGE_INDEX
REPORT_PAGE_INTRO
public static final String REPORT_PAGE_INTRO
REPORT_PAGE_TITLE
public static final String REPORT_PAGE_TITLE
createReportPage
public static ReportPage createReportPage(String name)
getCSS
public String getCSS()
getFooterURL
public String getFooterURL()
getHeaderURL
public String getHeaderURL()
getIndex
public boolean getIndex()
getIntroduction
public String getIntroduction()
getTitle
public String getTitle()
setCSS
public void setCSS(String css)
setFooterURL
public void setFooterURL(String url)
setHeaderURL
public void setHeaderURL(String url)
setIndex
public void setIndex(String makeIndex)
setIntroduction
public void setIntroduction(String intro)
setTitle
public void setTitle(String title)