Class FileUpload


  • @Entity
    public class FileUpload
    extends Object
    Author:
    Meine Toonen
    • Constructor Detail

      • FileUpload

        public FileUpload()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getCreatedBy

        public String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
      • getFid

        public String getFid()
      • setFid

        public void setFid​(String fid)
      • getType_

        public String getType_()
      • setType_

        public void setType_​(String type_)
      • getFilename

        public String getFilename()
      • setFilename

        public void setFilename​(String filename)
      • getMimetype

        public String getMimetype()
      • setMimetype

        public void setMimetype​(String mimetype)
      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String location)
      • toJSON

        public org.json.JSONObject toJSON()