public class SolrFacetReconfigurationDTO extends ItemDTO
| Constructor and Description |
|---|
SolrFacetReconfigurationDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomFacetSortProvider() |
String |
getDescription() |
SolrIndexedPropertyDTO |
getFacet() |
String |
getFacetType() |
Integer |
getPriority() |
Collection<AbstractSolrSearchProfileDTO> |
getSolrSearchProfiles() |
boolean |
isVisible() |
void |
setCustomFacetSortProvider(String value) |
void |
setDescription(String value) |
void |
setFacet(SolrIndexedPropertyDTO value) |
void |
setFacetType(String value) |
void |
setPriority(Integer value) |
void |
setSolrSearchProfiles(Collection<AbstractSolrSearchProfileDTO> value) |
void |
setVisible(boolean value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic SolrFacetReconfigurationDTO()
public String getCustomFacetSortProvider()
public String getDescription()
public SolrIndexedPropertyDTO getFacet()
public String getFacetType()
public Integer getPriority()
public Collection<AbstractSolrSearchProfileDTO> getSolrSearchProfiles()
public boolean isVisible()
public void setCustomFacetSortProvider(String value)
public void setDescription(String value)
public void setFacet(SolrIndexedPropertyDTO value)
public void setFacetType(String value)
public void setPriority(Integer value)
public void setSolrSearchProfiles(Collection<AbstractSolrSearchProfileDTO> value)
public void setVisible(boolean value)
Copyright © 2017 SAP SE. All Rights Reserved.