public class AbstractSolrSearchProfileDTO extends ItemDTO
| Constructor and Description |
|---|
AbstractSolrSearchProfileDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SolrBoostRuleDTO> |
getBoostRules() |
String |
getCode() |
String |
getDescription() |
SolrIndexedTypeDTO |
getIndexedType() |
Collection<SolrFacetReconfigurationDTO> |
getSolrFacetReconfigurations() |
void |
setBoostRules(Collection<SolrBoostRuleDTO> value) |
void |
setCode(String value) |
void |
setDescription(String value) |
void |
setIndexedType(SolrIndexedTypeDTO value) |
void |
setSolrFacetReconfigurations(Collection<SolrFacetReconfigurationDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AbstractSolrSearchProfileDTO()
public Collection<SolrBoostRuleDTO> getBoostRules()
public String getCode()
public String getDescription()
public SolrIndexedTypeDTO getIndexedType()
public Collection<SolrFacetReconfigurationDTO> getSolrFacetReconfigurations()
public void setBoostRules(Collection<SolrBoostRuleDTO> value)
public void setCode(String value)
public void setDescription(String value)
public void setIndexedType(SolrIndexedTypeDTO value)
public void setSolrFacetReconfigurations(Collection<SolrFacetReconfigurationDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.