org.opencms.gwt.shared
Class CmsLockReportInfo

java.lang.Object
  extended by org.opencms.gwt.shared.CmsLockReportInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsLockReportInfo
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

A bean holding the lock report info.

Since:
8.0.1

Constructor Summary
protected CmsLockReportInfo()
          Constructor.
  CmsLockReportInfo(CmsListInfoBean resourceInfo, java.util.List<CmsListInfoBean> lockedResourceInfos)
          Constructor.
 
Method Summary
 java.util.List<CmsListInfoBean> getLockedResourceInfos()
          Returns the lockedResourceInfos.
 CmsListInfoBean getResourceInfo()
          Returns the resourceInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsLockReportInfo

public CmsLockReportInfo(CmsListInfoBean resourceInfo,
                         java.util.List<CmsListInfoBean> lockedResourceInfos)
Constructor.

Parameters:
resourceInfo - the report resource info
lockedResourceInfos - the locked child resources

CmsLockReportInfo

protected CmsLockReportInfo()
Constructor. Serialization only.

Method Detail

getLockedResourceInfos

public java.util.List<CmsListInfoBean> getLockedResourceInfos()
Returns the lockedResourceInfos.

Returns:
the lockedResourceInfos

getResourceInfo

public CmsListInfoBean getResourceInfo()
Returns the resourceInfo.

Returns:
the resourceInfo