Package org.opencms.gwt.shared
Class CmsLockReportInfo
java.lang.Object
org.opencms.gwt.shared.CmsLockReportInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsLockReportInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
A bean holding the lock report info.
- Since:
- 8.0.1
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor.CmsLockReportInfo
(CmsListInfoBean resourceInfo, List<CmsListInfoBean> lockedResourceInfos) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the lockedResourceInfos.Returns the resourceInfo.
-
Constructor Details
-
CmsLockReportInfo
protected CmsLockReportInfo()Constructor. Serialization only.
-
Method Details
-
getLockedResourceInfos
Returns the lockedResourceInfos.- Returns:
- the lockedResourceInfos
-
getResourceInfo
Returns the resourceInfo.- Returns:
- the resourceInfo
-