com.konakart.json.app
Class J_SuggestedSearchItem
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J_SuggestedSearchItem
public J_SuggestedSearchItem()
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.