com.atlassian.jira.plugin.link.remotejira
Class RemoteJiraGlobalId

java.lang.Object
  extended by com.atlassian.jira.plugin.link.remotejira.RemoteJiraGlobalId

public class RemoteJiraGlobalId
extends Object

Represents the globalId for remote issue links between JIRA instances.

Since:
v5.0

Constructor Summary
RemoteJiraGlobalId(com.atlassian.applinks.api.ApplicationLink applicationLink, Long remoteIssueId)
           
 
Method Summary
 boolean equals(Object obj)
           
 com.atlassian.applinks.api.ApplicationLink getApplicationLink()
           
 Long getRemoteIssueId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteJiraGlobalId

public RemoteJiraGlobalId(com.atlassian.applinks.api.ApplicationLink applicationLink,
                          Long remoteIssueId)
Method Detail

getApplicationLink

public com.atlassian.applinks.api.ApplicationLink getApplicationLink()

getRemoteIssueId

public Long getRemoteIssueId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.