com.konakart.app
Class SuggestedSearchItem

java.lang.Object
  extended by com.konakart.app.SuggestedSearchItem
All Implemented Interfaces:
SuggestedSearchItemIf

public class SuggestedSearchItem
extends java.lang.Object
implements SuggestedSearchItemIf

SuggestedSearchItem class


Constructor Summary
SuggestedSearchItem()
          Constructor
 
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)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuggestedSearchItem

public SuggestedSearchItem()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getRawText

public java.lang.String getRawText()
Specified by:
getRawText in interface SuggestedSearchItemIf
Returns:
the rawText

setRawText

public void setRawText(java.lang.String rawText)
Specified by:
setRawText in interface SuggestedSearchItemIf
Parameters:
rawText - the rawText to set

getProductId

public int getProductId()
Specified by:
getProductId in interface SuggestedSearchItemIf
Returns:
the productId

setProductId

public void setProductId(int productId)
Specified by:
setProductId in interface SuggestedSearchItemIf
Parameters:
productId - the productId to set

getCategoryId

public int getCategoryId()
Specified by:
getCategoryId in interface SuggestedSearchItemIf
Returns:
the categoryId

setCategoryId

public void setCategoryId(int categoryId)
Specified by:
setCategoryId in interface SuggestedSearchItemIf
Parameters:
categoryId - the categoryId to set

getManufacturerId

public int getManufacturerId()
Specified by:
getManufacturerId in interface SuggestedSearchItemIf
Returns:
the manufacturerId

setManufacturerId

public void setManufacturerId(int manufacturerId)
Specified by:
setManufacturerId in interface SuggestedSearchItemIf
Parameters:
manufacturerId - the manufacturerId to set

getRichText

public java.lang.String getRichText()
Specified by:
getRichText in interface SuggestedSearchItemIf
Returns:
the richText

setRichText

public void setRichText(java.lang.String richText)
Specified by:
setRichText in interface SuggestedSearchItemIf
Parameters:
richText - the richText to set

getId

public int getId()
Specified by:
getId in interface SuggestedSearchItemIf
Returns:
the id

setId

public void setId(int id)
Specified by:
setId in interface SuggestedSearchItemIf
Parameters:
id - the id to set


Copyright © 2011 DS Data Systems UK Ltd.