public interface SuggestedSearchItemIf
Modifier and Type | Method and Description |
---|---|
int |
getCategoryId() |
int |
getId() |
int |
getManufacturerId() |
int |
getProductId() |
java.lang.String |
getRawText() |
java.lang.String |
getRichText() |
void |
setCategoryId(int categoryId) |
void |
setId(int id) |
void |
setManufacturerId(int manufacturerId) |
void |
setProductId(int productId) |
void |
setRawText(java.lang.String rawText) |
void |
setRichText(java.lang.String richText) |
java.lang.String getRawText()
void setRawText(java.lang.String rawText)
rawText
- the rawText to setjava.lang.String getRichText()
void setRichText(java.lang.String richText)
richText
- the richText to setint getProductId()
void setProductId(int productId)
productId
- the productId to setint getCategoryId()
void setCategoryId(int categoryId)
categoryId
- the categoryId to setint getManufacturerId()
void setManufacturerId(int manufacturerId)
manufacturerId
- the manufacturerId to setint getId()
void setId(int id)
id
- the id to setCopyright © 2018 DS Data Systems UK Ltd.