Class ParentBioMaterialEventSourceLoaderFromBioAssay
- java.lang.Object
-
- net.sf.basedb.clients.web.plugins.ParentBioMaterialEventSourceLoaderFromBioAssay
-
- All Implemented Interfaces:
DataLoader<PhysicalBioAssay>
public class ParentBioMaterialEventSourceLoaderFromBioAssay extends Object implements DataLoader<PhysicalBioAssay>
This is a loader implementation that load information about all source biomaterial for a given physical bioassay.- Since:
- 3.1
- Author:
- Nicklas
- Last modified
- $Date$
-
-
Field Summary
Fields Modifier and Type Field Description private SpecialQuery<BioMaterialEventSource>
query
-
Constructor Summary
Constructors Constructor Description ParentBioMaterialEventSourceLoaderFromBioAssay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getData(DbControl dc, ExportedProperty exportedProperty, PhysicalBioAssay item)
Get the value for the specified property.
-
-
-
Field Detail
-
query
private final SpecialQuery<BioMaterialEventSource> query
-
-
Method Detail
-
getData
public Object getData(DbControl dc, ExportedProperty exportedProperty, PhysicalBioAssay item) throws Exception
Description copied from interface:DataLoader
Get the value for the specified property.- Specified by:
getData
in interfaceDataLoader<PhysicalBioAssay>
exportedProperty
- The property to get the value foritem
- The item that holds the value- Throws:
Exception
- If failing to get the data.
-
-