--- a/Model/DocumentInterface.php Tue Oct 25 12:20:47 2011 +0200
+++ b/Model/DocumentInterface.php Thu Oct 27 05:51:04 2011 +0200
@@ -20,33 +20,33 @@
*/
function getId();
+
/**
- * Set title
+ * TODO: Enter description here ...
*
- * @param string $title
+ * @param text $externalId
*/
- function setTitle($title);
+ function setExternalId($externalId);
/**
- * Get title
- *
- * @return string
+ * TODO: Enter description here ...
*/
- function getTitle();
+ function getExternalId();
+
/**
- * Set description
+ * Set manualOrder
*
- * @param text $description
+ * @param boolean $manualOrder
*/
- function setDescription($description);
+ function setManualOrder($manualOrder);
/**
- * Get description
+ * Get manualOrder
*
- * @return text
+ * @return boolean
*/
- function getDescription();
+ function getManualOrder();