org.gcube.application.framework.search.library.model
Class PresentableFieldInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PresentableFieldInfo
public PresentableFieldInfo()
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