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:
java.io.Serializable, java.lang.Cloneable

public class PresentableFieldInfo
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

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

Constructor Detail

PresentableFieldInfo

public PresentableFieldInfo()
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getCollectionId

public java.lang.String getCollectionId()

setCollectionId

public void setCollectionId(java.lang.String collectionId)

isProjection

public boolean isProjection()

setProjection

public void setProjection(boolean projection)

isSortable

public boolean isSortable()

setSortable

public void setSortable(boolean isSortable)

getFieldName

public java.lang.String getFieldName()

setFieldName

public void setFieldName(java.lang.String fieldName)

getPresentationInfo

public java.lang.String getPresentationInfo()

setPresentationInfo

public void setPresentationInfo(java.lang.String presentationInfo)

clone

public PresentableFieldInfo clone()
Overrides:
clone in class java.lang.Object