Class CmsUgcContent

java.lang.Object
org.opencms.ugc.shared.CmsUgcContent
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

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

  • Constructor Details

  • Method Details

    • getContentValues

      Returns the content values.

      Returns:
      the content values
    • getResourceType

      Returns the resource type name.

      Returns:
      the resource type name
    • getSessionId

      Returns the editing session id.

      Returns:
      the session id
    • getSitePath

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

      Returns:
      the site path
    • getStrucureId

      Returns the edited resource structure id.

      Returns:
      the structure id
    • setContentValues

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

      Parameters:
      contentValues - the content values
    • setResourceType

      public void setResourceType(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(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