public class ParentBioMaterialLoader extends ItemQueryLoader<MeasuredBioMaterial>
MeasuredBioMaterial
Constructor and Description |
---|
ParentBioMaterialLoader(ItemQuery<? extends BioMaterial> query,
java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData(DbControl dc,
ExportedProperty exportedProperty,
MeasuredBioMaterial item)
Get the value for the specified property.
|
public ParentBioMaterialLoader(ItemQuery<? extends BioMaterial> query, java.lang.String parameterName)
public java.lang.Object getData(DbControl dc, ExportedProperty exportedProperty, MeasuredBioMaterial item) throws java.lang.Exception
DataLoader
getData
in interface DataLoader<MeasuredBioMaterial>
getData
in class ItemQueryLoader<MeasuredBioMaterial>
exportedProperty
- The property to get the value foritem
- The item that holds the valuejava.lang.Exception
- If failing to get the data.