js.dev.cam.sbig
Class ExposeCcdParams

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

public class ExposeCcdParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ExposeCcdParams()
          Constructor.
 
Method Summary
 CCD_REQUEST getCcdRequest()
           
 EEP_CCD_FLAG getEepCcdFlag()
           
 double getExposureTime()
           
 IMAGE_TYPE getImageType()
           
 SEP_CCD_FLAG getSepCcdFlag()
           
 SEP_EXPOSURE_TIME_FLAG getSepExposureTimeFlag()
           
static long getSerialVersionUID()
           
 boolean isProgress()
           
 void setCcdRequest(CCD_REQUEST ccdRequest)
           
 void setEepCcdFlag(EEP_CCD_FLAG eepCcdFlag)
           
 void setExposureTime(double exposureTime)
           
 void setImageType(IMAGE_TYPE imageType)
           
 void setProgress(boolean progress)
           
 void setSepCcdFlag(SEP_CCD_FLAG sepCcdFlag)
           
 void setSepExposureTimeFlag(SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag)
           
 
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

ExposeCcdParams

public ExposeCcdParams()
Constructor.

Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getCcdRequest

public CCD_REQUEST getCcdRequest()
Returns:
the ccdRequest.

setCcdRequest

public void setCcdRequest(CCD_REQUEST ccdRequest)
Parameters:
ccdRequest - the ccdRequest to set.

getEepCcdFlag

public EEP_CCD_FLAG getEepCcdFlag()
Returns:
the eepCcdFlag.

setEepCcdFlag

public void setEepCcdFlag(EEP_CCD_FLAG eepCcdFlag)
Parameters:
eepCcdFlag - the eepCcdFlag to set.

getExposureTime

public double getExposureTime()
Returns:
the exposureTime.

setExposureTime

public void setExposureTime(double exposureTime)
Parameters:
exposureTime - the exposureTime to set.

getImageType

public IMAGE_TYPE getImageType()
Returns:
the imageType.

setImageType

public void setImageType(IMAGE_TYPE imageType)
Parameters:
imageType - the imageType to set.

isProgress

public boolean isProgress()
Returns:
the progress.

setProgress

public void setProgress(boolean progress)
Parameters:
progress - the progress to set.

getSepCcdFlag

public SEP_CCD_FLAG getSepCcdFlag()
Returns:
the sepCcdFlag.

setSepCcdFlag

public void setSepCcdFlag(SEP_CCD_FLAG sepCcdFlag)
Parameters:
sepCcdFlag - the sepCcdFlag to set.

getSepExposureTimeFlag

public SEP_EXPOSURE_TIME_FLAG getSepExposureTimeFlag()
Returns:
the sepExposureTimeFlag.

setSepExposureTimeFlag

public void setSepExposureTimeFlag(SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag)
Parameters:
sepExposureTimeFlag - the sepExposureTimeFlag to set.