com.atlassian.jira.event.project
Class AbstractRemoteVersionLinkEvent

java.lang.Object
  extended by com.atlassian.jira.event.project.AbstractVersionEvent
      extended by com.atlassian.jira.event.project.AbstractRemoteVersionLinkEvent
Direct Known Subclasses:
RemoteVersionLinkDeleteEvent, RemoteVersionLinkPutEvent

public abstract class AbstractRemoteVersionLinkEvent
extends AbstractVersionEvent

Abstract event for remote version links.

Since:
v6.1.1

Constructor Summary
protected AbstractRemoteVersionLinkEvent(Version version, String globalId)
           
 
Method Summary
 boolean equals(Object o)
           
 String getGlobalId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.atlassian.jira.event.project.AbstractVersionEvent
getVersion, getVersionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractRemoteVersionLinkEvent

protected AbstractRemoteVersionLinkEvent(Version version,
                                         String globalId)
Method Detail

getGlobalId

public String getGlobalId()

equals

public boolean equals(Object o)
Overrides:
equals in class AbstractVersionEvent

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractVersionEvent

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.