Package de.narimo.georepo.server.dto
Class GeoserverFeatureTypesList
- java.lang.Object
-
- de.narimo.georepo.server.dto.GeoserverFeatureTypesList
-
public class GeoserverFeatureTypesList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<GeoserverFeatureTypes>featureTypes
-
Constructor Summary
Constructors Constructor Description GeoserverFeatureTypesList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GeoserverFeatureTypes>getFeatureTypes()voidsetFeatureTypesList(List<GeoserverFeatureTypes> featureTypes)
-
-
-
Field Detail
-
featureTypes
public List<GeoserverFeatureTypes> featureTypes
-
-
Method Detail
-
getFeatureTypes
public List<GeoserverFeatureTypes> getFeatureTypes()
-
setFeatureTypesList
public void setFeatureTypesList(List<GeoserverFeatureTypes> featureTypes)
-
-