js.dev.cam.sbig
Class MfResults
java.lang.Object
js.dev.Results
js.dev.cam.sbig.MfResults
public class MfResults
- extends Results
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MfResults
public MfResults()
- Constructor.
MfResults
public MfResults(ERROR error)
- Constructor.
- Parameters:
error
- the error to set.
getMfError
public MF_ERROR getMfError()
- Returns:
- the mfError
setMfError
public void setMfError(MF_ERROR mfError)
- Parameters:
mfError
- the mfError to set
setMfError
public void setMfError(int value)
- Parameters:
value
- the integer value.
getMfModel
public MF_MODEL_SELECT getMfModel()
- Returns:
- the mfModel
setMfModel
public void setMfModel(MF_MODEL_SELECT mfModel)
- Parameters:
mfModel
- the mfModel to set
setMfModel
public void setMfModel(int value)
- Parameters:
value
- the integer value.
getMfPosition
public long getMfPosition()
- Returns:
- the mfPosition
setMfPosition
public void setMfPosition(int mfPosition)
- Parameters:
mfPosition
- the mfPosition to set
getMfResult1
public long getMfResult1()
- Returns:
- the mfResult1
setMfResult1
public void setMfResult1(long mfResult1)
- Parameters:
mfResult1
- the mfResult1 to set
getMfResult2
public long getMfResult2()
- Returns:
- the mfResult2
setMfResult2
public void setMfResult2(long mfResult2)
- Parameters:
mfResult2
- the mfResult2 to set
getMfStatus
public MF_STATUS getMfStatus()
- Returns:
- the mfStatus
setMfStatus
public void setMfStatus(MF_STATUS mfStatus)
- Parameters:
mfStatus
- the mfStatus to set
setMfStatus
public void setMfStatus(int value)
- Parameters:
value
- the integer value.