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:
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(Object obj)MapConfiggetMapConfig()Set<MapControl>getMapControls()List<Layer>getMapLayers()inthashCode()voidsetMapConfig(MapConfig mapConfig)voidsetMapControls(Set<MapControl> mapControls)voidsetMapLayers(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 Set<MapControl> getMapControls()
- Returns:
- the controls
-
setMapControls
public void setMapControls(Set<MapControl> mapControls)
- Parameters:
mapControls- the controls to set
-
setMapLayers
public void setMapLayers(List<Layer> mapLayers)
- Parameters:
mapLayers- the mapLayers to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-