public class Wiki extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static SimpleDateFormat |
PUBLISHED_FORMAT |
| Constructor and Description |
|---|
Wiki(Element element)
Generate Wiki from an XML Element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Date |
getPublished() |
void |
setContent(String content) |
void |
setPublished(Date published) |
public static final transient SimpleDateFormat PUBLISHED_FORMAT
public Wiki(Element element)
element - The XML Element to convert.Copyright © 2012. All Rights Reserved.