Package net.sf.jasperreports.search
Class HitSpanInfo
- java.lang.Object
-
- net.sf.jasperreports.search.HitSpanInfo
-
- All Implemented Interfaces:
Serializable
,Cloneable
,JRCloneable
public class HitSpanInfo extends Object implements JRCloneable, Serializable
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HitSpanInfo(List<HitTermInfo> hitTermInfoList)
HitSpanInfo(HitTermInfo hitTermInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
List<HitTermInfo>
getHitTermInfoList()
String
getPageNo()
void
setPageNo(String pageNo)
-
-
-
Constructor Detail
-
HitSpanInfo
public HitSpanInfo(HitTermInfo hitTermInfo)
-
HitSpanInfo
public HitSpanInfo(List<HitTermInfo> hitTermInfoList)
-
-
Method Detail
-
setPageNo
public void setPageNo(String pageNo)
-
getPageNo
public String getPageNo()
-
getHitTermInfoList
public List<HitTermInfo> getHitTermInfoList()
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
-