Dateiverwaltung für die WebBox
ulrich
2017-03-21 2f9e6f69f48dcefc5d41d49faf6d1e74be74d451
src/java/de/uhilger/filecms/data/FileRef.java
@@ -41,6 +41,7 @@
   private Boolean isHidden;
   private Long lastModified;
   private Long length;
  private String mimetype;
   /**
    * create a new instance of <code>FileRef</code>. Note that the created FileRef is 
@@ -93,6 +94,14 @@
      this(absolutePath, isDirectory, false, 0, 0);
   }
  public String getMimetype() {
    return mimetype;
  }
  public void setMimetype(String mimetype) {
    this.mimetype = mimetype;
  }
   /**
    * get the absolute path that denotes this file
    * @return  the path