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
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, waitMethods inherited from interface org.teamapps.dto.UiObject
getUiObjectType
-
Field Details
-
shapeProperties
-
-
Constructor Details
-
AbstractUiMapShape
public AbstractUiMapShape()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getShapeProperties
-
setShapeProperties
-