org.gcube.portlets.user.userprofileeditingportlet.shared
Class SearchPreferencesInformation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchPreferencesInformation
public SearchPreferencesInformation()
SearchPreferencesInformation
public SearchPreferencesInformation(String language,
String engineType,
Boolean faultTolerance,
Boolean persistence)
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 © 2013. All Rights Reserved.