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
public class UiMapMarkerClientRecord extends UiIdentifiableClientRecord 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 UiMapMarkerAnchoranchorprotected UiMapLocationlocationprotected intoffsetPixelsXprotected intoffsetPixelsYprotected java.lang.StringtemplateIdFields inherited from class org.teamapps.dto.UiIdentifiableClientRecord
idFields inherited from class org.teamapps.dto.UiClientRecord
asString, values -
Constructor Summary
Constructors Constructor Description UiMapMarkerClientRecord() -
Method Summary
Modifier and Type Method Description UiMapMarkerAnchorgetAnchor()UiMapLocationgetLocation()intgetOffsetPixelsX()intgetOffsetPixelsY()java.lang.StringgetTemplateId()UiObjectTypegetUiObjectType()UiMapMarkerClientRecordsetAnchor(UiMapMarkerAnchor anchor)UiMapMarkerClientRecordsetAsString(java.lang.String asString)UiMapMarkerClientRecordsetId(int id)UiMapMarkerClientRecordsetLocation(UiMapLocation location)UiMapMarkerClientRecordsetOffsetPixelsX(int offsetPixelsX)UiMapMarkerClientRecordsetOffsetPixelsY(int offsetPixelsY)UiMapMarkerClientRecordsetTemplateId(java.lang.String templateId)UiMapMarkerClientRecordsetValues(java.util.Map<java.lang.String,java.lang.Object> values)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiIdentifiableClientRecord
getIdMethods inherited from class org.teamapps.dto.UiClientRecord
getAsString, getValuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
location
-
templateId
protected java.lang.String 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
public java.lang.String toString()- Overrides:
toStringin classUiIdentifiableClientRecord
-
getLocation
-
getTemplateId
public java.lang.String 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
-