com.atlassian.jira.issue.fields
Class Attachment

java.lang.Object
  extended bycom.atlassian.jira.issue.fields.Attachment

class Attachment
extends Object


Constructor Summary
Attachment(File file, String filename, String contentType)
           
 
Method Summary
 String getContentType()
           
 File getFile()
           
 String getFilename()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment

public Attachment(File file,
                  String filename,
                  String contentType)
Method Detail

getFile

public File getFile()

getFilename

public String getFilename()

getContentType

public String getContentType()


Copyright © 2002-2006 Atlassian. All Rights Reserved.