Class MapControl
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.map.MapControl
-
- All Implemented Interfaces:
Serializable
@Entity public class MapControl extends PersistentObject
This class represents an OpenLayers 3 control which can be included in a map.- Author:
- Andre Henn, terrestris GmbH & Co. KG
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapControl()MapControl(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMapControlName()Map<String,Object>getMapControlProperties()inthashCode()voidsetMapControlName(String mapControlName)voidsetMapControlProperties(Map<String,Object> mapControlProperties)-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toString
-
-
-
-
Constructor Detail
-
MapControl
public MapControl()
-
MapControl
public MapControl(String name)
-
-
Method Detail
-
getMapControlName
public String getMapControlName()
- Returns:
- the mapControlName
-
setMapControlName
public void setMapControlName(String mapControlName)
- Parameters:
mapControlName- the mapControlName to set
-
getMapControlProperties
public Map<String,Object> getMapControlProperties()
- Returns:
- the mapControlProperties
-
setMapControlProperties
public void setMapControlProperties(Map<String,Object> mapControlProperties)
- Parameters:
mapControlProperties- the mapControlProperties to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-