Model/DocumentInterface.php
changeset 42 0e57c730bb18
parent 23 b435f8055cb4
child 57 186c4121c7b3
--- a/Model/DocumentInterface.php	Fri Nov 18 17:54:30 2011 +0100
+++ b/Model/DocumentInterface.php	Fri Nov 25 18:55:42 2011 +0100
@@ -24,14 +24,14 @@
     
     
     /**
-     * TODO: Enter description here ...
+     * Set the external id i.e. the host document id
      *
      * @param text $externalId
      */
     function setExternalId($externalId);
     
     /**
-     * TODO: Enter description here ...
+     * Get the external id, i.e. the host document id
      */
     function getExternalId();