media handling fixes, gotten rid of StorageObject, set the default method for blots...
[mir.git] / source / mir / entity / Entity.java
index 7aa6574..cac1e44 100755 (executable)
@@ -39,7 +39,7 @@ import java.util.Map;
  * An <code>Entity</code> represents a persistent data object, typically
  *   stored in a database.<p>
  *
- * @version $Id: Entity.java,v 1.21.2.9 2005/01/09 20:37:07 zapata Exp $
+ * @version $Id: Entity.java,v 1.21.2.10 2005/01/23 15:36:02 zapata Exp $
  */
 
 public interface Entity {
@@ -58,13 +58,13 @@ public interface Entity {
   public String getId();
 
   /**
-   * Defines the primary key of the Entity (only to be set by the StorageObject)
+   * Defines the primary key of the Entity (only to be set by the Database)
    * @param id
    */
   public void setId(String id);
 
   /**
-   * Insers Entity into the database via StorageObject
+   * Insers Entity into the database via Database
    * @return Primary Key of the Entity
    * @exception StorageObjectExc
    */