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 UiMapLocationlocationprotected java.lang.StringtemplateId-
Fields inherited from class org.teamapps.dto.UiIdentifiableClientRecord
id
-
Fields inherited from class org.teamapps.dto.UiClientRecord
asString, values
-
-
Constructor Summary
Constructors Constructor Description UiMapMarkerClientRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiMapLocationgetLocation()java.lang.StringgetTemplateId()UiObjectTypegetUiObjectType()UiMapMarkerClientRecordsetAsString(java.lang.String asString)UiMapMarkerClientRecordsetId(int id)UiMapMarkerClientRecordsetLocation(UiMapLocation location)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
getId
-
Methods inherited from class org.teamapps.dto.UiClientRecord
getAsString, getValues
-
-
-
-
Field Detail
-
location
protected UiMapLocation location
-
templateId
protected java.lang.String templateId
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiIdentifiableClientRecord
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiIdentifiableClientRecord
-
getLocation
public UiMapLocation getLocation()
-
getTemplateId
public java.lang.String getTemplateId()
-
setValues
public UiMapMarkerClientRecord setValues(java.util.Map<java.lang.String,java.lang.Object> values)
- Overrides:
setValuesin classUiIdentifiableClientRecord
-
setAsString
public UiMapMarkerClientRecord setAsString(java.lang.String asString)
- Overrides:
setAsStringin classUiIdentifiableClientRecord
-
setId
public UiMapMarkerClientRecord setId(int id)
- Overrides:
setIdin classUiIdentifiableClientRecord
-
setLocation
public UiMapMarkerClientRecord setLocation(UiMapLocation location)
-
setTemplateId
public UiMapMarkerClientRecord setTemplateId(java.lang.String templateId)
-
-