Class FileAnnotationWrapper

    • Constructor Detail

      • FileAnnotationWrapper

        public FileAnnotationWrapper​(FileAnnotationData annotation)
        Constructor of the GenericAnnotationWrapper class.
        Parameters:
        annotation - Annotation to be contained.
    • Method Detail

      • getOriginalMimetype

        public String getOriginalMimetype()
        Returns the format of the original file.
        Returns:
        See above.
      • getServerFileMimetype

        public String getServerFileMimetype()
        Returns the file format as defined by the specification, corresponding to the file extension.
        Returns:
        See above.
      • getFileFormat

        public String getFileFormat()
        Returns the format of the uploaded file.
        Returns:
        See above.
      • getFileKind

        public String getFileKind()
        Returns a user readable description of the file.
        Returns:
        See above.
      • getAttachedFile

        public File getAttachedFile()
        Returns the file to upload to the server.
        Returns:
        See above.
      • getFileName

        public String getFileName()
        Returns the name of the file.
        Returns:
        See above.
      • getFilePath

        public String getFilePath()
        Returns the absolute path to the file.
        Returns:
        See above.
      • getFileSize

        public long getFileSize()
        Returns the size of the file.
        Returns:
        See above.
      • getFileID

        public long getFileID()
        Returns the id of the file.
        Returns:
        See above.
      • isMovieFile

        public boolean isMovieFile()
        Returns true if it is a movie file. false otherwise.
        Returns:
        See above.