Project 4

com.amazon.soap.AWSECommerceService
Class Merchant

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.Merchant
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.math.BigDecimal averageFeedbackRating
           
private  java.lang.String glancePage
           
private  java.lang.String merchantId
           
private  java.lang.String name
           
private  org.apache.axis.types.NonNegativeInteger totalFeedback
           
private  org.apache.axis.types.NonNegativeInteger totalFeedbackPages
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Merchant()
           
Merchant(java.lang.String merchantId, java.lang.String name, java.lang.String glancePage, java.math.BigDecimal averageFeedbackRating, org.apache.axis.types.NonNegativeInteger totalFeedback, org.apache.axis.types.NonNegativeInteger totalFeedbackPages)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.math.BigDecimal getAverageFeedbackRating()
          Gets the averageFeedbackRating value for this Merchant.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getGlancePage()
          Gets the glancePage value for this Merchant.
 java.lang.String getMerchantId()
          Gets the merchantId value for this Merchant.
 java.lang.String getName()
          Gets the name value for this Merchant.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.types.NonNegativeInteger getTotalFeedback()
          Gets the totalFeedback value for this Merchant.
 org.apache.axis.types.NonNegativeInteger getTotalFeedbackPages()
          Gets the totalFeedbackPages value for this Merchant.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAverageFeedbackRating(java.math.BigDecimal averageFeedbackRating)
          Sets the averageFeedbackRating value for this Merchant.
 void setGlancePage(java.lang.String glancePage)
          Sets the glancePage value for this Merchant.
 void setMerchantId(java.lang.String merchantId)
          Sets the merchantId value for this Merchant.
 void setName(java.lang.String name)
          Sets the name value for this Merchant.
 void setTotalFeedback(org.apache.axis.types.NonNegativeInteger totalFeedback)
          Sets the totalFeedback value for this Merchant.
 void setTotalFeedbackPages(org.apache.axis.types.NonNegativeInteger totalFeedbackPages)
          Sets the totalFeedbackPages value for this Merchant.
 
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

averageFeedbackRating

private java.math.BigDecimal averageFeedbackRating

glancePage

private java.lang.String glancePage

merchantId

private java.lang.String merchantId

name

private java.lang.String name

totalFeedback

private org.apache.axis.types.NonNegativeInteger totalFeedback

totalFeedbackPages

private org.apache.axis.types.NonNegativeInteger totalFeedbackPages

typeDesc

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

Merchant

public Merchant()

Merchant

public Merchant(java.lang.String merchantId,
                java.lang.String name,
                java.lang.String glancePage,
                java.math.BigDecimal averageFeedbackRating,
                org.apache.axis.types.NonNegativeInteger totalFeedback,
                org.apache.axis.types.NonNegativeInteger totalFeedbackPages)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getAverageFeedbackRating

public java.math.BigDecimal getAverageFeedbackRating()
Gets the averageFeedbackRating value for this Merchant.

Returns:
averageFeedbackRating

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


getGlancePage

public java.lang.String getGlancePage()
Gets the glancePage value for this Merchant.

Returns:
glancePage

getMerchantId

public java.lang.String getMerchantId()
Gets the merchantId value for this Merchant.

Returns:
merchantId

getName

public java.lang.String getName()
Gets the name value for this Merchant.

Returns:
name

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


getTotalFeedback

public org.apache.axis.types.NonNegativeInteger getTotalFeedback()
Gets the totalFeedback value for this Merchant.

Returns:
totalFeedback

getTotalFeedbackPages

public org.apache.axis.types.NonNegativeInteger getTotalFeedbackPages()
Gets the totalFeedbackPages value for this Merchant.

Returns:
totalFeedbackPages

getTypeDesc

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


hashCode

public int hashCode()

setAverageFeedbackRating

public void setAverageFeedbackRating(java.math.BigDecimal averageFeedbackRating)
Sets the averageFeedbackRating value for this Merchant.

Parameters:
averageFeedbackRating -

setGlancePage

public void setGlancePage(java.lang.String glancePage)
Sets the glancePage value for this Merchant.

Parameters:
glancePage -

setMerchantId

public void setMerchantId(java.lang.String merchantId)
Sets the merchantId value for this Merchant.

Parameters:
merchantId -

setName

public void setName(java.lang.String name)
Sets the name value for this Merchant.

Parameters:
name -

setTotalFeedback

public void setTotalFeedback(org.apache.axis.types.NonNegativeInteger totalFeedback)
Sets the totalFeedback value for this Merchant.

Parameters:
totalFeedback -

setTotalFeedbackPages

public void setTotalFeedbackPages(org.apache.axis.types.NonNegativeInteger totalFeedbackPages)
Sets the totalFeedbackPages value for this Merchant.

Parameters:
totalFeedbackPages -

Project 4