Class CmsRenameInfoBean

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsRenameInfoBean
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Bean class containing the information needed for the Rename dialog.

    • Constructor Detail

      • CmsRenameInfoBean

        public CmsRenameInfoBean​(java.lang.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 Detail

      • getSitePath

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

        Returns:
        the site path
      • getStructureId

        public CmsUUID getStructureId()
        Gets the structure id of the resource.

        Returns:
        the structure id