org.gcube.portlets.admin.searchmanagerportlet.gwt.shared
Class SearchableFieldInfoBean
java.lang.Object
org.gcube.portlets.admin.searchmanagerportlet.gwt.shared.SearchableFieldInfoBean
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class SearchableFieldInfoBean
- 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 |
SearchableFieldInfoBean
public SearchableFieldInfoBean()
SearchableFieldInfoBean
public SearchableFieldInfoBean(String id,
String collectionID,
String collectionName,
String sourceLocator,
ArrayList<String> indexCapabilities,
String indexQueryExpression,
boolean isSortable)
setID
public void setID(String iD)
getCollectionID
public String getCollectionID()
getCollectionName
public String getCollectionName()
getSourceLocator
public String getSourceLocator()
getIndexCapabilities
public ArrayList<String> getIndexCapabilities()
getIndexQueryLanguage
public String getIndexQueryLanguage()
isSortable
public boolean isSortable()
setCollectionID
public void setCollectionID(String collectionID)
setCollectionName
public void setCollectionName(String collectionName)
setSourceLocator
public void setSourceLocator(String sourceLocator)
setIndexCapabilities
public void setIndexCapabilities(ArrayList<String> indexCapabilities)
setIndexQueryLanguage
public void setIndexQueryLanguage(String indexQueryLanguage)
setSortable
public void setSortable(boolean isSortable)
setTempID
public void setTempID(String id)
getTempID
public String getTempID()
getID
public String getID()
Copyright © 2013. All Rights Reserved.