Project 4

com.amazon.soap.AWSECommerceService
Class PromotionItemApplicability

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

public class PromotionItemApplicability
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  boolean isInBenefitSet
           
private  boolean isInEligibilityRequirementSet
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
PromotionItemApplicability()
           
PromotionItemApplicability(java.lang.String ASIN, boolean isInBenefitSet, boolean isInEligibilityRequirementSet)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getASIN()
          Gets the ASIN value for this PromotionItemApplicability.
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIsInBenefitSet()
          Gets the isInBenefitSet value for this PromotionItemApplicability.
 boolean isIsInEligibilityRequirementSet()
          Gets the isInEligibilityRequirementSet value for this PromotionItemApplicability.
 void setASIN(java.lang.String ASIN)
          Sets the ASIN value for this PromotionItemApplicability.
 void setIsInBenefitSet(boolean isInBenefitSet)
          Sets the isInBenefitSet value for this PromotionItemApplicability.
 void setIsInEligibilityRequirementSet(boolean isInEligibilityRequirementSet)
          Sets the isInEligibilityRequirementSet value for this PromotionItemApplicability.
 
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

isInBenefitSet

private boolean isInBenefitSet

isInEligibilityRequirementSet

private boolean isInEligibilityRequirementSet

typeDesc

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

PromotionItemApplicability

public PromotionItemApplicability()

PromotionItemApplicability

public PromotionItemApplicability(java.lang.String ASIN,
                                  boolean isInBenefitSet,
                                  boolean isInEligibilityRequirementSet)
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 PromotionItemApplicability.

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


getTypeDesc

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


hashCode

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

isIsInBenefitSet

public boolean isIsInBenefitSet()
Gets the isInBenefitSet value for this PromotionItemApplicability.

Returns:
isInBenefitSet

isIsInEligibilityRequirementSet

public boolean isIsInEligibilityRequirementSet()
Gets the isInEligibilityRequirementSet value for this PromotionItemApplicability.

Returns:
isInEligibilityRequirementSet

setASIN

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

Parameters:
ASIN -

setIsInBenefitSet

public void setIsInBenefitSet(boolean isInBenefitSet)
Sets the isInBenefitSet value for this PromotionItemApplicability.

Parameters:
isInBenefitSet -

setIsInEligibilityRequirementSet

public void setIsInEligibilityRequirementSet(boolean isInEligibilityRequirementSet)
Sets the isInEligibilityRequirementSet value for this PromotionItemApplicability.

Parameters:
isInEligibilityRequirementSet -

Project 4