Package org.opencms.gwt.shared
Class CmsRenameInfoBean
java.lang.Object
org.opencms.gwt.shared.CmsRenameInfoBean
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsRenameInfoBean
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Bean class containing the information needed for the Rename dialog.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Empty default constructor for serialization.CmsRenameInfoBean
(String sitePath, CmsUUID structureId, CmsListInfoBean listInfo) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the list info bean for the resource.Gets the site path of the resource.Gets the structure id of the resource.
-
Constructor Details
-
CmsRenameInfoBean
protected CmsRenameInfoBean()Empty default constructor for serialization.
-
Method Details
-
getListInfo
Gets the list info bean for the resource.- Returns:
- the list info bean
-
getSitePath
Gets the site path of the resource.- Returns:
- the site path
-
getStructureId
Gets the structure id of the resource.- Returns:
- the structure id
-