org.gcube.portlets.user.searchportlet.shared
Class SavedBasketQueriesInfo

java.lang.Object
  extended by org.gcube.portlets.user.searchportlet.shared.SavedBasketQueriesInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class SavedBasketQueriesInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

This class has all the needed information that are passed from the servlet to the client for a query that is saved to the user's workspace

Author:
Panagiota Koltsida, NKUA

Constructor Summary
SavedBasketQueriesInfo()
           
SavedBasketQueriesInfo(String description, String type)
           
 
Method Summary
 String getQueryDescription()
           
 String getQueryType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavedBasketQueriesInfo

public SavedBasketQueriesInfo()

SavedBasketQueriesInfo

public SavedBasketQueriesInfo(String description,
                              String type)
Method Detail

getQueryDescription

public String getQueryDescription()

getQueryType

public String getQueryType()


Copyright © 2013. All Rights Reserved.