Project 4

com.amazon.soap.AWSECommerceService
Class SimilarProductsSimilarProduct

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.SimilarProductsSimilarProduct
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String ASIN
           
private  java.lang.String title
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SimilarProductsSimilarProduct()
           
SimilarProductsSimilarProduct(java.lang.String ASIN, java.lang.String title)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getASIN()
          Gets the ASIN value for this SimilarProductsSimilarProduct.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTitle()
          Gets the title value for this SimilarProductsSimilarProduct.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setASIN(java.lang.String ASIN)
          Sets the ASIN value for this SimilarProductsSimilarProduct.
 void setTitle(java.lang.String title)
          Sets the title value for this SimilarProductsSimilarProduct.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

ASIN

private java.lang.String ASIN

title

private java.lang.String title

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

SimilarProductsSimilarProduct

public SimilarProductsSimilarProduct()

SimilarProductsSimilarProduct

public SimilarProductsSimilarProduct(java.lang.String ASIN,
                                     java.lang.String title)
Method Detail

equals

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

getASIN

public java.lang.String getASIN()
Gets the ASIN value for this SimilarProductsSimilarProduct.

Returns:
ASIN

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


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


getTitle

public java.lang.String getTitle()
Gets the title value for this SimilarProductsSimilarProduct.

Returns:
title

getTypeDesc

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


hashCode

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

setASIN

public void setASIN(java.lang.String ASIN)
Sets the ASIN value for this SimilarProductsSimilarProduct.

Parameters:
ASIN -

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this SimilarProductsSimilarProduct.

Parameters:
title -

Project 4