Class CmsUgcContent

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

    public class CmsUgcContent
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    The form content information bean.

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsUgcContent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getContentValues()
      Returns the content values.
      java.lang.String getResourceType()
      Returns the resource type name.
      CmsUUID getSessionId()
      Returns the editing session id.
      java.lang.String getSitePath()
      Returns the edited resource site path.
      CmsUUID getStrucureId()
      Returns the edited resource structure id.
      void setContentValues​(java.util.Map<java.lang.String,​java.lang.String> contentValues)
      Sets the content values.
      void setResourceType​(java.lang.String resourceType)
      Sets the resource type name
      void setSessionId​(CmsUUID sessionId)
      Sets the editing session id.
      void setSitePath​(java.lang.String sitePath)
      Sets the site path.
      void setStrucureId​(CmsUUID strucureId)
      Sets the structure id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getContentValues

        public java.util.Map<java.lang.String,​java.lang.String> getContentValues()
        Returns the content values.

        Returns:
        the content values
      • getResourceType

        public java.lang.String getResourceType()
        Returns the resource type name.

        Returns:
        the resource type name
      • getSessionId

        public CmsUUID getSessionId()
        Returns the editing session id.

        Returns:
        the session id
      • getSitePath

        public java.lang.String getSitePath()
        Returns the edited resource site path.

        Returns:
        the site path
      • getStrucureId

        public CmsUUID getStrucureId()
        Returns the edited resource structure id.

        Returns:
        the structure id
      • setContentValues

        public void setContentValues​(java.util.Map<java.lang.String,​java.lang.String> contentValues)
        Sets the content values.

        Parameters:
        contentValues - the content values
      • setResourceType

        public void setResourceType​(java.lang.String resourceType)
        Sets the resource type name
        Parameters:
        resourceType - the resource type
      • setSessionId

        public void setSessionId​(CmsUUID sessionId)
        Sets the editing session id.

        Parameters:
        sessionId - the session id
      • setSitePath

        public void setSitePath​(java.lang.String sitePath)
        Sets the site path.

        Parameters:
        sitePath - the site path
      • setStrucureId

        public void setStrucureId​(CmsUUID strucureId)
        Sets the structure id.

        Parameters:
        strucureId - the structure id