js.dev.cam.sbig
Class EndExposureParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.EndExposureParams
- All Implemented Interfaces:
- java.io.Serializable
public class EndExposureParams
- 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 |
EndExposureParams
public EndExposureParams()
- Constructor.
EndExposureParams
public EndExposureParams(CCD_REQUEST ccdRequest)
- Constructor.
- Parameters:
ccdRequest
- the ccdRequest to set.
EndExposureParams
public EndExposureParams(CCD_REQUEST ccdRequest,
EEP_CCD_FLAG eepCcdFlagRequest)
- Constructor.
- Parameters:
ccdRequest
- the ccdRequest to set.eepCcdFlagRequest
- the eepCcdFlagRequest to set.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID
getEepCcdFlag
public EEP_CCD_FLAG getEepCcdFlag()
- Returns:
- the eepCcdFlag
setEepCcdFlag
public void setEepCcdFlag(EEP_CCD_FLAG eepCcdFlag)
- Parameters:
eepCcdFlag
- the eepCcdFlag to set
getCcdRequest
public CCD_REQUEST getCcdRequest()
- Returns:
- the ccdRequest
setCcdRequest
public void setCcdRequest(CCD_REQUEST ccdRequest)
- Parameters:
ccdRequest
- the ccdRequest to set