@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class OTF extends java.lang.Object implements java.io.Serializable, IObject, IMutable
Modifier and Type | Class and Description |
---|---|
static class |
OTF.Details |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
_dynamicFields |
protected boolean |
_loaded |
protected Details |
details |
static java.lang.String |
DETAILS |
static java.lang.String |
EVENT_FILTER |
static java.util.Set<java.lang.String> |
FIELDS |
protected FilterSet |
filterSet |
static java.lang.String |
FILTERSET |
static java.lang.String |
GROUP_FILTER |
protected java.lang.Long |
id |
static java.lang.String |
ID |
protected Instrument |
instrument |
static java.lang.String |
INSTRUMENT |
protected Objective |
objective |
static java.lang.String |
OBJECTIVE |
protected java.lang.Boolean |
opticalAxisAveraged |
static java.lang.String |
OPTICALAXISAVERAGED |
static java.lang.String |
OWNER_FILTER |
protected java.lang.String |
path |
static java.lang.String |
PATH |
static java.lang.String |
PERMS_FILTER |
protected PixelsType |
pixelsType |
static java.lang.String |
PIXELSTYPE |
protected java.lang.Integer |
sizeX |
static java.lang.String |
SIZEX |
protected java.lang.Integer |
sizeY |
static java.lang.String |
SIZEY |
protected java.lang.Integer |
version |
static java.lang.String |
VERSION |
Modifier | Constructor and Description |
---|---|
|
OTF() |
|
OTF(java.lang.Integer _sizeX,
java.lang.Integer _sizeY,
java.lang.Boolean _opticalAxisAveraged,
PixelsType _pixelsType,
java.lang.String _path,
Objective _objective,
Instrument _instrument) |
protected |
OTF(java.lang.Long id) |
|
OTF(java.lang.Long id,
boolean loaded)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
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
|
Details |
getDetails()
The details of this object correspond to low-level system
information.
|
FilterSet |
getFilterSet()
Many-to-one field ome.model.acquisition.OTF.filterSet (ome.model.acquisition.FilterSet)
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
java.lang.Long |
getId()
The DB unique identifier for this object.
|
Instrument |
getInstrument()
Many-to-one field ome.model.acquisition.OTF.instrument (ome.model.acquisition.Instrument)
|
Objective |
getObjective()
Many-to-one field ome.model.acquisition.OTF.objective (ome.model.acquisition.Objective)
|
java.lang.Boolean |
getOpticalAxisAveraged()
Simple field ome.model.acquisition.OTF.opticalAxisAveraged (java.lang.Boolean)
|
java.lang.String |
getPath()
Simple field ome.model.acquisition.OTF.path (java.lang.String)
|
PixelsType |
getPixelsType()
Many-to-one field ome.model.acquisition.OTF.pixelsType (ome.model.enums.PixelsType)
|
java.lang.Integer |
getSizeX()
Simple field ome.model.acquisition.OTF.sizeX (java.lang.Integer)
|
java.lang.Integer |
getSizeY()
Simple field ome.model.acquisition.OTF.sizeY (java.lang.Integer)
|
java.lang.Integer |
getVersion()
This version number is controlled by the database for optimisitic
locking.
|
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() |
OTF |
newInstance() |
OTF |
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.
|
protected void |
setDetails(Details details)
Use the
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the OTF.Details instance instead. |
void |
setFilterSet(FilterSet filterSet) |
void |
setId(java.lang.Long id)
usually unneeded.
|
void |
setInstrument(Instrument instrument) |
void |
setObjective(Objective objective) |
void |
setOpticalAxisAveraged(java.lang.Boolean opticalAxisAveraged) |
void |
setPath(java.lang.String path) |
void |
setPixelsType(PixelsType pixelsType) |
void |
setSizeX(java.lang.Integer sizeX) |
void |
setSizeY(java.lang.Integer sizeY) |
void |
setVersion(java.lang.Integer version)
use with caution.
|
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.Integer sizeX
protected java.lang.Integer sizeY
protected java.lang.Boolean opticalAxisAveraged
protected PixelsType pixelsType
protected java.lang.String path
protected FilterSet filterSet
protected Objective objective
protected Instrument instrument
protected Details details
public static final java.lang.String SIZEX
public static final java.lang.String SIZEY
public static final java.lang.String OPTICALAXISAVERAGED
public static final java.lang.String PIXELSTYPE
public static final java.lang.String PATH
public static final java.lang.String FILTERSET
public static final java.lang.String OBJECTIVE
public static final java.lang.String INSTRUMENT
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 OTF()
protected OTF(java.lang.Long id)
public OTF(java.lang.Long id, boolean loaded)
public OTF(java.lang.Integer _sizeX, java.lang.Integer _sizeY, java.lang.Boolean _opticalAxisAveraged, PixelsType _pixelsType, java.lang.String _path, Objective _objective, Instrument _instrument)
@DocumentId public java.lang.Long getId()
public void setId(java.lang.Long id)
IObject
public java.lang.Integer getVersion()
getVersion
in interface IMutable
public void setVersion(java.lang.Integer version)
IMutable
setVersion
in interface IMutable
version
- Value for this objects version.@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getSizeX()
public void setSizeX(java.lang.Integer sizeX)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getSizeY()
public void setSizeY(java.lang.Integer sizeY)
public java.lang.Boolean getOpticalAxisAveraged()
public void setOpticalAxisAveraged(java.lang.Boolean opticalAxisAveraged)
public PixelsType getPixelsType()
public void setPixelsType(PixelsType pixelsType)
@Field(index=TOKENIZED) @Field(index=TOKENIZED,name="combined_fields") public java.lang.String getPath()
public void setPath(java.lang.String path)
public FilterSet getFilterSet()
public void setFilterSet(FilterSet filterSet)
public Objective getObjective()
public void setObjective(Objective objective)
public Instrument getInstrument()
public void setInstrument(Instrument instrument)
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 OTF.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public OTF newInstance()
public OTF proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
in interface Filterable
public java.lang.String toString()
toString
in class 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
in interface IObject
protected void throwNullCollectionException(java.lang.String propertyName)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.