public class RemoteVersionLinkImpl extends RemoteEntityLinkImpl<Version> implements RemoteVersionLink
APPLICATION, APPLICATION_NAME, APPLICATION_TYPE, globalId, jsonRef, OBJECT, OBJECT_ICON, OBJECT_ICON_TITLE, OBJECT_ICON_URL, OBJECT_SUMMARY, OBJECT_TITLE, OBJECT_URLGLOBAL_ID| Constructor and Description |
|---|
RemoteVersionLinkImpl(Version version,
String globalId,
String json) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Version |
getEntity()
Returns the local entity to which the remote entity link is associated.
|
Long |
getEntityId()
Returns the entity ID for the local entity to which the remote entity link is associated.
|
int |
hashCode() |
String |
toString() |
getApplicationName, getApplicationType, getGlobalId, getIconTitle, getIconUrl, getJsonString, getSummary, getTitle, getUrlclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetApplicationName, getApplicationType, getGlobalId, getIconTitle, getIconUrl, getJsonString, getSummary, getTitle, getUrlpublic Version getEntity()
RemoteEntityLinkRemoteVersionLink, then
this will return a Version.getEntity in interface RemoteEntityLink<Version>@Nonnull public Long getEntityId()
RemoteEntityLinkRemoteVersionLink,
then this will be a version ID.getEntityId in interface RemoteEntityLink<Version>public boolean equals(Object o)
equals in class RemoteEntityLinkImpl<Version>public int hashCode()
hashCode in class RemoteEntityLinkImpl<Version>Copyright © 2002-2016 Atlassian. All Rights Reserved.