js.dev.cam.sbig
Class GetCcdInfoResults2

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

public class GetCcdInfoResults2
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetCcdInfoResults2()
          Constructor.
GetCcdInfoResults2(ERROR error)
          Constructor.
 
Method Summary
 int getBadColumns()
           
 int[] getColumns()
           
 IMAGING_ABG getImagingAbg()
           
 java.lang.String getSerialNumber()
           
static long getSerialVersionUID()
           
 void setBadColumns(int badColumns)
           
 void setColumns(int c0, int c1, int c2, int c3)
          This method sets the bad columns.
 void setImagingAbg(IMAGING_ABG imagingAbg)
           
 void setImagingAbg(int value)
           
 void setSerialNumber(java.lang.String serialNumber)
           
 
Methods inherited from class js.dev.Results
getError, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCcdInfoResults2

public GetCcdInfoResults2()
Constructor.


GetCcdInfoResults2

public GetCcdInfoResults2(ERROR error)
Constructor.

Parameters:
error - the Error code.
Method Detail

setImagingAbg

public final void setImagingAbg(int value)

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getBadColumns

public int getBadColumns()
Returns:
the badColumns.

setBadColumns

public void setBadColumns(int badColumns)
Parameters:
badColumns - the badColumns to set.

getColumns

public int[] getColumns()
Returns:
the columns.

setColumns

public final void setColumns(int c0,
                             int c1,
                             int c2,
                             int c3)
This method sets the bad columns.

Parameters:
c0 - the columns[0] to set.
c1 - the columns[1] to set.
c2 - the columns[2] to set.
c3 - the columns[3] to set.

getImagingAbg

public IMAGING_ABG getImagingAbg()
Returns:
the imagingAbg.

setImagingAbg

public void setImagingAbg(IMAGING_ABG imagingAbg)
Parameters:
imagingAbg - the imagingAbg to set.

getSerialNumber

public java.lang.String getSerialNumber()
Returns:
the serialNumber.

setSerialNumber

public void setSerialNumber(java.lang.String serialNumber)
Parameters:
serialNumber - the serialNumber to set.