public abstract class AbstractLink extends ConfluenceEntityObject
| Constructor and Description |
|---|
AbstractLink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLinkTitle() |
ContentEntityObject |
getSourceContent()
The source content of this link (FROM).
|
int |
hashCode() |
void |
setLinkTitle(String title) |
void |
setSourceContent(ContentEntityObject sourceContent) |
getCreator, getCreatorName, getLastModifier, getLastModifierName, getRealClass, isPersistent, setCreator, setCreatorName, setLastModifier, setLastModifierNamepublic ContentEntityObject getSourceContent()
public void setSourceContent(ContentEntityObject sourceContent)
public String getLinkTitle()
public void setLinkTitle(String title)
public boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectCopyright © 2003–2018 Atlassian. All rights reserved.