com.atlassian.jira.issue.attachment
Class AttachmentAdapterImpl

java.lang.Object
  extended by com.atlassian.jira.issue.attachment.AttachmentAdapterImpl
All Implemented Interfaces:
AttachmentStore.AttachmentAdapter

public class AttachmentAdapterImpl
extends Object
implements AttachmentStore.AttachmentAdapter

Used by Project Import.

Since:
v6.1

Constructor Summary
AttachmentAdapterImpl(Long id, String name)
           
 
Method Summary
static AttachmentAdapterImpl fromAttachment(Attachment attachment)
           
 String getFilename()
           
 Long getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentAdapterImpl

public AttachmentAdapterImpl(Long id,
                             String name)
Method Detail

getId

public Long getId()
Specified by:
getId in interface AttachmentStore.AttachmentAdapter

getFilename

public String getFilename()
Specified by:
getFilename in interface AttachmentStore.AttachmentAdapter

fromAttachment

public static AttachmentAdapterImpl fromAttachment(Attachment attachment)


Copyright © 2002-2014 Atlassian. All Rights Reserved.