js.dev.cam.sbig
Class QueryCommandStatusParams

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

public class QueryCommandStatusParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
QueryCommandStatusParams()
          Constructor.
QueryCommandStatusParams(int command)
          Constructor.
 
Method Summary
 int getCommand()
           
static long getSerialVersionUID()
           
 void setCommand(int command)
           
 
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

QueryCommandStatusParams

public QueryCommandStatusParams()
Constructor.


QueryCommandStatusParams

public QueryCommandStatusParams(int command)
Constructor.

Parameters:
command - the command to set.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getCommand

public int getCommand()
Returns:
the command.

setCommand

public void setCommand(int command)
Parameters:
command - the command to set.