js.dev.cam.sbig
Class MiscellaneousControlParams

java.lang.Object
  extended by js.dev.Params
      extended by js.dev.cam.sbig.MiscellaneousControlParams
All Implemented Interfaces:
java.io.Serializable

public class MiscellaneousControlParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MiscellaneousControlParams()
          Constructor.
 
Method Summary
 LED_STATE getLedState()
           
static long getSerialVersionUID()
           
 long getSerVersionUid()
           
 SHUTTER_COMMAND getShutterCommand()
           
 boolean isFanEnabled()
           
 void setFanEnabled(boolean fanEnabled)
           
 void setLedState(LED_STATE ledState)
           
 void setShutterCommand(SHUTTER_COMMAND shutterCommand)
           
 
Methods inherited from class js.dev.Params
getPriority, setPriority
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscellaneousControlParams

public MiscellaneousControlParams()
Constructor.

Method Detail

getSerVersionUid

public final long getSerVersionUid()

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID

isFanEnabled

public boolean isFanEnabled()
Returns:
the fanEnabled

setFanEnabled

public void setFanEnabled(boolean fanEnabled)
Parameters:
fanEnabled - the fanEnabled to set

getLedState

public LED_STATE getLedState()
Returns:
the ledState

setLedState

public void setLedState(LED_STATE ledState)
Parameters:
ledState - the ledState to set

getShutterCommand

public SHUTTER_COMMAND getShutterCommand()
Returns:
the shutterCommand

setShutterCommand

public void setShutterCommand(SHUTTER_COMMAND shutterCommand)
Parameters:
shutterCommand - the shutterCommand to set