3.2.1: 2012-12-13

net.sf.basedb.core
Class BioMaterialEventSource.BioMaterialEventSourceTransformer

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


Constructor Summary
BioMaterialEventSource.BioMaterialEventSourceTransformer()
           
 
Method Summary
 BioMaterialEventSource transform(DbControl dc, BioMaterialEventSourceData from)
          Transform the given object into another object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BioMaterialEventSource.BioMaterialEventSourceTransformer

public BioMaterialEventSource.BioMaterialEventSourceTransformer()
Method Detail

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

3.2.1: 2012-12-13