org.mantisbt.connect.model
Interface IIssueAttachment

All Known Implementing Classes:
IssueAttachment

public interface IIssueAttachment

Author:
Peter Lanser, planser@users.sourceforge.net

Method Summary
 java.lang.String getContentType()
           
 java.util.Date getDateSubmitted()
           
 URI getDownloadUri()
           
 java.lang.String getFilename()
           
 long getId()
           
 long getSize()
           
 

Method Detail

getContentType

public java.lang.String getContentType()

getDateSubmitted

public java.util.Date getDateSubmitted()

getDownloadUri

public URI getDownloadUri()

getFilename

public java.lang.String getFilename()

getId

public long getId()

getSize

public long getSize()