3.2.1: 2012-12-13

net.sf.basedb.util.transform
Interface Transformer<T,F>

All Known Implementing Classes:
BioMaterialEventSource.BioMaterialEventSourceTransformer

public interface Transformer<T,F>

Since:
3.0
Author:
Nicklas
Last modified
$Date: 2011-06-20 13:55:13 +0200 (Mon, 20 Jun 2011) $

Method Summary
 T transform(DbControl dc, F from)
          Transform the given object into another object.
 

Method Detail

transform

T transform(DbControl dc,
            F from)
Transform the given object into another object.

Parameters:
from - The source object
Returns:
An instance of the destination class or null

3.2.1: 2012-12-13