js.dev.cam.sbig
Class GetCcdInfoResults3

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

public class GetCcdInfoResults3
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetCcdInfoResults3()
          Constructor.
GetCcdInfoResults3(ERROR error)
          Constructor.
 
Method Summary
 AD_SIZE getAdSize()
          The getAdSize method returns the size of ADC.
 FILTER_TYPE getFilterType()
          The getFilerType public method returns the filterType field.
 long getSerVersionUid()
           
 void setAdSize(int adc)
          The setAdSize method sets the ADC size.
 void setFilterType(int value)
          The setFilerType public method sets the filterType field.
 
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

GetCcdInfoResults3

public GetCcdInfoResults3()
Constructor.


GetCcdInfoResults3

public GetCcdInfoResults3(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerVersionUid

public final long getSerVersionUid()

getAdSize

public final AD_SIZE getAdSize()
The getAdSize method returns the size of ADC.

Returns:
adSize

setAdSize

public final void setAdSize(int adc)
The setAdSize method sets the ADC size.


getFilterType

public final FILTER_TYPE getFilterType()
The getFilerType public method returns the filterType field.

Returns:
filerType

setFilterType

public final void setFilterType(int value)
The setFilerType public method sets the filterType field.