public class AttributeConfigurationDTO extends AbstractLuceneItemDTO
| Constructor and Description |
|---|
AttributeConfigurationDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeDescriptorDTO> |
getAvailableIndexableAttributes() |
Boolean |
getExact() |
String |
getFieldName() |
IndexConfigurationDTO |
getIndexConfiguration() |
AttributeDescriptorDTO |
getIndexedAttribute() |
Boolean |
getStoreData() |
Double |
getWeight() |
void |
setAvailableIndexableAttributes(Collection<AttributeDescriptorDTO> value) |
void |
setExact(Boolean value) |
void |
setFieldName(String value) |
void |
setIndexConfiguration(IndexConfigurationDTO value) |
void |
setIndexedAttribute(AttributeDescriptorDTO value) |
void |
setStoreData(Boolean value) |
void |
setWeight(Double value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AttributeConfigurationDTO()
public Collection<AttributeDescriptorDTO> getAvailableIndexableAttributes()
public Boolean getExact()
public String getFieldName()
public IndexConfigurationDTO getIndexConfiguration()
public AttributeDescriptorDTO getIndexedAttribute()
public Boolean getStoreData()
public Double getWeight()
public void setAvailableIndexableAttributes(Collection<AttributeDescriptorDTO> value)
public void setExact(Boolean value)
public void setFieldName(String value)
public void setIndexConfiguration(IndexConfigurationDTO value)
public void setIndexedAttribute(AttributeDescriptorDTO value)
public void setStoreData(Boolean value)
public void setWeight(Double value)
Copyright © 2017 SAP SE. All Rights Reserved.