org.gcube.portlets.admin.searchmanagerportlet.gwt.shared
Class PresentableFieldInfoBean

java.lang.Object
  extended by 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


Constructor Summary
PresentableFieldInfoBean()
          Default constructor
PresentableFieldInfoBean(String id, String collectionID, String collectionName, String sourceLocator, boolean isSortable, String queryExpression, Set<String> presentationInfo)
           
 
Method Summary
 String getCollectionID()
           
 String getCollectionName()
           
 String getID()
           
 Set<String> getPresentationInfo()
           
 String getQueryExpression()
           
 String getSourceLocator()
           
 String getTempID()
           
 boolean isSortable()
           
 void setCollectionID(String collectionID)
           
 void setCollectionName(String collectionName)
           
 void setID(String iD)
           
 void setPresentationInfo(Set<String> presentationInfo)
           
 void setQueryExpression(String queryExp)
           
 void setSortable(boolean isSortable)
           
 void setSourceLocator(String sourceLocator)
           
 void setTempID(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentableFieldInfoBean

public PresentableFieldInfoBean()
Default constructor


PresentableFieldInfoBean

public PresentableFieldInfoBean(String id,
                                String collectionID,
                                String collectionName,
                                String sourceLocator,
                                boolean isSortable,
                                String queryExpression,
                                Set<String> presentationInfo)
Method Detail

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.