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
-
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.void
setContentValues
(Map<String, String> contentValues) Sets the content values.void
setResourceType
(String resourceType) Sets the resource type namevoid
setSessionId
(CmsUUID sessionId) Sets the editing session id.void
setSitePath
(String sitePath) Sets the site path.void
setStrucureId
(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
-