Package org.teamapps.dto
Class UiMapArea
java.lang.Object
org.teamapps.dto.UiMapArea
- All Implemented Interfaces:
UiObject
public class UiMapArea 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 floatmaxLatitudeprotected floatmaxLongitudeprotected floatminLatitudeprotected floatminLongitude -
Constructor Summary
-
Method Summary
Modifier and Type Method Description floatgetMaxLatitude()floatgetMaxLongitude()floatgetMinLatitude()floatgetMinLongitude()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
minLatitude
protected float minLatitude -
maxLatitude
protected float maxLatitude -
minLongitude
protected float minLongitude -
maxLongitude
protected float maxLongitude
-
-
Constructor Details
-
UiMapArea
@Deprecated public UiMapArea()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiMapArea
public UiMapArea(float minLatitude, float maxLatitude, float minLongitude, float maxLongitude)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getMinLatitude
public float getMinLatitude() -
getMaxLatitude
public float getMaxLatitude() -
getMinLongitude
public float getMinLongitude() -
getMaxLongitude
public float getMaxLongitude()
-