com.atlassian.jira.external.beans
Class ExternalLink

java.lang.Object
  extended by com.atlassian.jira.external.beans.ExternalLink

public class ExternalLink
extends Object


Constructor Summary
ExternalLink()
           
 
Method Summary
 String getDestinationId()
           
 String getId()
           
 String getLinkName()
          Returns the "link name" of this link's link type.
 String getLinkType()
          Returns the link type ID of this link.
 String getSequence()
           
 String getSourceId()
           
 void setDestinationId(String destinationId)
           
 void setId(String id)
           
 void setLinkName(String linkName)
           
 void setLinkType(String linkType)
           
 void setSequence(String sequence)
           
 void setSourceId(String sourceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalLink

public ExternalLink()
Method Detail

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-2009 Atlassian. All Rights Reserved.