org.gcube.application.framework.search.library.model
Class PresentableFieldInfo

java.lang.Object
  extended by org.gcube.application.framework.search.library.model.PresentableFieldInfo
All Implemented Interfaces:
Serializable, Cloneable

public class PresentableFieldInfo
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Constructor Summary
PresentableFieldInfo()
           
 
Method Summary
 PresentableFieldInfo clone()
           
 String getCollectionId()
           
 String getFieldName()
           
 String getId()
           
 Set<String> getPresentationInfo()
           
 boolean isProjection()
           
 boolean isSortable()
           
 void setCollectionId(String collectionId)
           
 void setFieldName(String fieldName)
           
 void setId(String id)
           
 void setPresentationInfo(Set<String> presentationInfo)
           
 void setProjection(boolean projection)
           
 void setSortable(boolean isSortable)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentableFieldInfo

public PresentableFieldInfo()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getCollectionId

public String getCollectionId()

setCollectionId

public void setCollectionId(String collectionId)

isProjection

public boolean isProjection()

setProjection

public void setProjection(boolean projection)

isSortable

public boolean isSortable()

setSortable

public void setSortable(boolean isSortable)

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)

getPresentationInfo

public Set<String> getPresentationInfo()

setPresentationInfo

public void setPresentationInfo(Set<String> presentationInfo)

clone

public PresentableFieldInfo clone()
Overrides:
clone in class Object


Copyright © 2013. All Rights Reserved.