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 UiMapLocationlocation-
Fields inherited from class org.teamapps.dto.AbstractUiMapShape
shapeProperties
-
-
Constructor Summary
Constructors Constructor Description UiMapMarker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiMapLocationgetLocation()UiObjectTypegetUiObjectType()UiMapMarkersetLocation(UiMapLocation location)UiMapMarkersetShapeProperties(UiShapeProperties shapeProperties)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractUiMapShape
getShapeProperties
-
-
-
-
Field Detail
-
location
protected UiMapLocation location
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractUiMapShape
-
getLocation
public UiMapLocation getLocation()
-
setShapeProperties
public UiMapMarker setShapeProperties(UiShapeProperties shapeProperties)
- Overrides:
setShapePropertiesin classAbstractUiMapShape
-
setLocation
public UiMapMarker setLocation(UiMapLocation location)
-
-