@Entity public class Map extends Module
| Constructor and Description |
|---|
Map()
default constructor
|
Map(String name,
MapConfig mapConfig,
List<Layer> mapLayers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MapConfig |
getMapConfig() |
Set<MapControl> |
getMapControls() |
List<Layer> |
getMapLayers() |
int |
hashCode() |
void |
setMapConfig(MapConfig mapConfig) |
void |
setMapControls(Set<MapControl> mapControls) |
void |
setMapLayers(List<Layer> mapLayers) |
getName, getProperties, getXtype, setName, setProperties, setXtypegetCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic MapConfig getMapConfig()
public void setMapConfig(MapConfig mapConfig)
mapConfig - the mapConfig to setpublic Set<MapControl> getMapControls()
public void setMapControls(Set<MapControl> mapControls)
mapControls - the controls to setpublic void setMapLayers(List<Layer> mapLayers)
mapLayers - the mapLayers to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.