public class AttachedFile extends Object
Constructor and Description |
---|
AttachedFile(String fileName,
String fileAbsolutePathOnServer,
AttachmentPreviewer atPrev,
String thumbnailUrl)
Constructor used when the check uploaded file fails
|
AttachedFile(String fileName,
String fileAbsolutePathOnServer,
String description,
String downloadUrl,
String thumbnailUrl,
String format,
AttachmentPreviewer atPrev,
boolean correctlyUploaded) |
Modifier and Type | Method and Description |
---|---|
AttachmentPreviewer |
getAtPrev() |
String |
getDescription() |
String |
getDownloadUrl() |
String |
getFileAbsolutePathOnServer() |
String |
getFileName() |
String |
getFormat() |
String |
getThumbnailUrl() |
boolean |
isCorrectlyUploaded() |
void |
setAtPrev(AttachmentPreviewer atPrev) |
void |
setCorrectlyUploaded(boolean correctlyUploaded) |
void |
setDescription(String description) |
void |
setDownloadUrl(String downloadUrl) |
void |
setFileAbsolutePathOnServer(String fileAbsolutePathOnServer) |
void |
setFileName(String fileName) |
void |
setFormat(String format) |
void |
setThumbnailUrl(String thumbnailUrl) |
String |
toString() |
public AttachedFile(String fileName, String fileAbsolutePathOnServer, String description, String downloadUrl, String thumbnailUrl, String format, AttachmentPreviewer atPrev, boolean correctlyUploaded)
public AttachedFile(String fileName, String fileAbsolutePathOnServer, AttachmentPreviewer atPrev, String thumbnailUrl)
fileNameLabel
- absolutePathOnServer
- atPrev
- attachment previewerthumbnail
- url thumbnailpublic String getFileName()
public void setFileName(String fileName)
public String getFileAbsolutePathOnServer()
public void setFileAbsolutePathOnServer(String fileAbsolutePathOnServer)
public String getDescription()
public void setDescription(String description)
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
public String getThumbnailUrl()
public void setThumbnailUrl(String thumbnailUrl)
public String getFormat()
public void setFormat(String format)
public AttachmentPreviewer getAtPrev()
public void setAtPrev(AttachmentPreviewer atPrev)
public boolean isCorrectlyUploaded()
public void setCorrectlyUploaded(boolean correctlyUploaded)
Copyright © 2016. All Rights Reserved.