Class RemoteVersionLinkImpl
java.lang.Object
com.atlassian.jira.entity.remotelink.RemoteEntityLinkImpl<Version>
com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkImpl
- All Implemented Interfaces:
RemoteVersionLink,RemoteEntityLink<Version>
public class RemoteVersionLinkImpl
extends RemoteEntityLinkImpl<Version>
implements RemoteVersionLink
- Since:
- v6.1
-
Field Summary
Fields inherited from class com.atlassian.jira.entity.remotelink.RemoteEntityLinkImpl
APPLICATION, APPLICATION_NAME, APPLICATION_TYPE, globalId, jsonRef, OBJECT, OBJECT_ICON, OBJECT_ICON_TITLE, OBJECT_ICON_URL, OBJECT_SUMMARY, OBJECT_TITLE, OBJECT_URLFields inherited from interface com.atlassian.jira.entity.remotelink.RemoteEntityLink
GLOBAL_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.entity.remotelink.RemoteEntityLinkImpl
getApplicationName, getApplicationType, getGlobalId, getIconTitle, getIconUrl, getJsonString, getSummary, getTitle, getUrlMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.jira.entity.remotelink.RemoteEntityLink
getApplicationName, getApplicationType, getGlobalId, getIconTitle, getIconUrl, getJsonString, getSummary, getTitle, getUrl
-
Constructor Details
-
RemoteVersionLinkImpl
-
-
Method Details
-
getEntity
Description copied from interface:RemoteEntityLinkReturns the local entity to which the remote entity link is associated. For example, if this is aRemoteVersionLink, then this will return aVersion.- Specified by:
getEntityin interfaceRemoteEntityLink<Version>- Returns:
- the local entity to which the remote entity link is associated.
-
getEntityId
Description copied from interface:RemoteEntityLinkReturns the entity ID for the local entity to which the remote entity link is associated. For example, if this is aRemoteVersionLink, then this will be aversion ID.- Specified by:
getEntityIdin interfaceRemoteEntityLink<Version>- Returns:
- the entity ID for the local entity to which the remote entity link is associated.
-
equals
- Specified by:
equalsin classRemoteEntityLinkImpl<Version>
-
hashCode
public int hashCode()- Specified by:
hashCodein classRemoteEntityLinkImpl<Version>
-
toString
-