public class HitTermInfo extends Object implements JRCloneable
| 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 JRCloneableclone in class ObjectCopyright © 2017. All rights reserved.