@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class WellSample extends Object implements Serializable, IObject, IMutable
Modifier and Type | Class and Description |
---|---|
static class |
WellSample.Details |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
_dynamicFields |
protected boolean |
_loaded |
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 Image |
image |
static String |
IMAGE |
static String |
OWNER_FILTER |
static String |
PERMS_FILTER |
protected PlateAcquisition |
plateAcquisition |
static String |
PLATEACQUISITION |
protected Length |
posX |
static String |
POSX |
protected Length |
posY |
static String |
POSY |
protected Timestamp |
timepoint |
static String |
TIMEPOINT |
protected Integer |
version |
static String |
VERSION |
protected Well |
well |
static String |
WELL |
Modifier | Constructor and Description |
---|---|
|
WellSample() |
protected |
WellSample(Long id) |
|
WellSample(Long id,
boolean loaded)
Main constructor.
|
|
WellSample(Well _well,
Image _image) |
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
|
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.
|
Image |
getImage()
Many-to-one field ome.model.screen.WellSample.image (ome.model.core.Image)
|
PlateAcquisition |
getPlateAcquisition()
Many-to-one field ome.model.screen.WellSample.plateAcquisition (ome.model.screen.PlateAcquisition)
|
Length |
getPosX()
Enum-mapped unit-based field ome.model.screen.WellSample.posX (ome.model.units.Length)
|
Length |
getPosY()
Enum-mapped unit-based field ome.model.screen.WellSample.posY (ome.model.units.Length)
|
Timestamp |
getTimepoint()
Simple field ome.model.screen.WellSample.timepoint (java.sql.Timestamp)
|
Integer |
getVersion()
This version number is controlled by the database for optimisitic
locking.
|
Well |
getWell()
Many-to-one field ome.model.screen.WellSample.well (ome.model.screen.Well)
|
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() |
WellSample |
newInstance() |
WellSample |
proxy() |
void |
putAt(String field,
Object value)
stores a value in this instance.
|
Object |
retrieve(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 WellSample.Details instance instead. |
void |
setId(Long id)
usually unneeded.
|
void |
setImage(Image image) |
void |
setPlateAcquisition(PlateAcquisition plateAcquisition) |
void |
setPosX(Length posX) |
void |
setPosY(Length posY) |
void |
setTimepoint(Timestamp timepoint) |
void |
setVersion(Integer version)
use with caution.
|
void |
setWell(Well well) |
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 Length posX
protected Length posY
protected Timestamp timepoint
protected PlateAcquisition plateAcquisition
protected Well well
protected Image image
protected Details details
public static final String POSX
public static final String POSY
public static final String TIMEPOINT
public static final String PLATEACQUISITION
public static final String WELL
public static final String IMAGE
public static final String DETAILS
protected boolean _loaded
public WellSample()
protected WellSample(Long id)
public WellSample(Long id, boolean loaded)
@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 Length getPosX()
public void setPosX(Length posX)
public Length getPosY()
public void setPosY(Length posY)
@DateBridge(resolution=MINUTE) @Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Timestamp getTimepoint()
public void setTimepoint(Timestamp timepoint)
public PlateAcquisition getPlateAcquisition()
public void setPlateAcquisition(PlateAcquisition plateAcquisition)
public Well getWell()
public void setWell(Well well)
public Image getImage()
public void setImage(Image image)
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 WellSample.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public WellSample newInstance()
public WellSample 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.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.