com.konakart.json.app
Class J_SuggestedSearchItem

java.lang.Object
  extended by com.konakart.json.app.J_SuggestedSearchItem
All Implemented Interfaces:
java.io.Serializable

public class J_SuggestedSearchItem
extends java.lang.Object
implements java.io.Serializable

SuggestedSearchItem interface

See Also:
Serialized Form

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

Constructor Detail

J_SuggestedSearchItem

public J_SuggestedSearchItem()
Method Detail

getRawText

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

setRawText

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

getRichText

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

setRichText

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

getProductId

public int getProductId()
Returns:
the productId

setProductId

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

getCategoryId

public int getCategoryId()
Returns:
the categoryId

setCategoryId

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

getManufacturerId

public int getManufacturerId()
Returns:
the manufacturerId

setManufacturerId

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

getId

public int getId()
Returns:
the id

setId

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


Copyright © 2011 DS Data Systems UK Ltd.