some corrections and parent-child-relation of topic
[mir.git] / source / mir / core / model / Media.java
index 132fc46..ddcfc89 100755 (executable)
@@ -44,7 +44,7 @@ import org.apache.commons.lang.builder.ToStringBuilder;
  * 
  * Media
  * @author idefix
- * @version $Id: Media.java,v 1.5 2003/09/05 20:23:59 idfx Exp $
+ * @version $Id: Media.java,v 1.6 2003/09/30 19:26:02 idfx Exp $
  */
 public class Media implements Serializable, IMedia {
 
@@ -82,9 +82,6 @@ public class Media implements Serializable, IMedia {
     private String description;
 
     /** nullable persistent field */
-    private String keywords;
-
-    /** nullable persistent field */
     private String comment;
 
     /** nullable persistent field */
@@ -112,9 +109,6 @@ public class Media implements Serializable, IMedia {
     private Date webdbLastchange;
 
     /** nullable persistent field */
-    private mir.core.model.Feature feature;
-
-    /** nullable persistent field */
     private MirUser publisher;
 
     /** nullable persistent field */
@@ -218,14 +212,6 @@ public class Media implements Serializable, IMedia {
         this.description = description;
     }
 
-    public java.lang.String getKeywords() {
-        return this.keywords;
-    }
-
-    public void setKeywords(java.lang.String keywords) {
-        this.keywords = keywords;
-    }
-
     public java.lang.String getComment() {
         return this.comment;
     }
@@ -282,14 +268,6 @@ public class Media implements Serializable, IMedia {
         this.webdbLastchange = webdbLastchange;
     }
 
-    public mir.core.model.Feature getFeature() {
-        return this.feature;
-    }
-
-    public void setFeature(mir.core.model.Feature feature) {
-        this.feature = feature;
-    }
-
     public mir.core.model.MirUser getPublisher() {
         return this.publisher;
     }