org.thalia.bio
Interface IBioAdapter

All Known Implementing Classes:
BioEntityAdapter, BioEntityCollectionAdapter, GeneticMapBeanAdapter, LGroupBeanAdapter, LocusBeanAdapter, OntologyBeanAdapter, OntologyTermBeanAdapter

public interface IBioAdapter


Method Summary
 java.lang.Object fromEntity(IBioEntity obj)
          Convert the given compliant object to a bio entity object.
 IBioEntity toEntity(java.lang.Object obj)
          Convert the given bio entity object into another compliant object.
 

Method Detail

toEntity

IBioEntity toEntity(java.lang.Object obj)
Convert the given bio entity object into another compliant object.

Parameters:
obj -
Returns:

fromEntity

java.lang.Object fromEntity(IBioEntity obj)
Convert the given compliant object to a bio entity object.

Parameters:
obj -
Returns: