Package org.teamapps.dto
Class UiMapPolygon
- java.lang.Object
-
- org.teamapps.dto.AbstractUiMapShape
-
- org.teamapps.dto.UiMapPolygon
-
- All Implemented Interfaces:
UiObject
public class UiMapPolygon 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 java.util.List<UiMapLocation>path-
Fields inherited from class org.teamapps.dto.AbstractUiMapShape
shapeProperties
-
-
Constructor Summary
Constructors Constructor Description UiMapPolygon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UiMapLocation>getPath()UiObjectTypegetUiObjectType()UiMapPolygonsetPath(java.util.List<UiMapLocation> path)UiMapPolygonsetShapeProperties(UiShapeProperties shapeProperties)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractUiMapShape
getShapeProperties
-
-
-
-
Field Detail
-
path
protected java.util.List<UiMapLocation> path
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractUiMapShape
-
getPath
public java.util.List<UiMapLocation> getPath()
-
setShapeProperties
public UiMapPolygon setShapeProperties(UiShapeProperties shapeProperties)
- Overrides:
setShapePropertiesin classAbstractUiMapShape
-
setPath
public UiMapPolygon setPath(java.util.List<UiMapLocation> path)
-
-