some corrections and parent-child-relation of topic
[mir.git] / source / mir / core / model / Media.java
index 54d1a80..ddcfc89 100755 (executable)
@@ -44,7 +44,7 @@ import org.apache.commons.lang.builder.ToStringBuilder;
  * 
  * Media
  * @author idefix
- * @version $Id: Media.java,v 1.4 2003/08/19 00:41:54 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;
     }
@@ -266,22 +252,6 @@ public class Media implements Serializable, IMedia {
         this.publishPath = publishPath;
     }
 
-    public boolean isIsPublished() {
-        return this.isPublished;
-    }
-
-    public void setIsPublished(boolean isPublished) {
-        this.isPublished = isPublished;
-    }
-
-    public boolean isIsProduced() {
-        return this.isProduced;
-    }
-
-    public void setIsProduced(boolean isProduced) {
-        this.isProduced = isProduced;
-    }
-
     public java.util.Date getWebdbCreate() {
         return this.webdbCreate;
     }
@@ -298,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;
     }