public class

RemoteVersionLinkImpl

extends RemoteEntityLinkImpl<E>
implements RemoteVersionLink
java.lang.Object
   ↳ com.atlassian.jira.entity.remotelink.RemoteEntityLinkImpl<E>
     ↳ com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkImpl

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.entity.remotelink.RemoteEntityLinkImpl
From interface com.atlassian.jira.entity.remotelink.RemoteEntityLink
[Expand]
Inherited Fields
From class com.atlassian.jira.entity.remotelink.RemoteEntityLinkImpl
Public Constructors
RemoteVersionLinkImpl(Version version, String globalId, String json)
Public Methods
boolean equals(Object o)
Version getEntity()
Returns the local entity to which the remote entity link is associated.
@Nonnull Long getEntityId()
Returns the entity ID for the local entity to which the remote entity link is associated.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class com.atlassian.jira.entity.remotelink.RemoteEntityLinkImpl
From class java.lang.Object
From interface com.atlassian.jira.entity.remotelink.RemoteEntityLink

Public Constructors

public RemoteVersionLinkImpl (Version version, String globalId, String json)

Public Methods

public boolean equals (Object o)

public Version getEntity ()

Returns the local entity to which the remote entity link is associated. For example, if this is a RemoteVersionLink, then this will return a Version.

Returns
  • the local entity to which the remote entity link is associated.

@Nonnull public Long getEntityId ()

Returns the entity ID for the local entity to which the remote entity link is associated. For example, if this is a RemoteVersionLink, then this will be a version ID.

Returns
  • the entity ID for the local entity to which the remote entity link is associated.

public int hashCode ()

public String toString ()