Class AppLayersConfiguration
- java.lang.Object
-
- de.narimo.georepo.server.appconfig.AppLayersConfiguration
-
public class AppLayersConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description AppLayersConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppKey()List<AppLayerConfiguration>getAppLayerConfigurations()voidsetAppKey(String appKey)voidsetAppLayerConfigurations(List<AppLayerConfiguration> appLayerConfigurations)
-
-
-
Method Detail
-
getAppKey
public String getAppKey()
-
setAppKey
public void setAppKey(String appKey)
-
getAppLayerConfigurations
public List<AppLayerConfiguration> getAppLayerConfigurations()
-
setAppLayerConfigurations
public void setAppLayerConfigurations(List<AppLayerConfiguration> appLayerConfigurations)
-
-