org.gcube.dir.master.selection.criteria
Class BestScoresAdapter

java.lang.Object
  extended by IBestScoresCriterion
      extended by org.gcube.dir.master.selection.criteria.BestScoresAdapter
All Implemented Interfaces:
ServiceInputAdapter<BestScoresCriterion>

public class BestScoresAdapter
extends IBestScoresCriterion
implements ServiceInputAdapter<BestScoresCriterion>

A ServiceInputAdapter for BestScoresCriterion.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
BestScoresAdapter()
           
 
Method Summary
 BestScoresCriterion intern()
          Returns the internal object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestScoresAdapter

public BestScoresAdapter()
Method Detail

intern

public BestScoresCriterion intern()
                           throws java.lang.Exception
Returns the internal object.

Specified by:
intern in interface ServiceInputAdapter<BestScoresCriterion>
Returns:
the object.
Throws:
java.lang.Exception - if this object could not be converted into the internal object.