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 Details

    • CmsRenameInfoBean

      public CmsRenameInfoBean(String sitePath, CmsUUID structureId, CmsListInfoBean listInfo)
      Creates a new instance.

      Parameters:
      sitePath - the site path of the resource
      structureId - the structure id of the resource
      listInfo - the list info bean for the resource
    • 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

      public String getSitePath()
      Gets the site path of the resource.

      Returns:
      the site path
    • getStructureId

      Gets the structure id of the resource.

      Returns:
      the structure id