Package org.teamapps.dto
Class UiTextColorMarkerFieldMarker
java.lang.Object
org.teamapps.dto.UiTextColorMarkerFieldMarker
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiTextColorMarkerFieldMarker(int markerDefinitionId, int start, int end) -
Method Summary
-
Field Details
-
markerDefinitionId
protected int markerDefinitionId -
start
protected int start -
end
protected int end
-
-
Constructor Details
-
UiTextColorMarkerFieldMarker
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiTextColorMarkerFieldMarker
public UiTextColorMarkerFieldMarker(int markerDefinitionId, int start, int end)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getMarkerDefinitionId
public int getMarkerDefinitionId() -
getStart
public int getStart() -
getEnd
public int getEnd()
-