Class CmsPostUploadDialogPanelBean

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

    public class CmsPostUploadDialogPanelBean
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    A bean representing the state of a single resource to be edited in the upload property dialog.

    • Method Detail

      • getProperties

        public java.util.Map<java.lang.String,​CmsClientPropertygetProperties()
        Gets the properties for the resource.

        Returns:
        the map of properties by property name
      • getPropertyDefinitions

        public java.util.Map<java.lang.String,​CmsXmlContentPropertygetPropertyDefinitions()
        Gets the property definitions for the type of the resource.

        Returns:
        the map of property definitions by property names
      • getStructureId

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

        Returns:
        the user id
      • getWarning

        public java.lang.String getWarning()
        Gets the warning to display.
        Returns:
        the warning to display
      • setInfoBean

        public void setInfoBean​(CmsListInfoBean info)
        Sets the list info bean for the resource.

        Parameters:
        info - the list info bean for the resource
      • setProperties

        public void setProperties​(java.util.Map<java.lang.String,​CmsClientProperty> properties)
        Sets the properties for the resource.

        Parameters:
        properties - the properties for the resource
      • setPropertyDefinitions

        public void setPropertyDefinitions​(java.util.Map<java.lang.String,​CmsXmlContentProperty> propertyDefinitions)
        Sets the property definitions for the type of the resource.

        Parameters:
        propertyDefinitions - the map of property definitions
      • setStructureId

        public void setStructureId​(CmsUUID structureId)
        Sets the structure id of the resource.

        Parameters:
        structureId - the structure id of the resource
      • setWarning

        public void setWarning​(java.lang.String warning)
        Sets the warning to display.
        Parameters:
        warning - the warning to display