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