Enable word wrapping with preference key editor.wrap.words (false by default)
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / actions / mediawiki / connect / Content.java
index 6d2334b..d3be0aa 100644 (file)
@@ -18,4 +18,16 @@ public class Content {
     this.timestamp = timestamp;
     this.body = body;
   }
+  /**
+   * @return Returns the body.
+   */
+  public String getBody() {
+    return body;
+  }
+  /**
+   * @return Returns the timestamp.
+   */
+  public String getTimestamp() {
+    return timestamp;
+  }
 }
\ No newline at end of file