Package org.teamapps.dto
Class UiTimeGraph.SetIntervalYCommand
- java.lang.Object
-
- org.teamapps.dto.UiTimeGraph.SetIntervalYCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiTimeGraph
public static class UiTimeGraph.SetIntervalYCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiLongIntervalintervalYprotected java.lang.StringlineId
-
Constructor Summary
Constructors Constructor Description SetIntervalYCommand()Deprecated.Only for Jackson deserialization.SetIntervalYCommand(java.lang.String componentId, java.lang.String lineId, UiLongInterval intervalY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiLongIntervalgetIntervalY()java.lang.StringgetLineId()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
lineId
protected java.lang.String lineId
-
intervalY
protected UiLongInterval intervalY
-
-
Constructor Detail
-
SetIntervalYCommand
@Deprecated public SetIntervalYCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetIntervalYCommand
public SetIntervalYCommand(java.lang.String componentId, java.lang.String lineId, UiLongInterval intervalY)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getLineId
public java.lang.String getLineId()
-
getIntervalY
public UiLongInterval getIntervalY()
-
-