org.gcube.application.framework.search.library.model
Class PresentableFieldInfo
java.lang.Object
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
PresentableFieldInfo
public PresentableFieldInfo()
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.