Package org.teamapps.dto
Class UiSlider.SetMinCommand
java.lang.Object
org.teamapps.dto.UiSlider.SetMinCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetMinCommand(String componentId, double min) -
Method Summary
-
Field Details
-
componentId
-
min
protected double min
-
-
Constructor Details
-
SetMinCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetMinCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getMin
public double getMin()
-