@Entity public class SolrConf extends Object
| Constructor and Description |
|---|
SolrConf() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
List<String> |
getIndexAttributes() |
Date |
getLastUpdated() |
String |
getName() |
List<String> |
getResultAttributes() |
SimpleFeatureType |
getSimpleFeatureType() |
void |
setId(Long id) |
void |
setIndexAttributes(List<String> indexAttributes) |
void |
setLastUpdated(Date lastUpdated) |
void |
setName(String name) |
void |
setResultAttributes(List<String> resultAttributes) |
void |
setSimpleFeatureType(SimpleFeatureType simpleFeatureType) |
org.json.JSONObject |
toJSON() |
public Long getId()
public void setId(Long id)
public SimpleFeatureType getSimpleFeatureType()
public void setSimpleFeatureType(SimpleFeatureType simpleFeatureType)
public String getName()
public void setName(String name)
public Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
public org.json.JSONObject toJSON()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2016. All rights reserved.