Project 4

com.amazon.soap.AWSECommerceService
Class Promotion

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  PromotionDetails details
           
private  PromotionSummary summary
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Promotion()
           
Promotion(PromotionSummary summary, PromotionDetails details)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 PromotionDetails getDetails()
          Gets the details value for this Promotion.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 PromotionSummary getSummary()
          Gets the summary value for this Promotion.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDetails(PromotionDetails details)
          Sets the details value for this Promotion.
 void setSummary(PromotionSummary summary)
          Sets the summary value for this Promotion.
 
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

details

private PromotionDetails details

summary

private PromotionSummary summary

typeDesc

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

Promotion

public Promotion()

Promotion

public Promotion(PromotionSummary summary,
                 PromotionDetails details)
Method Detail

equals

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

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


getDetails

public PromotionDetails getDetails()
Gets the details value for this Promotion.

Returns:
details

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


getSummary

public PromotionSummary getSummary()
Gets the summary value for this Promotion.

Returns:
summary

getTypeDesc

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


hashCode

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

setDetails

public void setDetails(PromotionDetails details)
Sets the details value for this Promotion.

Parameters:
details -

setSummary

public void setSummary(PromotionSummary summary)
Sets the summary value for this Promotion.

Parameters:
summary -

Project 4