com.konakart.wsapp
Class SuggestedSearchItem

java.lang.Object
  extended by com.konakart.wsapp.SuggestedSearchItem
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SuggestedSearchItem()
           
SuggestedSearchItem(int categoryId, int id, int manufacturerId, int productId, java.lang.String rawText, java.lang.String richText)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getCategoryId()
          Gets the categoryId value for this SuggestedSearchItem.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this SuggestedSearchItem.
 int getManufacturerId()
          Gets the manufacturerId value for this SuggestedSearchItem.
 int getProductId()
          Gets the productId value for this SuggestedSearchItem.
 java.lang.String getRawText()
          Gets the rawText value for this SuggestedSearchItem.
 java.lang.String getRichText()
          Gets the richText value for this SuggestedSearchItem.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCategoryId(int categoryId)
          Sets the categoryId value for this SuggestedSearchItem.
 void setId(int id)
          Sets the id value for this SuggestedSearchItem.
 void setManufacturerId(int manufacturerId)
          Sets the manufacturerId value for this SuggestedSearchItem.
 void setProductId(int productId)
          Sets the productId value for this SuggestedSearchItem.
 void setRawText(java.lang.String rawText)
          Sets the rawText value for this SuggestedSearchItem.
 void setRichText(java.lang.String richText)
          Sets the richText value for this SuggestedSearchItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestedSearchItem

public SuggestedSearchItem()

SuggestedSearchItem

public SuggestedSearchItem(int categoryId,
                           int id,
                           int manufacturerId,
                           int productId,
                           java.lang.String rawText,
                           java.lang.String richText)
Method Detail

getCategoryId

public int getCategoryId()
Gets the categoryId value for this SuggestedSearchItem.

Returns:
categoryId

setCategoryId

public void setCategoryId(int categoryId)
Sets the categoryId value for this SuggestedSearchItem.

Parameters:
categoryId -

getId

public int getId()
Gets the id value for this SuggestedSearchItem.

Returns:
id

setId

public void setId(int id)
Sets the id value for this SuggestedSearchItem.

Parameters:
id -

getManufacturerId

public int getManufacturerId()
Gets the manufacturerId value for this SuggestedSearchItem.

Returns:
manufacturerId

setManufacturerId

public void setManufacturerId(int manufacturerId)
Sets the manufacturerId value for this SuggestedSearchItem.

Parameters:
manufacturerId -

getProductId

public int getProductId()
Gets the productId value for this SuggestedSearchItem.

Returns:
productId

setProductId

public void setProductId(int productId)
Sets the productId value for this SuggestedSearchItem.

Parameters:
productId -

getRawText

public java.lang.String getRawText()
Gets the rawText value for this SuggestedSearchItem.

Returns:
rawText

setRawText

public void setRawText(java.lang.String rawText)
Sets the rawText value for this SuggestedSearchItem.

Parameters:
rawText -

getRichText

public java.lang.String getRichText()
Gets the richText value for this SuggestedSearchItem.

Returns:
richText

setRichText

public void setRichText(java.lang.String richText)
Sets the richText value for this SuggestedSearchItem.

Parameters:
richText -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.