com.konakart.appif
Interface SuggestedSearchItemIf

All Known Implementing Classes:
SuggestedSearchItem

public interface SuggestedSearchItemIf

SuggestedSearchItem interface


Method Summary
 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)
           
 

Method Detail

getRawText

java.lang.String getRawText()
Returns:
the rawText

setRawText

void setRawText(java.lang.String rawText)
Parameters:
rawText - the rawText to set

getRichText

java.lang.String getRichText()
Returns:
the richText

setRichText

void setRichText(java.lang.String richText)
Parameters:
richText - the richText to set

getProductId

int getProductId()
Returns:
the productId

setProductId

void setProductId(int productId)
Parameters:
productId - the productId to set

getCategoryId

int getCategoryId()
Returns:
the categoryId

setCategoryId

void setCategoryId(int categoryId)
Parameters:
categoryId - the categoryId to set

getManufacturerId

int getManufacturerId()
Returns:
the manufacturerId

setManufacturerId

void setManufacturerId(int manufacturerId)
Parameters:
manufacturerId - the manufacturerId to set

getId

int getId()
Returns:
the id

setId

void setId(int id)
Parameters:
id - the id to set


Copyright © 2011 DS Data Systems UK Ltd.