|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.SuggestedSearchItem
public class SuggestedSearchItem
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 |
---|
public SuggestedSearchItem()
public SuggestedSearchItem(int categoryId, int id, int manufacturerId, int productId, java.lang.String rawText, java.lang.String richText)
Method Detail |
---|
public int getCategoryId()
public void setCategoryId(int categoryId)
categoryId
- public int getId()
public void setId(int id)
id
- public int getManufacturerId()
public void setManufacturerId(int manufacturerId)
manufacturerId
- public int getProductId()
public void setProductId(int productId)
productId
- public java.lang.String getRawText()
public void setRawText(java.lang.String rawText)
rawText
- public java.lang.String getRichText()
public void setRichText(java.lang.String richText)
richText
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |