类 FileUploadResult
java.lang.Object
com.publiccms.views.pojo.entities.FileUploadResult
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明long
getWidth()
boolean
isImage()
void
setFilename
(String filename) void
setFileSize
(long fileSize) void
void
setImage
(boolean image) void
-
字段详细资料
-
fileSize
private long fileSize -
image
private boolean image -
filename
-
width
-
height
-
-
构造器详细资料
-
FileUploadResult
public FileUploadResult()
-
-
方法详细资料
-
getFileSize
public long getFileSize()- 返回:
- the fileSize
-
setFileSize
public void setFileSize(long fileSize) - 参数:
fileSize
- the fileSize to set
-
isImage
public boolean isImage()- 返回:
- the image
-
setImage
public void setImage(boolean image) - 参数:
image
- the image to set
-
getFilename
- 返回:
- the filename
-
setFilename
- 参数:
filename
- the filename to set
-
getWidth
- 返回:
- the width
-
setWidth
- 参数:
width
- the width to set
-
getHeight
- 返回:
- the height
-
setHeight
- 参数:
height
- the height to set
-