Package org.teamapps.dto
Class UiMapPolyline
- java.lang.Object
-
- org.teamapps.dto.UiMapPolyline
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<UiMapLocation>pathprotected UiShapePropertiesshapeProperties
-
Constructor Summary
Constructors Constructor Description UiMapPolyline()Deprecated.Only for Jackson deserialization.UiMapPolyline(java.util.List<UiMapLocation> path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UiMapLocation>getPath()UiShapePropertiesgetShapeProperties()UiObjectTypegetUiObjectType()UiMapPolylinesetShapeProperties(UiShapeProperties shapeProperties)java.lang.StringtoString()
-
-
-
Field Detail
-
path
protected java.util.List<UiMapLocation> path
-
shapeProperties
protected UiShapeProperties shapeProperties
-
-
Constructor Detail
-
UiMapPolyline
@Deprecated public UiMapPolyline()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiMapPolyline
public UiMapPolyline(java.util.List<UiMapLocation> path)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getPath
public java.util.List<UiMapLocation> getPath()
-
getShapeProperties
public UiShapeProperties getShapeProperties()
-
setShapeProperties
public UiMapPolyline setShapeProperties(UiShapeProperties shapeProperties)
-
-