@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class LightSettings extends Object implements Serializable, IObject, IMutable
Modifier and Type | Class and Description |
---|---|
static class |
LightSettings.Details |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
_dynamicFields |
protected boolean |
_loaded |
protected Double |
attenuation |
static String |
ATTENUATION |
protected Details |
details |
static String |
DETAILS |
static String |
EVENT_FILTER |
static Set<String> |
FIELDS |
static String |
GROUP_FILTER |
protected Long |
id |
static String |
ID |
protected LightSource |
lightSource |
static String |
LIGHTSOURCE |
protected MicrobeamManipulation |
microbeamManipulation |
static String |
MICROBEAMMANIPULATION |
static String |
OWNER_FILTER |
static String |
PERMS_FILTER |
protected Integer |
version |
static String |
VERSION |
protected Length |
wavelength |
static String |
WAVELENGTH |
Modifier | Constructor and Description |
---|---|
|
LightSettings() |
|
LightSettings(LightSource _lightSource) |
protected |
LightSettings(Long id) |
|
LightSettings(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
|
Double |
getAttenuation()
Simple field ome.model.acquisition.LightSettings.attenuation (java.lang.Double)
|
Details |
getDetails()
The details of this object correspond to low-level system
information.
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
Long |
getId()
The DB unique identifier for this object.
|
LightSource |
getLightSource()
Many-to-one field ome.model.acquisition.LightSettings.lightSource (ome.model.acquisition.LightSource)
|
MicrobeamManipulation |
getMicrobeamManipulation()
Many-to-one field ome.model.acquisition.LightSettings.microbeamManipulation (ome.model.experiment.MicrobeamManipulation)
|
Integer |
getVersion()
This version number is controlled by the database for optimisitic
locking.
|
Length |
getWavelength()
Enum-mapped unit-based field ome.model.acquisition.LightSettings.wavelength (ome.model.units.Length)
|
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() |
LightSettings |
newInstance() |
LightSettings |
proxy() |
void |
putAt(String field,
Object value)
stores a value in this instance.
|
Object |
retrieve(String field)
retrieves a value from this instance.
|
void |
setAttenuation(Double attenuation) |
protected void |
setDetails(Details details)
Use the
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the LightSettings.Details instance instead. |
void |
setId(Long id)
usually unneeded.
|
void |
setLightSource(LightSource lightSource) |
void |
setMicrobeamManipulation(MicrobeamManipulation microbeamManipulation) |
void |
setVersion(Integer version)
use with caution.
|
void |
setWavelength(Length wavelength) |
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 Double attenuation
protected Length wavelength
protected LightSource lightSource
protected MicrobeamManipulation microbeamManipulation
protected Details details
public static final String ATTENUATION
public static final String WAVELENGTH
public static final String LIGHTSOURCE
public static final String MICROBEAMMANIPULATION
public static final String DETAILS
protected boolean _loaded
public LightSettings()
protected LightSettings(Long id)
public LightSettings(Long id, boolean loaded)
public LightSettings(LightSource _lightSource)
@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.@Fields(value={@Field(index=UN_TOKENIZED),@Field(index=UN_TOKENIZED,name="combined_fields")}) public Double getAttenuation()
public void setAttenuation(Double attenuation)
public Length getWavelength()
public void setWavelength(Length wavelength)
public LightSource getLightSource()
public void setLightSource(LightSource lightSource)
public MicrobeamManipulation getMicrobeamManipulation()
public void setMicrobeamManipulation(MicrobeamManipulation microbeamManipulation)
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 LightSettings.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public LightSettings newInstance()
public LightSettings 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.