Package org.teamapps.dto
Class UiPopup.SetPositionCommand
java.lang.Object
org.teamapps.dto.UiPopup.SetPositionCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiPopup
public static class UiPopup.SetPositionCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected intxprotected inty -
Constructor Summary
Constructors Constructor Description SetPositionCommand()Deprecated.Only for Jackson deserialization.SetPositionCommand(java.lang.String componentId, int x, int y) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()intgetX()intgetY()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
x
protected int x -
y
protected int y
-
-
Constructor Details
-
SetPositionCommand
@Deprecated public SetPositionCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetPositionCommand
public SetPositionCommand(java.lang.String componentId, int x, int y)
-
-
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>
-
getX
public int getX() -
getY
public int getY()
-