2.17.2: 2011-06-17

net.sf.basedb.clients.web.plugins
Class ParentBioMaterialLoader

java.lang.Object
  extended by 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) $

Constructor Summary
ParentBioMaterialLoader()
           
 
Method Summary
 Object getData(ExportedProperty exportedProperty, MeasuredBioMaterial<?> item)
          Get the value for the specified property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentBioMaterialLoader

public ParentBioMaterialLoader()
Method Detail

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 for
item - The item that holds the value
Throws:
Exception - If failing to get the data.

2.17.2: 2011-06-17