public class EditorTemporaryAttachedPicture extends Object
| Constructor and Description |
|---|
EditorTemporaryAttachedPicture()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
File |
getFile() |
String |
getFileName() |
String |
getSourcePath() |
void |
setContentType(String contentType) |
void |
setFile(File file) |
void |
setFileName(String fileName) |
void |
setSourcePath(String sourcePath) |
public EditorTemporaryAttachedPicture()
public String getSourcePath()
public void setSourcePath(String sourcePath)
public File getFile()
public void setFile(File file)
public String getFileName()
public void setFileName(String fileName)
public String getContentType()
public void setContentType(String contentType)
Copyright © 2023. All rights reserved.