Class AirVentState
java.lang.Object
com.tccc.kos.commons.core.service.state.StateBean
com.tccc.kos.ext.freestyle.hardware.can.subnode.AirVentState
- All Implemented Interfaces:
com.tccc.kos.commons.core.service.handle.HandleAware
,Cloneable
public class AirVentState
extends com.tccc.kos.commons.core.service.state.StateBean
State of the air vent associated with a CGP.
- Version:
- Jul-1-17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
boolean
boolean
void
setAgitating
(boolean agitating) void
setHighProbeWet
(boolean highProbeWet) void
setLowProbeWet
(boolean lowProbeWet) toString()
Methods inherited from class com.tccc.kos.commons.core.service.state.StateBean
addListener, broadcast, getHandle, getPath, getView, removeListener, setView
Methods inherited from interface com.tccc.kos.commons.core.service.handle.HandleAware
addHandleChild, getName
-
Constructor Details
-
AirVentState
public AirVentState(com.tccc.kos.commons.core.service.handle.Handle handle)
-
-
Method Details
-
isHighProbeWet
public boolean isHighProbeWet() -
isLowProbeWet
public boolean isLowProbeWet() -
isAgitating
public boolean isAgitating() -
setHighProbeWet
public void setHighProbeWet(boolean highProbeWet) -
setLowProbeWet
public void setLowProbeWet(boolean lowProbeWet) -
setAgitating
public void setAgitating(boolean agitating) -
toString
-
equals
- Overrides:
equals
in classcom.tccc.kos.commons.core.service.state.StateBean
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.tccc.kos.commons.core.service.state.StateBean
-