public class OutgoingLink extends AbstractLink implements Comparable
Constructor and Description |
---|
OutgoingLink()
Default constructor
|
OutgoingLink(ContentEntityObject sourceContent,
String destinationSpaceKey,
String destinationPageTitle)
Convenience constructor
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
String |
getDestinationPageTitle() |
String |
getDestinationSpaceKey() |
String |
getUrlLink() |
int |
hashCode() |
boolean |
isFrom(AbstractPage page)
Is the link directed from a page, or from some of its contents (i.e.
|
boolean |
isUrlLink() |
void |
setDestinationPageTitle(String destinationPageTitle) |
void |
setDestinationSpaceKey(String destinationSpaceKey) |
String |
toString() |
getLinkTitle, getSourceContent, setLinkTitle, setSourceContent
getCreator, getCreatorName, getLastModifier, getLastModifierName, getRealClass, isPersistent, setCreator, setCreatorName, setLastModifier, setLastModifierName
public OutgoingLink()
public OutgoingLink(ContentEntityObject sourceContent, String destinationSpaceKey, String destinationPageTitle)
sourceContent
- content object that the link comes fromdestinationSpaceKey
- space the link points todestinationPageTitle
- page the link points topublic String getDestinationPageTitle()
public void setDestinationPageTitle(String destinationPageTitle)
public String getDestinationSpaceKey()
public void setDestinationSpaceKey(String destinationSpaceKey)
public boolean isUrlLink()
public String getUrlLink()
public boolean equals(Object o)
equals
in class AbstractLink
public int hashCode()
hashCode
in class AbstractLink
public int compareTo(Object o)
compareTo
in interface Comparable
public boolean isFrom(AbstractPage page)
Copyright © 2003–2015 Atlassian. All rights reserved.