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