Package org.opencms.gwt.shared
Class CmsUploadProgessInfo
java.lang.Object
org.opencms.gwt.shared.CmsUploadProgessInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsUploadProgessInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
A bean that holds the upload progress infos.
- Since:
- 8.0.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
A enum for the upload state. -
Constructor Summary
ConstructorDescriptionDefault constructor.CmsUploadProgessInfo
(int currentFile, int percent, CmsUploadProgessInfo.UPLOAD_STATE state, long contentLength, long bytesRead) Constructor with parameters. -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the bytesRead.long
Returns the contentLength.int
Returns the currentFile.int
Returns the percent.getState()
Returns the state.void
setBytesRead
(long bytesRead) Sets the bytesRead.void
setContentLength
(long contentLength) Sets the contentLength.void
setCurrentFile
(int currentFile) Sets the currentFile.void
setPercent
(int percent) Sets the percent.void
Sets the state.
-
Constructor Details
-
CmsUploadProgessInfo
public CmsUploadProgessInfo()Default constructor.
-
-
Method Details
-
getBytesRead
Returns the bytesRead.- Returns:
- the bytesRead
-
getContentLength
Returns the contentLength.- Returns:
- the contentLength
-
getCurrentFile
Returns the currentFile.- Returns:
- the currentFile
-
getPercent
Returns the percent.- Returns:
- the percent
-
getState
Returns the state.- Returns:
- the state
-
setBytesRead
Sets the bytesRead.- Parameters:
bytesRead
- the bytesRead to set
-
setContentLength
Sets the contentLength.- Parameters:
contentLength
- the contentLength to set
-
setCurrentFile
Sets the currentFile.- Parameters:
currentFile
- the currentFile to set
-
setPercent
Sets the percent.- Parameters:
percent
- the percent to set
-