net.sf.basedb.clients.web.plugins
Class ParentBioMaterialLoader
java.lang.Object
net.sf.basedb.clients.web.plugins.ParentBioMaterialLoader
- All Implemented Interfaces:
- DataLoader<MeasuredBioMaterial<?>>
public class ParentBioMaterialLoader
- extends Object
- implements DataLoader<MeasuredBioMaterial<?>>
This class get data from the parents to a MeasuredBioMaterial
- Version:
- 2.12
- Author:
- martin
- Last modified
- $Date: 2010-08-13 10:50:27 +0200 (Fri, 13 Aug 2010) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParentBioMaterialLoader
public ParentBioMaterialLoader()
getData
public Object getData(ExportedProperty exportedProperty,
MeasuredBioMaterial<?> item)
throws Exception
- Description copied from interface:
DataLoader
- Get the value for the specified property.
- Specified by:
getData
in interface DataLoader<MeasuredBioMaterial<?>>
- Parameters:
exportedProperty
- The property to get the value foritem
- The item that holds the value
- Throws:
Exception
- If failing to get the data.