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