Class SolrConf
- java.lang.Object
-
- nl.tailormap.viewer.config.services.SolrConf
-
@Entity public class SolrConf extends Object
- Author:
- Meine Toonen
-
-
Constructor Summary
Constructors Constructor Description SolrConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()List<String>getIndexAttributes()DategetLastUpdated()StringgetName()List<String>getResultAttributes()SimpleFeatureTypegetSimpleFeatureType()voidsetId(Long id)voidsetIndexAttributes(List<String> indexAttributes)voidsetLastUpdated(Date lastUpdated)voidsetName(String name)voidsetResultAttributes(List<String> resultAttributes)voidsetSimpleFeatureType(SimpleFeatureType simpleFeatureType)org.json.JSONObjecttoJSON()
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getSimpleFeatureType
public SimpleFeatureType getSimpleFeatureType()
-
setSimpleFeatureType
public void setSimpleFeatureType(SimpleFeatureType simpleFeatureType)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getLastUpdated
public Date getLastUpdated()
-
setLastUpdated
public void setLastUpdated(Date lastUpdated)
-
toJSON
public org.json.JSONObject toJSON() throws org.json.JSONException- Throws:
org.json.JSONException
-
-