Class StoredFile

    • Constructor Detail

      • StoredFile

        public StoredFile()
    • Method Detail

      • getContentType

        public String getContentType()
      • getLastModified

        public Date getLastModified()
      • getLastModifiedInMillis

        public Long getLastModifiedInMillis()
      • getLength

        public Integer getLength()
      • getMetadata

        public String getMetadata()
      • setContentType

        public void setContentType​(String contentType)
      • setLastModified

        public void setLastModified​(Date lastModified)
      • setLength

        public void setLength​(Integer length)
      • setMetadata

        public void setMetadata​(String metadata)