public class CmsReplaceInfo
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
限定符 | 构造器和说明 |
---|---|
protected |
CmsReplaceInfo()
Constructor.
|
|
CmsReplaceInfo(CmsListInfoBean fileInfo,
java.lang.String sitepath,
boolean isLockable,
long maxFileSize)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
CmsListInfoBean |
getFileInfo()
Returns the file info.
|
long |
getMaxFileSize()
Returns the maximum file upload size.
|
java.lang.String |
getSitepath()
Returns the resource site path.
|
boolean |
isLockable()
Returns if the file is lockable.
|
public CmsReplaceInfo(CmsListInfoBean fileInfo, java.lang.String sitepath, boolean isLockable, long maxFileSize)
fileInfo
- the file infositepath
- the resource site pathisLockable
- if the file is lockablemaxFileSize
- the maximum file upload sizeprotected CmsReplaceInfo()
public CmsListInfoBean getFileInfo()
public long getMaxFileSize()
public java.lang.String getSitepath()
public boolean isLockable()
true
if the file is lockable