Package org.teamapps.dto
Class UiMapRectangle
- java.lang.Object
-
- org.teamapps.dto.AbstractUiMapShape
-
- org.teamapps.dto.UiMapRectangle
-
- All Implemented Interfaces:
UiObject
public class UiMapRectangle 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 UiMapLocationl1protected UiMapLocationl2-
Fields inherited from class org.teamapps.dto.AbstractUiMapShape
shapeProperties
-
-
Constructor Summary
Constructors Constructor Description UiMapRectangle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiMapLocationgetL1()UiMapLocationgetL2()UiObjectTypegetUiObjectType()UiMapRectanglesetL1(UiMapLocation l1)UiMapRectanglesetL2(UiMapLocation l2)UiMapRectanglesetShapeProperties(UiShapeProperties shapeProperties)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractUiMapShape
getShapeProperties
-
-
-
-
Field Detail
-
l1
protected UiMapLocation l1
-
l2
protected UiMapLocation l2
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractUiMapShape
-
getL1
public UiMapLocation getL1()
-
getL2
public UiMapLocation getL2()
-
setShapeProperties
public UiMapRectangle setShapeProperties(UiShapeProperties shapeProperties)
- Overrides:
setShapePropertiesin classAbstractUiMapShape
-
setL1
public UiMapRectangle setL1(UiMapLocation l1)
-
setL2
public UiMapRectangle setL2(UiMapLocation l2)
-
-