|
@@ -32,14 +32,7 @@ public class Attachment {
|
|
|
this.fileName = filePath.substring(filePath.lastIndexOf("/") + 1,filePath.lastIndexOf("."));
|
|
|
this.base64 = ImageUtils.urlTobase64(filePath);
|
|
|
}
|
|
|
-
|
|
|
- public String getImg() {
|
|
|
- return img;
|
|
|
- }
|
|
|
-
|
|
|
- public void setImg(String img) {
|
|
|
- this.img = img;
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
public String getFileType() {
|
|
|
return fileType;
|