@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class DetectorSettings extends java.lang.Object implements java.io.Serializable, IObject, IMutable
修飾子とタイプ | クラスと説明 |
---|---|
static class |
DetectorSettings.Details |
修飾子とタイプ | フィールドと説明 |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
_dynamicFields |
protected boolean |
_loaded |
protected Binning |
binning |
static java.lang.String |
BINNING |
protected Details |
details |
static java.lang.String |
DETAILS |
protected Detector |
detector |
static java.lang.String |
DETECTOR |
static java.lang.String |
EVENT_FILTER |
static java.util.Set<java.lang.String> |
FIELDS |
protected java.lang.Double |
gain |
static java.lang.String |
GAIN |
static java.lang.String |
GROUP_FILTER |
protected java.lang.Long |
id |
static java.lang.String |
ID |
protected java.lang.Integer |
integration |
static java.lang.String |
INTEGRATION |
protected java.lang.Double |
offsetValue |
static java.lang.String |
OFFSETVALUE |
static java.lang.String |
OWNER_FILTER |
static java.lang.String |
PERMS_FILTER |
protected java.lang.Double |
readOutRate |
static java.lang.String |
READOUTRATE |
protected java.lang.Integer |
version |
static java.lang.String |
VERSION |
protected java.lang.Double |
voltage |
static java.lang.String |
VOLTAGE |
protected java.lang.Double |
zoom |
static java.lang.String |
ZOOM |
修飾子 | コンストラクタと説明 |
---|---|
|
DetectorSettings() |
|
DetectorSettings(Detector _detector) |
protected |
DetectorSettings(java.lang.Long id) |
|
DetectorSettings(java.lang.Long id,
boolean loaded)
Main constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
acceptFilter(Filter __filter) |
protected void |
errorIfUnloaded() |
java.util.Set<java.lang.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)
|
java.lang.Double |
getGain()
Simple field ome.model.acquisition.DetectorSettings.gain (java.lang.Double)
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
java.lang.Long |
getId()
The DB unique identifier for this object.
|
java.lang.Integer |
getIntegration()
Simple field ome.model.acquisition.DetectorSettings.integration (java.lang.Integer)
|
java.lang.Double |
getOffsetValue()
Simple field ome.model.acquisition.DetectorSettings.offsetValue (java.lang.Double)
|
java.lang.Double |
getReadOutRate()
Simple field ome.model.acquisition.DetectorSettings.readOutRate (java.lang.Double)
|
java.lang.Integer |
getVersion()
This version number is controlled by the database for optimisitic
locking.
|
java.lang.Double |
getVoltage()
Simple field ome.model.acquisition.DetectorSettings.voltage (java.lang.Double)
|
java.lang.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(java.lang.String field,
java.lang.Object value)
stores a value in this instance.
|
java.lang.Object |
retrieve(java.lang.String field)
retrieves a value from this instance.
|
void |
setBinning(Binning binning) |
protected void |
setDetails(Details details)
Use the
Details\#copy(Details) or Details\#shallowCopy(Details)
methods to set the DetectorSettings.Details instance instead. |
void |
setDetector(Detector detector) |
void |
setGain(java.lang.Double gain) |
void |
setId(java.lang.Long id)
usually unneeded.
|
void |
setIntegration(java.lang.Integer integration) |
void |
setOffsetValue(java.lang.Double offsetValue) |
void |
setReadOutRate(java.lang.Double readOutRate) |
void |
setVersion(java.lang.Integer version)
use with caution.
|
void |
setVoltage(java.lang.Double voltage) |
void |
setZoom(java.lang.Double zoom) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
java.lang.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 java.lang.String OWNER_FILTER
public static final java.lang.String GROUP_FILTER
public static final java.lang.String EVENT_FILTER
public static final java.lang.String PERMS_FILTER
public static final java.lang.String ID
protected java.lang.Long id
public static final java.lang.String VERSION
protected java.lang.Integer version
protected java.lang.Double voltage
protected java.lang.Double gain
protected java.lang.Double offsetValue
protected java.lang.Double readOutRate
protected Binning binning
protected java.lang.Integer integration
protected java.lang.Double zoom
protected Detector detector
protected Details details
public static final java.lang.String VOLTAGE
public static final java.lang.String GAIN
public static final java.lang.String OFFSETVALUE
public static final java.lang.String READOUTRATE
public static final java.lang.String BINNING
public static final java.lang.String INTEGRATION
public static final java.lang.String ZOOM
public static final java.lang.String DETECTOR
public static final java.lang.String DETAILS
public static final java.util.Set<java.lang.String> FIELDS
protected java.util.Map<java.lang.String,java.lang.Object> _dynamicFields
protected boolean _loaded
public DetectorSettings()
protected DetectorSettings(java.lang.Long id)
public DetectorSettings(java.lang.Long id, boolean loaded)
public DetectorSettings(Detector _detector)
@DocumentId public java.lang.Long getId()
public void setId(java.lang.Long id)
IObject
public java.lang.Integer getVersion()
getVersion
インタフェース内 IMutable
public void setVersion(java.lang.Integer version)
IMutable
setVersion
インタフェース内 IMutable
version
- Value for this objects version.@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public java.lang.Double getVoltage()
public void setVoltage(java.lang.Double voltage)
@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public java.lang.Double getGain()
public void setGain(java.lang.Double gain)
@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public java.lang.Double getOffsetValue()
public void setOffsetValue(java.lang.Double offsetValue)
@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public java.lang.Double getReadOutRate()
public void setReadOutRate(java.lang.Double readOutRate)
public Binning getBinning()
public void setBinning(Binning binning)
@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public java.lang.Integer getIntegration()
public void setIntegration(java.lang.Integer integration)
@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public java.lang.Double getZoom()
public void setZoom(java.lang.Double zoom)
public Detector getDetector()
public void setDetector(Detector detector)
public Details getDetails()
Details
type.getDetails
インタフェース内 IObject
protected void setDetails(Details details)
Details\#copy(Details)
or Details\#shallowCopy(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
インタフェース内 Filterable
public java.lang.String toString()
toString
クラス内 java.lang.Object
public java.util.Set<java.lang.String> fields()
IObject
public java.lang.Object retrieve(java.lang.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(java.lang.String field, java.lang.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
インタフェース内 IObject
protected void throwNullCollectionException(java.lang.String propertyName)