org.gcube.portlets.user.userprofileeditingportlet.shared
Class SearchPreferencesInformation

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

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


Constructor Summary
SearchPreferencesInformation()
           
SearchPreferencesInformation(String language, String engineType, Boolean faultTolerance, Boolean persistence)
           
 
Method Summary
 String getEngineType()
           
 Boolean getFaultTolerance()
           
 String getLanguage()
           
 Boolean getPersistence()
           
 void setEngineType(String engineType)
           
 void setFaultTolerance(Boolean faultTolerance)
           
 void setLanguage(String language)
           
 void setPersistence(Boolean persistence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchPreferencesInformation

public SearchPreferencesInformation()

SearchPreferencesInformation

public SearchPreferencesInformation(String language,
                                    String engineType,
                                    Boolean faultTolerance,
                                    Boolean persistence)
Method Detail

getLanguage

public String getLanguage()

getEngineType

public String getEngineType()

getFaultTolerance

public Boolean getFaultTolerance()

getPersistence

public Boolean getPersistence()

setLanguage

public void setLanguage(String language)

setEngineType

public void setEngineType(String engineType)

setFaultTolerance

public void setFaultTolerance(Boolean faultTolerance)

setPersistence

public void setPersistence(Boolean persistence)


Copyright © 2014. All Rights Reserved.