org.gcube.dir.master.queries
Class DefaultQueryAdapter

java.lang.Object
  extended by IDefaultQuery
      extended by org.gcube.dir.master.queries.DefaultQueryAdapter
All Implemented Interfaces:
ServiceInputAdapter<DefaultQuery>

public class DefaultQueryAdapter
extends IDefaultQuery
implements ServiceInputAdapter<DefaultQuery>


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

Constructor Detail

DefaultQueryAdapter

public DefaultQueryAdapter()
Method Detail

intern

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

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