com.atlassian.jira.external.beans
Class ExternalLink
java.lang.Object
com.atlassian.jira.external.beans.ExternalLink
public class ExternalLink
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalLink
public ExternalLink()
getId
public String getId()
setId
public void setId(String id)
getLinkType
public String getLinkType()
- Returns the link type ID of this link.
Imports from non-JIRA systems would not have a link type ID that makes sense, and so would use the link name instead.
- Returns:
- the link type ID of this link.
- See Also:
getLinkName()
setLinkType
public void setLinkType(String linkType)
getLinkName
public String getLinkName()
- Returns the "link name" of this link's link type.
This is used for imports from non-JIRA systems where we just have a link name.
The import will later find or create an appropriate "link type" for this name.
An import from a JIRA backup would use LinkType instead.
- Returns:
- the "link name" of this link's link type.
- See Also:
getLinkType()
setLinkName
public void setLinkName(String linkName)
getSourceId
public String getSourceId()
setSourceId
public void setSourceId(String sourceId)
getDestinationId
public String getDestinationId()
setDestinationId
public void setDestinationId(String destinationId)
getSequence
public String getSequence()
setSequence
public void setSequence(String sequence)
Copyright © 2002-2012 Atlassian. All Rights Reserved.