com.atlassian.jira.plugin.link.confluence
Class ConfluenceGlobalId

java.lang.Object
  extended by com.atlassian.jira.plugin.link.confluence.ConfluenceGlobalId

public class ConfluenceGlobalId
extends Object

Represents the globalId for issue links to Confluence pages.

Since:
v5.0

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

Constructor Detail

ConfluenceGlobalId

public ConfluenceGlobalId(com.atlassian.applinks.api.ApplicationLink applicationLink,
                          String pageId)
Method Detail

getApplicationLink

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

getPageId

public String getPageId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.