js.dev.cam.sbig
Class MfParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.MfParams
- All Implemented Interfaces:
- java.io.Serializable
public class MfParams
- extends Params
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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.