public class HitTermInfo extends Object implements JRCloneable, Serializable
Constructor and Description |
---|
HitTermInfo(int position,
int start,
int end,
String value) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
getEnd() |
String |
getPageNo() |
int |
getPosition() |
int |
getStart() |
String |
getValue() |
void |
setEnd(int end) |
void |
setPageNo(String pageNo) |
void |
setStart(int start) |
public HitTermInfo(int position, int start, int end, String value)
public int getPosition()
public void setStart(int start)
public int getStart()
public void setEnd(int end)
public int getEnd()
public String getValue()
public void setPageNo(String pageNo)
public String getPageNo()
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.