org.opencms.ade.containerpage.shared
Class CmsRemovedElementStatus

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

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

A bean used to store information about a container page element which was just removed.


Constructor Summary
protected CmsRemovedElementStatus()
          Default constructor for serialization.
  CmsRemovedElementStatus(CmsUUID structureId, CmsListInfoBean elementInfo, boolean deletable)
          Creates a new instance.
 
Method Summary
 CmsListInfoBean getElementInfo()
          Gets the list info bean for the removed element.
 CmsUUID getStructureId()
          Gets the structure id of the removed element.
 boolean isDeletionCandidate()
          Returns true if the removed element is a possible candidate for deletion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsRemovedElementStatus

public CmsRemovedElementStatus(CmsUUID structureId,
                               CmsListInfoBean elementInfo,
                               boolean deletable)
Creates a new instance.

Parameters:
structureId - the structure id of the removed element
elementInfo - the list info bean for the removed element
deletable - true if this is a possible deletion candidate

CmsRemovedElementStatus

protected CmsRemovedElementStatus()
Default constructor for serialization.

Method Detail

getElementInfo

public CmsListInfoBean getElementInfo()
Gets the list info bean for the removed element.

Returns:
the list info bean for the removed element

getStructureId

public CmsUUID getStructureId()
Gets the structure id of the removed element.

Returns:
the structure id of the removed element

isDeletionCandidate

public boolean isDeletionCandidate()
Returns true if the removed element is a possible candidate for deletion.

Returns:
true if the removed element is a deletion candidate