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:
java.io.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(java.lang.Object obj)java.util.List<java.lang.String>getAllowedFeatureTypeDataTypes()java.lang.StringgetGroupHeaderTpl()java.util.List<Layer>getLayers()java.lang.IntegergetMinSearchTextChars()java.lang.IntegergetTypeDelay()java.lang.StringgetWfsServerUrl()inthashCode()voidsetAllowedFeatureTypeDataTypes(java.util.List<java.lang.String> allowedFeatureTypeDataTypes)voidsetGroupHeaderTpl(java.lang.String groupHeaderTpl)voidsetLayers(java.util.List<Layer> layers)voidsetMinSearchTextChars(java.lang.Integer minSearchTextChars)voidsetTypeDelay(java.lang.Integer typeDelay)voidsetWfsServerUrl(java.lang.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 java.lang.String getWfsServerUrl()
- Returns:
- the wfsServerUrl
-
setWfsServerUrl
public void setWfsServerUrl(java.lang.String wfsServerUrl)
- Parameters:
wfsServerUrl- the wfsServerUrl to set
-
getMinSearchTextChars
public java.lang.Integer getMinSearchTextChars()
- Returns:
- the minSearchTextChars
-
setMinSearchTextChars
public void setMinSearchTextChars(java.lang.Integer minSearchTextChars)
- Parameters:
minSearchTextChars- the minSearchTextChars to set
-
getTypeDelay
public java.lang.Integer getTypeDelay()
- Returns:
- the typeDelay
-
setTypeDelay
public void setTypeDelay(java.lang.Integer typeDelay)
- Parameters:
typeDelay- the typeDelay to set
-
getGroupHeaderTpl
public java.lang.String getGroupHeaderTpl()
- Returns:
- the groupHeaderTpl
-
setGroupHeaderTpl
public void setGroupHeaderTpl(java.lang.String groupHeaderTpl)
- Parameters:
groupHeaderTpl- the groupHeaderTpl to set
-
getLayers
public java.util.List<Layer> getLayers()
- Returns:
- the layers
-
setLayers
public void setLayers(java.util.List<Layer> layers)
- Parameters:
layers- the layers to set
-
getAllowedFeatureTypeDataTypes
public java.util.List<java.lang.String> getAllowedFeatureTypeDataTypes()
- Returns:
- the allowedFeatureTypeDataTypes
-
setAllowedFeatureTypeDataTypes
public void setAllowedFeatureTypeDataTypes(java.util.List<java.lang.String> allowedFeatureTypeDataTypes)
- Parameters:
allowedFeatureTypeDataTypes- the allowedFeatureTypeDataTypes to set
-
hashCode
public int hashCode()
-
-