Class Document


  • @Entity
    public class Document
    extends Object
    Author:
    Jytte Schaeffer
    • Constructor Detail

      • Document

        public Document()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getCategory

        public String getCategory()
      • setCategory

        public void setCategory​(String category)
      • toJSONObject

        public org.json.JSONObject toJSONObject()
                                         throws org.json.JSONException
        Throws:
        org.json.JSONException