Class AnchorDetail
- java.lang.Object
-
- com.funnelback.publicui.search.model.anchors.AnchorDetail
-
public class AnchorDetail extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private String
anchortext
private int
end
private String
linkAnchortext
static int
MAX_URLS_PER_PAGE
private int
size
private int
start
private List<String>
urls
-
Constructor Summary
Constructors Constructor Description AnchorDetail(String anchorText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnchortext()
int
getEnd()
String
getLinkAnchortext()
int
getSize()
int
getStart()
List<String>
getUrls()
void
setEnd(int end)
void
setSize(int size)
void
setStart(int start)
-
-
-
Field Detail
-
MAX_URLS_PER_PAGE
public static final int MAX_URLS_PER_PAGE
- See Also:
- Constant Field Values
-
linkAnchortext
private final String linkAnchortext
-
anchortext
private final String anchortext
-
size
private int size
-
start
private int start
-
end
private int end
-
-
Constructor Detail
-
AnchorDetail
public AnchorDetail(String anchorText)
-
-
Method Detail
-
getLinkAnchortext
public String getLinkAnchortext()
-
getAnchortext
public String getAnchortext()
-
getSize
public int getSize()
-
setSize
public void setSize(int size)
-
getStart
public int getStart()
-
setStart
public void setStart(int start)
-
getEnd
public int getEnd()
-
setEnd
public void setEnd(int end)
-
-