net.sf.basedb.core
Class BioMaterialEventSource.BioMaterialEventSourceTransformer
java.lang.Object
net.sf.basedb.core.BioMaterialEventSource.BioMaterialEventSourceTransformer
- All Implemented Interfaces:
- Transformer<BioMaterialEventSource,BioMaterialEventSourceData>
- Enclosing class:
- BioMaterialEventSource
public static class BioMaterialEventSource.BioMaterialEventSourceTransformer
- extends Object
- implements Transformer<BioMaterialEventSource,BioMaterialEventSourceData>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BioMaterialEventSource.BioMaterialEventSourceTransformer
public BioMaterialEventSource.BioMaterialEventSourceTransformer()
transform
public BioMaterialEventSource transform(DbControl dc,
BioMaterialEventSourceData from)
- Description copied from interface:
Transformer
- Transform the given object into another object.
- Specified by:
transform
in interface Transformer<BioMaterialEventSource,BioMaterialEventSourceData>
from
- The source object
- Returns:
- An instance of the destination class or null