Class DragAndDropWebEditorStore.Content
- java.lang.Object
-
- org.silverpeas.core.contribution.content.ddwe.model.DragAndDropWebEditorStore.Content
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DragAndDropWebEditorStore
public static class DragAndDropWebEditorStore.Content extends Object implements Serializable
Content of Drag&Drop web editor- Author:
- silveryocha
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DragAndDropWebEditorStore.Content.Metadata
-
Constructor Summary
Constructors Constructor Description Content()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DragAndDropWebEditorStore.Content.Metadata
getMetadata()
String
getValue()
void
setValue(String value)
-
-
-
Method Detail
-
getMetadata
public DragAndDropWebEditorStore.Content.Metadata getMetadata()
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
-