org.mantisbt.connect.model
Class IssueAttachment

java.lang.Object
  extended byorg.mantisbt.connect.model.IssueAttachment
All Implemented Interfaces:
IIssueAttachment

public class IssueAttachment
extends java.lang.Object
implements IIssueAttachment

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

Constructor Summary
IssueAttachment()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContentType()
           
 java.util.Date getDateSubmitted()
           
 URI getDownloadUri()
           
 java.lang.String getFilename()
           
 long getId()
           
 long getSize()
           
 int hashCode()
           
 void setContentType(java.lang.String contentType)
           
 void setFilename(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueAttachment

public IssueAttachment()
Method Detail

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface IIssueAttachment

getDateSubmitted

public java.util.Date getDateSubmitted()
Specified by:
getDateSubmitted in interface IIssueAttachment

getDownloadUri

public URI getDownloadUri()
Specified by:
getDownloadUri in interface IIssueAttachment

getFilename

public java.lang.String getFilename()
Specified by:
getFilename in interface IIssueAttachment

getId

public long getId()
Specified by:
getId in interface IIssueAttachment

getSize

public long getSize()
Specified by:
getSize in interface IIssueAttachment

setContentType

public void setContentType(java.lang.String contentType)

setFilename

public void setFilename(java.lang.String filename)

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)