public final class

AttachmentKey

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.attachment.AttachmentKey

Class Overview

Wraps important information required to retrieve an attachment from an attachment store. Unfortunately the AttachmentStore.AttachmentAdapter doesn't contain information about the project or issue.

Summary

Public Methods
boolean equals(Object o)
String getAttachmentFilename()
Long getAttachmentId()
String getIssueKey()
String getProjectKey()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public String getAttachmentFilename ()

public Long getAttachmentId ()

public String getIssueKey ()

public String getProjectKey ()

public int hashCode ()

public String toString ()