org.eclipse.mylar.tasks.core
Class LocalAttachment
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LocalAttachment
public LocalAttachment()
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()