Package org.opencms.ugc.shared
Class CmsUgcContent
java.lang.Object
org.opencms.ugc.shared.CmsUgcContent
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
The form content information bean.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the content values.Returns the resource type name.Returns the editing session id.Returns the edited resource site path.Returns the edited resource structure id.voidsetContentValues(Map<String, String> contentValues) Sets the content values.voidsetResourceType(String resourceType) Sets the resource type namevoidsetSessionId(CmsUUID sessionId) Sets the editing session id.voidsetSitePath(String sitePath) Sets the site path.voidsetStrucureId(CmsUUID strucureId) Sets the structure id.
-
Constructor Details
-
CmsUgcContent
public CmsUgcContent()
-
-
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
Returns the edited resource site path.- Returns:
- the site path
-
getStrucureId
Returns the edited resource structure id.- Returns:
- the structure id
-
setContentValues
Sets the content values.- Parameters:
contentValues- the content values
-
setResourceType
Sets the resource type name- Parameters:
resourceType- the resource type
-
setSessionId
Sets the editing session id.- Parameters:
sessionId- the session id
-
setSitePath
Sets the site path.- Parameters:
sitePath- the site path
-
setStrucureId
Sets the structure id.- Parameters:
strucureId- the structure id
-