@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class DetectorSettings extends Object implements Serializable, IObject, IMutable
Modifier and Type | Class and Description |
---|---|
static class |
DetectorSettings.Details |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
_dynamicFields |
protected boolean |
_loaded |
protected Binning |
binning |
static String |
BINNING |
protected Details |
details |
static String |
DETAILS |
protected Detector |
detector |
static String |
DETECTOR |
static String |
EVENT_FILTER |
static Set<String> |
FIELDS |
protected Double |
gain |
static String |
GAIN |
static String |
GROUP_FILTER |
protected Long |
id |
static String |
ID |
protected Integer |
integration |
static String |
INTEGRATION |
protected Double |
offsetValue |
static String |
OFFSETVALUE |
static String |
OWNER_FILTER |
static String |
PERMS_FILTER |
protected Frequency |
readOutRate |
static String |
READOUTRATE |
protected Integer |
version |
static String |
VERSION |
protected ElectricPotential |
voltage |
static String |
VOLTAGE |
protected Double |
zoom |
static String |
ZOOM |
Modifier | Constructor and Description |
---|---|
|
DetectorSettings() |
|
DetectorSettings(Detector _detector) |
protected |
DetectorSettings(Long id) |
|
DetectorSettings(Long id,
boolean loaded)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFilter(Filter __filter) |
protected void |
errorIfUnloaded() |
Set<String> |
fields()
returns a Set of field names that belong to this class
|
Binning |
getBinning()
Many-to-one field ome.model.acquisition.DetectorSettings.binning (ome.model.enums.Binning)
|
Details |
getDetails()
The details of this object correspond to low-level system
information.
|
Detector |
getDetector()
Many-to-one field ome.model.acquisition.DetectorSettings.detector (ome.model.acquisition.Detector)
|
Double |
getGain()
Simple field ome.model.acquisition.DetectorSettings.gain (java.lang.Double)
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
Long |
getId()
The DB unique identifier for this object.
|
Integer |
getIntegration()
Simple field ome.model.acquisition.DetectorSettings.integration (java.lang.Integer)
|
Double |
getOffsetValue()
Simple field ome.model.acquisition.DetectorSettings.offsetValue (java.lang.Double)
|
Frequency |
getReadOutRate()
Enum-mapped unit-based field ome.model.acquisition.DetectorSettings.readOutRate (ome.model.units.Frequency)
|
Integer |
getVersion()
This version number is controlled by the database for optimisitic
locking.
|
ElectricPotential |
getVoltage()
Enum-mapped unit-based field ome.model.acquisition.DetectorSettings.voltage (ome.model.units.ElectricPotential)
|
Double |
getZoom()
Simple field ome.model.acquisition.DetectorSettings.zoom (java.lang.Double)
|
boolean |
isLoaded()
transient field (not stored in the DB) which specifies whether this
object has been loaded from the DB or is only a wrapper around the ID.
|
boolean |
isValid()
calls the class-specific validator for this instance and returns the
value from
Validation.isValid() |
DetectorSettings |
newInstance() |
DetectorSettings |
proxy() |
void |
putAt(String field,
Object value)
stores a value in this instance.
|
Object |
retrieve(String field)
retrieves a value from this instance.
|
void |
setBinning(Binning binning) |
protected void |
setDetails(Details details)
Use the
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the DetectorSettings.Details instance instead. |
void |
setDetector(Detector detector) |
void |
setGain(Double gain) |
void |
setId(Long id)
usually unneeded.
|
void |
setIntegration(Integer integration) |
void |
setOffsetValue(Double offsetValue) |
void |
setReadOutRate(Frequency readOutRate) |
void |
setVersion(Integer version)
use with caution.
|
void |
setVoltage(ElectricPotential voltage) |
void |
setZoom(Double zoom) |
protected void |
throwNullCollectionException(String propertyName) |
String |
toString() |
void |
unload()
set the loaded field to false, and set all non-ID fields to null.
|
Validation |
validate()
calls the class-specific validator for this instance and returns the
Validation object. |
public static final String OWNER_FILTER
public static final String GROUP_FILTER
public static final String EVENT_FILTER
public static final String PERMS_FILTER
public static final String ID
protected Long id
public static final String VERSION
protected Integer version
protected ElectricPotential voltage
protected Double gain
protected Double offsetValue
protected Frequency readOutRate
protected Binning binning
protected Integer integration
protected Double zoom
protected Detector detector
protected Details details
public static final String VOLTAGE
public static final String GAIN
public static final String OFFSETVALUE
public static final String READOUTRATE
public static final String BINNING
public static final String INTEGRATION
public static final String ZOOM
public static final String DETECTOR
public static final String DETAILS
protected boolean _loaded
public DetectorSettings()
protected DetectorSettings(Long id)
public DetectorSettings(Long id, boolean loaded)
public DetectorSettings(Detector _detector)
@DocumentId public Long getId()
public void setId(Long id)
IObject
public Integer getVersion()
getVersion
in interface IMutable
public void setVersion(Integer version)
IMutable
setVersion
in interface IMutable
version
- Value for this objects version.public ElectricPotential getVoltage()
public void setVoltage(ElectricPotential voltage)
@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public Double getGain()
public void setGain(Double gain)
@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public Double getOffsetValue()
public void setOffsetValue(Double offsetValue)
public Frequency getReadOutRate()
public void setReadOutRate(Frequency readOutRate)
public Binning getBinning()
public void setBinning(Binning binning)
@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public Integer getIntegration()
public void setIntegration(Integer integration)
@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public Double getZoom()
public void setZoom(Double zoom)
public Detector getDetector()
public void setDetector(Detector detector)
public Details getDetails()
Details
type.getDetails
in interface IObject
protected void setDetails(Details details)
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the DetectorSettings.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public DetectorSettings newInstance()
public DetectorSettings proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
in interface Filterable
public Set<String> fields()
IObject
public Object retrieve(String field)
IObject
field
which match a field of this instance will be delegated to the accessors.
Otherwise, values will be retrieved from a lazy-loaded map filled by
calls to IObject.putAt(String, Object)
public void putAt(String field, Object value)
IObject
field
which
match a field of this instance will be delegated to the accessors.
Otherwise, values will be stored in a lazy-loaded map.public boolean isLoaded()
IObject
protected void errorIfUnloaded()
public void unload()
IObject
public final GraphHolder getGraphHolder()
IObject
GraphHolder
for this entity. If the GraphHolder has
not been actively set, a new one will be instatiated.getGraphHolder
in interface IObject
protected void throwNullCollectionException(String propertyName)
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.