Class 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 Detail

      • WfsSearch

        public WfsSearch()
        Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
    • 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()
        Overrides:
        hashCode in class Module
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals -and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Module
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals -and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate