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
    Constructor
    Description
    AirVentState(com.tccc.kos.commons.core.service.handle.Handle handle)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    boolean
     
    boolean
     
    boolean
     
    void
    setAgitating(boolean agitating)
     
    void
    setHighProbeWet(boolean highProbeWet)
     
    void
    setLowProbeWet(boolean lowProbeWet)
     
     

    Methods inherited from class com.tccc.kos.commons.core.service.state.StateBean

    addListener, broadcast, getHandle, getPath, getView, removeListener, setView

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    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

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.tccc.kos.commons.core.service.state.StateBean
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.tccc.kos.commons.core.service.state.StateBean