org.eclipse.mylar.tasks.core
Class LocalAttachment

java.lang.Object
  extended by org.eclipse.mylar.tasks.core.LocalAttachment
All Implemented Interfaces:
java.io.Serializable

public class LocalAttachment
extends java.lang.Object
implements java.io.Serializable

A class representing a local attachment.

Author:
Jeff Pound
See Also:
Serialized Form

Field Summary
private  java.lang.String comment
           
private  java.lang.String contentType
           
private  boolean deleteAfterUpload
           
private  java.lang.String description
           
private  java.lang.String filePath
           
private  boolean isPatch
           
private  RepositoryTaskData repositoryTaskData
          The report to which this attachment will be attached
private static long serialVersionUID
           
 
Constructor Summary
LocalAttachment()
           
 
Method Summary
 java.lang.String getComment()
           
 java.lang.String getContentType()
           
 boolean getDeleteAfterUpload()
           
 java.lang.String getDescription()
           
 java.lang.String getFilePath()
           
 RepositoryTaskData getReport()
           
 boolean isPatch()
           
 void setComment(java.lang.String comment)
           
 void setContentType(java.lang.String contentType)
           
 void setDeleteAfterUpload(boolean d)
           
 void setDescription(java.lang.String description)
           
 void setFilePath(java.lang.String filePath)
           
 void setPatch(boolean isPatch)
           
 void setReport(RepositoryTaskData report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

repositoryTaskData

private RepositoryTaskData repositoryTaskData
The report to which this attachment will be attached


filePath

private java.lang.String filePath

comment

private java.lang.String comment

description

private java.lang.String description

contentType

private java.lang.String contentType

isPatch

private boolean isPatch

deleteAfterUpload

private boolean deleteAfterUpload
Constructor Detail

LocalAttachment

public LocalAttachment()
Method Detail

getComment

public java.lang.String getComment()

setComment

public void setComment(java.lang.String comment)

getContentType

public java.lang.String getContentType()

setContentType

public void setContentType(java.lang.String contentType)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

isPatch

public boolean isPatch()

setPatch

public void setPatch(boolean isPatch)

getReport

public RepositoryTaskData getReport()

setReport

public void setReport(RepositoryTaskData report)

getFilePath

public java.lang.String getFilePath()

setFilePath

public void setFilePath(java.lang.String filePath)

setDeleteAfterUpload

public void setDeleteAfterUpload(boolean d)

getDeleteAfterUpload

public boolean getDeleteAfterUpload()