public class CmsRemovedElementStatus
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
限定符 | 构造器和说明 |
---|---|
protected |
CmsRemovedElementStatus()
Default constructor for serialization.
|
|
CmsRemovedElementStatus(CmsUUID structureId,
CmsListInfoBean elementInfo,
boolean deletable)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
public CmsRemovedElementStatus(CmsUUID structureId, CmsListInfoBean elementInfo, boolean deletable)
structureId
- the structure id of the removed elementelementInfo
- the list info bean for the removed elementdeletable
- true if this is a possible deletion candidateprotected CmsRemovedElementStatus()
public CmsListInfoBean getElementInfo()
public CmsUUID getStructureId()
public boolean isDeletionCandidate()