Class WfsSearch
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.module.Module
-
- de.terrestris.shoguncore.model.module.WfsSearch
-
- All Implemented Interfaces:
Serializable
@Entity public class WfsSearch extends Module
A module to search features of a WFS.- Author:
- Kai Volland
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WfsSearch()Explicitly adding the default constructor as this is important, e.g.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getAllowedFeatureTypeDataTypes()StringgetGroupHeaderTpl()List<Layer>getLayers()IntegergetMinSearchTextChars()IntegergetTypeDelay()StringgetWfsServerUrl()inthashCode()voidsetAllowedFeatureTypeDataTypes(List<String> allowedFeatureTypeDataTypes)voidsetGroupHeaderTpl(String groupHeaderTpl)voidsetLayers(List<Layer> layers)voidsetMinSearchTextChars(Integer minSearchTextChars)voidsetTypeDelay(Integer typeDelay)voidsetWfsServerUrl(String wfsServerUrl)-
Methods inherited from class de.terrestris.shoguncore.model.module.Module
getName, getProperties, getXtype, setName, setProperties, setXtype
-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toString
-
-
-
-
Method Detail
-
getWfsServerUrl
public String getWfsServerUrl()
- Returns:
- the wfsServerUrl
-
setWfsServerUrl
public void setWfsServerUrl(String wfsServerUrl)
- Parameters:
wfsServerUrl- the wfsServerUrl to set
-
getMinSearchTextChars
public Integer getMinSearchTextChars()
- Returns:
- the minSearchTextChars
-
setMinSearchTextChars
public void setMinSearchTextChars(Integer minSearchTextChars)
- Parameters:
minSearchTextChars- the minSearchTextChars to set
-
getTypeDelay
public Integer getTypeDelay()
- Returns:
- the typeDelay
-
setTypeDelay
public void setTypeDelay(Integer typeDelay)
- Parameters:
typeDelay- the typeDelay to set
-
getGroupHeaderTpl
public String getGroupHeaderTpl()
- Returns:
- the groupHeaderTpl
-
setGroupHeaderTpl
public void setGroupHeaderTpl(String groupHeaderTpl)
- Parameters:
groupHeaderTpl- the groupHeaderTpl to set
-
getAllowedFeatureTypeDataTypes
public List<String> getAllowedFeatureTypeDataTypes()
- Returns:
- the allowedFeatureTypeDataTypes
-
setAllowedFeatureTypeDataTypes
public void setAllowedFeatureTypeDataTypes(List<String> allowedFeatureTypeDataTypes)
- Parameters:
allowedFeatureTypeDataTypes- the allowedFeatureTypeDataTypes to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-