Project 4

com.amazon.soap.AWSECommerceService
Class Reviewer

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

public class Reviewer
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 customerId
           
private  java.lang.String location
           
private  java.lang.String name
           
private  java.lang.String nickname
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Reviewer()
           
Reviewer(java.lang.String customerId, java.lang.String name, java.lang.String nickname, java.lang.String location)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustomerId()
          Gets the customerId value for this Reviewer.
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 getLocation()
          Gets the location value for this Reviewer.
 java.lang.String getName()
          Gets the name value for this Reviewer.
 java.lang.String getNickname()
          Gets the nickname value for this Reviewer.
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 setCustomerId(java.lang.String customerId)
          Sets the customerId value for this Reviewer.
 void setLocation(java.lang.String location)
          Sets the location value for this Reviewer.
 void setName(java.lang.String name)
          Sets the name value for this Reviewer.
 void setNickname(java.lang.String nickname)
          Sets the nickname value for this Reviewer.
 
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

customerId

private java.lang.String customerId

location

private java.lang.String location

name

private java.lang.String name

nickname

private java.lang.String nickname

typeDesc

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

Reviewer

public Reviewer()

Reviewer

public Reviewer(java.lang.String customerId,
                java.lang.String name,
                java.lang.String nickname,
                java.lang.String location)
Method Detail

equals

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

getCustomerId

public java.lang.String getCustomerId()
Gets the customerId value for this Reviewer.

Returns:
customerId

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


getLocation

public java.lang.String getLocation()
Gets the location value for this Reviewer.

Returns:
location

getName

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

Returns:
name

getNickname

public java.lang.String getNickname()
Gets the nickname value for this Reviewer.

Returns:
nickname

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


getTypeDesc

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


hashCode

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

setCustomerId

public void setCustomerId(java.lang.String customerId)
Sets the customerId value for this Reviewer.

Parameters:
customerId -

setLocation

public void setLocation(java.lang.String location)
Sets the location value for this Reviewer.

Parameters:
location -

setName

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

Parameters:
name -

setNickname

public void setNickname(java.lang.String nickname)
Sets the nickname value for this Reviewer.

Parameters:
nickname -

Project 4