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, setLastModifierName
public 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.EntityObject
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
Copyright © 2003–2019 Atlassian. All rights reserved.