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 / Loaded.java
index c844cd6..ec8b4e8 100644 (file)
@@ -21,4 +21,28 @@ public class Loaded {
     this.content = content;
   }
 
+  /**
+   * @return Returns the actionURL.
+   */
+  public String getActionURL() {
+    return actionURL;
+  }
+  /**
+   * @return Returns the charSet.
+   */
+  public String getCharSet() {
+    return charSet;
+  }
+  /**
+   * @return Returns the content.
+   */
+  public Content getContent() {
+    return content;
+  }
+  /**
+   * @return Returns the title.
+   */
+  public String getTitle() {
+    return title;
+  }
 }
\ No newline at end of file