Model/DocumentInterface.php
changeset 47 34718ebfb3c0
parent 42 0e57c730bb18
child 57 186c4121c7b3
--- a/Model/DocumentInterface.php	Mon Nov 28 10:34:24 2011 +0100
+++ b/Model/DocumentInterface.php	Mon Nov 28 12:19:56 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();