Class SolrConf


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

      • SolrConf

        public SolrConf()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • setSimpleFeatureType

        public void setSimpleFeatureType​(SimpleFeatureType simpleFeatureType)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getIndexAttributes

        public List<String> getIndexAttributes()
      • setIndexAttributes

        public void setIndexAttributes​(List<String> indexAttributes)
      • getResultAttributes

        public List<String> getResultAttributes()
      • setResultAttributes

        public void setResultAttributes​(List<String> resultAttributes)
      • getLastUpdated

        public Date getLastUpdated()
      • setLastUpdated

        public void setLastUpdated​(Date lastUpdated)
      • toJSON

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