public class ParentBioMaterialEventSourceLoader extends Object implements DataLoader<MeasuredBioMaterial>
Modifier and Type | Field and Description |
---|---|
private SpecialQuery<BioMaterialEventSource> |
query |
Constructor and Description |
---|
ParentBioMaterialEventSourceLoader() |
Modifier and Type | Method and Description |
---|---|
Object |
getData(DbControl dc,
ExportedProperty exportedProperty,
MeasuredBioMaterial item)
Get the value for the specified property.
|
private final SpecialQuery<BioMaterialEventSource> query
public Object getData(DbControl dc, ExportedProperty exportedProperty, MeasuredBioMaterial item) throws Exception
DataLoader
getData
in interface DataLoader<MeasuredBioMaterial>
exportedProperty
- The property to get the value foritem
- The item that holds the valueException
- If failing to get the data.