Class MetaFile


  • @Entity
    public class MetaFile
    extends AuditableModel
    This object stores the files.
    • Constructor Detail

      • MetaFile

        public MetaFile()
    • Method Detail

      • setId

        public void setId​(Long id)
        Specified by:
        setId in class Model
      • getFileName

        public String getFileName()
      • setFileName

        public void setFileName​(String fileName)
      • getFilePath

        public String getFilePath()
      • setFilePath

        public void setFilePath​(String filePath)
      • getFileSize

        public Long getFileSize()
      • setFileSize

        public void setFileSize​(Long fileSize)
      • getFileType

        public String getFileType()
      • setFileType

        public void setFileType​(String fileType)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getSizeText

        public String getSizeText()
      • computeSizeText

        protected String computeSizeText()
      • setSizeText

        public void setSizeText​(String sizeText)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object