Package org.teamapps.dto
Class UiMap2.FitBoundsCommand
java.lang.Object
org.teamapps.dto.UiMap2.FitBoundsCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiMap2
public static class UiMap2.FitBoundsCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiMapLocationnorthEastprotected UiMapLocationsouthWest -
Constructor Summary
Constructors Constructor Description FitBoundsCommand()Deprecated.Only for Jackson deserialization.FitBoundsCommand(java.lang.String componentId, UiMapLocation southWest, UiMapLocation northEast) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()UiMapLocationgetNorthEast()UiMapLocationgetSouthWest()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.String componentId -
southWest
-
northEast
-
-
Constructor Details
-
FitBoundsCommand
@Deprecated public FitBoundsCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
FitBoundsCommand
public FitBoundsCommand(java.lang.String componentId, UiMapLocation southWest, UiMapLocation northEast)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getSouthWest
-
getNorthEast
-