org.thalia.bio.entity.adapter
Class GeneticMapBeanAdapter

java.lang.Object
  extended by org.thalia.bio.entity.adapter.BioEntityAdapter
      extended by org.thalia.bio.entity.adapter.GeneticMapBeanAdapter
All Implemented Interfaces:
IBioAdapter

public class GeneticMapBeanAdapter
extends BioEntityAdapter
implements IBioAdapter

Class Description Here

Author:
Jean-Baptiste Veyrieras

Constructor Summary
GeneticMapBeanAdapter()
           
 
Method Summary
 java.lang.Object fromEntity(IBioEntity obj)
          Convert the given compliant object to a bio entity object.
 IBioEntity toEntity(java.lang.Object bean)
          Convert the given bio entity object into another compliant object.
 
Methods inherited from class org.thalia.bio.entity.adapter.BioEntityAdapter
fromEntity, toEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneticMapBeanAdapter

public GeneticMapBeanAdapter()
Method Detail

toEntity

public IBioEntity toEntity(java.lang.Object bean)
Description copied from interface: IBioAdapter
Convert the given bio entity object into another compliant object.

Specified by:
toEntity in interface IBioAdapter
Returns:

fromEntity

public java.lang.Object fromEntity(IBioEntity obj)
Description copied from interface: IBioAdapter
Convert the given compliant object to a bio entity object.

Specified by:
fromEntity in interface IBioAdapter
Returns: