org.mantisbt.connect.model
Class ProjectAttachment

java.lang.Object
  extended byorg.mantisbt.connect.model.ProjectAttachment
All Implemented Interfaces:
IProjectAttachment

public class ProjectAttachment
extends java.lang.Object
implements IProjectAttachment

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

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

Constructor Detail

ProjectAttachment

public ProjectAttachment()
Method Detail

getContentType

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

getDateSubmitted

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

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface IProjectAttachment

getDownloadUri

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

getFilename

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

getId

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

getSize

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

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface IProjectAttachment

setContentType

public void setContentType(java.lang.String contentType)

setDescription

public void setDescription(java.lang.String description)

setFilename

public void setFilename(java.lang.String filename)

setTitle

public void setTitle(java.lang.String title)

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)