@Entity public class WebURL extends Object implements Serializable
| Constructor and Description |
|---|
WebURL() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAnchor()
Returns the anchor string.
|
short |
getDepth()
Returns the crawl depth at which this Url is first observed.
|
int |
getDocid()
Returns the unique document id assigned to this Url.
|
String |
getDomain()
Returns the domain of this Url.
|
int |
getParentDocid()
Returns the unique document id of the parent page.
|
String |
getParentUrl()
Returns the url of the parent page.
|
String |
getPath()
Returns the path of this Url.
|
byte |
getPriority()
Returns the priority for crawling this URL.
|
String |
getSubDomain() |
String |
getURL()
Returns the Url string
|
int |
hashCode() |
void |
setAnchor(String anchor) |
void |
setDepth(short depth) |
void |
setDocid(int docid) |
void |
setParentDocid(int parentDocid) |
void |
setParentUrl(String parentUrl) |
void |
setPath(String path) |
void |
setPriority(byte priority) |
void |
setURL(String url) |
String |
toString() |
public int getDocid()
public void setDocid(int docid)
public String getURL()
public void setURL(String url)
public int getParentDocid()
public void setParentDocid(int parentDocid)
public String getParentUrl()
public void setParentUrl(String parentUrl)
public short getDepth()
public void setDepth(short depth)
public String getDomain()
public String getSubDomain()
public String getPath()
public void setPath(String path)
public String getAnchor()
public void setAnchor(String anchor)
public byte getPriority()
public void setPriority(byte priority)
Copyright © 2013. All Rights Reserved.