js.dev.cam.sbig
Class GetCcdInfoResults2
java.lang.Object
js.dev.Results
js.dev.cam.sbig.GetCcdInfoResults2
- All Implemented Interfaces:
- java.io.Serializable
public class GetCcdInfoResults2
- extends Results
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetCcdInfoResults2
public GetCcdInfoResults2()
- Constructor.
GetCcdInfoResults2
public GetCcdInfoResults2(ERROR error)
- Constructor.
- Parameters:
error
- the Error code.
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.