Package org.teamapps.dto
Class AbstractUiMapShape
- java.lang.Object
-
- org.teamapps.dto.AbstractUiMapShape
-
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiMapCircle,UiMapPolygon,UiMapPolyline,UiMapRectangle
public abstract class AbstractUiMapShape extends java.lang.Object 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 UiShapePropertiesshapeProperties
-
Constructor Summary
Constructors Constructor Description AbstractUiMapShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiShapePropertiesgetShapeProperties()AbstractUiMapShapesetShapeProperties(UiShapeProperties shapeProperties)java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.dto.UiObject
getUiObjectType
-
-
-
-
Field Detail
-
shapeProperties
protected UiShapeProperties shapeProperties
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getShapeProperties
public UiShapeProperties getShapeProperties()
-
setShapeProperties
public AbstractUiMapShape setShapeProperties(UiShapeProperties shapeProperties)
-
-