Package org.opencms.gwt.shared
Class CmsReplaceInfo
java.lang.Object
org.opencms.gwt.shared.CmsReplaceInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
File replace dialog info.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor.CmsReplaceInfo
(CmsListInfoBean fileInfo, String sitepath, boolean isLockable, long maxFileSize) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the file info.long
Returns the maximum file upload size.Returns the resource site path.boolean
Returns if the file is lockable.
-
Constructor Details
-
CmsReplaceInfo
protected CmsReplaceInfo()Constructor. For serialization only.
-
Method Details
-
getFileInfo
Returns the file info.- Returns:
- the file info
-
getMaxFileSize
Returns the maximum file upload size.- Returns:
- the maximum file upload size
-
getSitepath
Returns the resource site path.- Returns:
- the resource site path
-
isLockable
Returns if the file is lockable.- Returns:
true
if the file is lockable
-