js.dev.cam.sbig
Class MfParams

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

public class MfParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MfParams()
          Default constructor.
MfParams(MF_MODEL_SELECT model, MF_COMMAND command, long param1, long param2, short[] out, short[] in)
          Constructor.
 
Method Summary
 MF_COMMAND getMfCommand()
           
 short[] getMfIn()
           
 MF_MODEL_SELECT getMfModel()
           
 short[] getMfOut()
           
 long getMfParam1()
           
 long getMfParam2()
           
static long getSerialVersionUID()
           
 void setMfCommand(MF_COMMAND mfCommand)
           
 void setMfIn(short[] mfIn)
           
 void setMfModel(MF_MODEL_SELECT mfModel)
           
 void setMfOut(short[] mfOut)
           
 void setMfParam1(long mfParam1)
           
 void setMfParam2(long mfParam2)
           
 
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

MfParams

public MfParams()
Default constructor.


MfParams

public MfParams(MF_MODEL_SELECT model,
                MF_COMMAND command,
                long param1,
                long param2,
                short[] out,
                short[] in)
Constructor.

Parameters:
model - MF_MODEL_SELECT value.
command - MF_COMMAND value.
param1 - long value.
param2 - long value.
out - output array.
in - input array.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getMfIn

public short[] getMfIn()
Returns:
the mfIn.

setMfIn

public void setMfIn(short[] mfIn)
Parameters:
mfIn - the mfIn to set.

getMfOut

public short[] getMfOut()
Returns:
the mfOut.

setMfOut

public void setMfOut(short[] mfOut)
Parameters:
mfOut - the mfOut to set.

getMfParam1

public long getMfParam1()
Returns:
the mfParam1.

setMfParam1

public void setMfParam1(long mfParam1)
Parameters:
mfParam1 - the mfParam1 to set.

getMfParam2

public long getMfParam2()
Returns:
the mfParam2.

setMfParam2

public void setMfParam2(long mfParam2)
Parameters:
mfParam2 - the mfParam2 to set.

getMfCommand

public MF_COMMAND getMfCommand()
Returns:
the mfCommand.

setMfCommand

public void setMfCommand(MF_COMMAND mfCommand)
Parameters:
mfCommand - the mfCommand to set.

getMfModel

public MF_MODEL_SELECT getMfModel()
Returns:
the mfModel.

setMfModel

public void setMfModel(MF_MODEL_SELECT mfModel)
Parameters:
mfModel - the mfModelSelect to set.