Class Map
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.module.Module
-
- de.terrestris.shoguncore.model.module.Map
-
- All Implemented Interfaces:
java.io.Serializable
@Entity public class Map extends Module
Class represents a map component- Author:
- Andre Henn, Daniel Koch, terrestris GmbH & Co. KG
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)MapConfiggetMapConfig()java.util.Set<MapControl>getMapControls()java.util.List<Layer>getMapLayers()inthashCode()voidsetMapConfig(MapConfig mapConfig)voidsetMapControls(java.util.Set<MapControl> mapControls)voidsetMapLayers(java.util.List<Layer> mapLayers)-
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
-
getMapConfig
public MapConfig getMapConfig()
- Returns:
- the mapConfig
-
setMapConfig
public void setMapConfig(MapConfig mapConfig)
- Parameters:
mapConfig- the mapConfig to set
-
getMapControls
public java.util.Set<MapControl> getMapControls()
- Returns:
- the controls
-
setMapControls
public void setMapControls(java.util.Set<MapControl> mapControls)
- Parameters:
mapControls- the controls to set
-
getMapLayers
public java.util.List<Layer> getMapLayers()
- Returns:
- the mapLayers
-
setMapLayers
public void setMapLayers(java.util.List<Layer> mapLayers)
- Parameters:
mapLayers- the mapLayers to set
-
hashCode
public int hashCode()
-
-