Package org.teamapps.dto
Class UiMapMarkerClientRecord
java.lang.Object
org.teamapps.dto.UiClientRecord
org.teamapps.dto.UiIdentifiableClientRecord
org.teamapps.dto.UiMapMarkerClientRecord
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiMapMarkerAnchorprotected UiMapLocationprotected intprotected intprotected StringFields inherited from class org.teamapps.dto.UiIdentifiableClientRecord
idFields inherited from class org.teamapps.dto.UiClientRecord
asString, values -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintsetAnchor(UiMapMarkerAnchor anchor) setAsString(String asString) setId(int id) setLocation(UiMapLocation location) setOffsetPixelsX(int offsetPixelsX) setOffsetPixelsY(int offsetPixelsY) setTemplateId(String templateId) toString()Methods inherited from class org.teamapps.dto.UiIdentifiableClientRecord
getIdMethods inherited from class org.teamapps.dto.UiClientRecord
getAsString, getValues
-
Field Details
-
location
-
templateId
-
anchor
-
offsetPixelsX
protected int offsetPixelsX -
offsetPixelsY
protected int offsetPixelsY
-
-
Constructor Details
-
UiMapMarkerClientRecord
public UiMapMarkerClientRecord()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiIdentifiableClientRecord
-
toString
- Overrides:
toStringin classUiIdentifiableClientRecord
-
getLocation
-
getTemplateId
-
getAnchor
-
getOffsetPixelsX
public int getOffsetPixelsX() -
getOffsetPixelsY
public int getOffsetPixelsY() -
setValues
- Overrides:
setValuesin classUiIdentifiableClientRecord
-
setAsString
- Overrides:
setAsStringin classUiIdentifiableClientRecord
-
setId
- Overrides:
setIdin classUiIdentifiableClientRecord
-
setLocation
-
setTemplateId
-
setAnchor
-
setOffsetPixelsX
-
setOffsetPixelsY
-