org.gcube.portlets.admin.searchmanagerportlet.gwt.shared
Class PresentableFieldInfoBean
java.lang.Object
org.gcube.portlets.admin.searchmanagerportlet.gwt.shared.PresentableFieldInfoBean
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class PresentableFieldInfoBean
- 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 |
PresentableFieldInfoBean
public PresentableFieldInfoBean()
- Default constructor
PresentableFieldInfoBean
public PresentableFieldInfoBean(String id,
String collectionID,
String collectionName,
String sourceLocator,
boolean isSortable,
String queryExpression,
Set<String> presentationInfo)
setID
public void setID(String iD)
setCollectionID
public void setCollectionID(String collectionID)
setCollectionName
public void setCollectionName(String collectionName)
setSourceLocator
public void setSourceLocator(String sourceLocator)
setSortable
public void setSortable(boolean isSortable)
setQueryExpression
public void setQueryExpression(String queryExp)
setPresentationInfo
public void setPresentationInfo(Set<String> presentationInfo)
getID
public String getID()
getCollectionID
public String getCollectionID()
getCollectionName
public String getCollectionName()
getSourceLocator
public String getSourceLocator()
isSortable
public boolean isSortable()
getQueryExpression
public String getQueryExpression()
getPresentationInfo
public Set<String> getPresentationInfo()
setTempID
public void setTempID(String id)
getTempID
public String getTempID()
Copyright © 2013. All Rights Reserved.