public class ReferralLink extends AbstractLink implements Comparable
Note: The source page field actually represents the destination page in Confluence
| Constructor and Description |
|---|
ReferralLink() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
Order by hit-count, descending.
|
boolean |
equals(Object o) |
String |
getLowerUrl() |
String |
getUrl() |
int |
getViewCount() |
int |
hashCode() |
void |
incViewCount() |
void |
setUrl(String url) |
void |
setViewCount(int viewCount) |
getLinkTitle, getSourceContent, setLinkTitle, setSourceContentgetCreator, getCreatorName, getLastModifier, getLastModifierName, getRealClass, isPersistent, setCreator, setCreatorName, setLastModifier, setLastModifierNamepublic int getViewCount()
public void setViewCount(int viewCount)
public String getUrl()
public void setUrl(String url)
public String getLowerUrl()
public void incViewCount()
public boolean equals(Object o)
equals in class AbstractLinkpublic int hashCode()
hashCode in class AbstractLinkpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2003–2018 Atlassian. All rights reserved.