Package com.unitesk.aspectrace.html
Class PageRef
- java.lang.Object
-
- com.unitesk.aspectrace.html.PageRef
-
public class PageRef extends java.lang.Object
Reference from one report HTML-page to another. Uses target page methodHtmlReportPage.generateRef(HtmlReportPage, String)
call for HTML-code reference generation by default, however subclasses can change this behaviour.
-
-
Field Summary
Fields Modifier and Type Field Description protected HtmlReportPage
from
protected java.lang.String
mark
protected HtmlReportPage
to
-
Constructor Summary
Constructors Constructor Description PageRef(HtmlReportPage from, HtmlReportPage to)
PageRef(HtmlReportPage from, HtmlReportPage to, java.lang.String mark)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
generateRef()
HtmlReportPage
getFrom()
java.lang.String
getMark()
HtmlReportPage
getTo()
int
hashCode()
-
-
-
Field Detail
-
from
protected HtmlReportPage from
-
to
protected HtmlReportPage to
-
mark
protected java.lang.String mark
-
-
Constructor Detail
-
PageRef
public PageRef(HtmlReportPage from, HtmlReportPage to)
-
PageRef
public PageRef(HtmlReportPage from, HtmlReportPage to, java.lang.String mark)
-
-
Method Detail
-
getFrom
public HtmlReportPage getFrom()
-
getTo
public HtmlReportPage getTo()
-
getMark
public java.lang.String getMark()
-
generateRef
public java.lang.String generateRef()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-