Package org.teamapps.dto
Class UiMapMarker
java.lang.Object
org.teamapps.dto.AbstractUiMapShape
org.teamapps.dto.UiMapMarker
- All Implemented Interfaces:
UiObject
public class UiMapMarker extends AbstractUiMapShape implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiMapLocationlocationFields inherited from class org.teamapps.dto.AbstractUiMapShape
shapeProperties -
Constructor Summary
Constructors Constructor Description UiMapMarker() -
Method Summary
Modifier and Type Method Description UiMapLocationgetLocation()UiObjectTypegetUiObjectType()UiMapMarkersetLocation(UiMapLocation location)UiMapMarkersetShapeProperties(UiShapeProperties shapeProperties)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.AbstractUiMapShape
getShapePropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
location
-
-
Constructor Details
-
UiMapMarker
public UiMapMarker()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractUiMapShape
-
getLocation
-
setShapeProperties
- Overrides:
setShapePropertiesin classAbstractUiMapShape
-
setLocation
-