|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.PromotionEligibilityRequirement
public class PromotionEligibilityRequirement
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private Price |
currencyAmount
|
private java.lang.String |
eligibilityRequirementType
|
private java.lang.Integer |
quantity
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
PromotionEligibilityRequirement()
|
|
PromotionEligibilityRequirement(java.lang.String eligibilityRequirementType,
java.lang.Integer quantity,
Price currencyAmount)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Price |
getCurrencyAmount()
Gets the currencyAmount value for this PromotionEligibilityRequirement. |
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 |
getEligibilityRequirementType()
Gets the eligibilityRequirementType value for this PromotionEligibilityRequirement. |
java.lang.Integer |
getQuantity()
Gets the quantity value for this PromotionEligibilityRequirement. |
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 |
setCurrencyAmount(Price currencyAmount)
Sets the currencyAmount value for this PromotionEligibilityRequirement. |
void |
setEligibilityRequirementType(java.lang.String eligibilityRequirementType)
Sets the eligibilityRequirementType value for this PromotionEligibilityRequirement. |
void |
setQuantity(java.lang.Integer quantity)
Sets the quantity value for this PromotionEligibilityRequirement. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private Price currencyAmount
private java.lang.String eligibilityRequirementType
private java.lang.Integer quantity
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public PromotionEligibilityRequirement()
public PromotionEligibilityRequirement(java.lang.String eligibilityRequirementType, java.lang.Integer quantity, Price currencyAmount)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public Price getCurrencyAmount()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String getEligibilityRequirementType()
public java.lang.Integer getQuantity()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setCurrencyAmount(Price currencyAmount)
currencyAmount
- public void setEligibilityRequirementType(java.lang.String eligibilityRequirementType)
eligibilityRequirementType
- public void setQuantity(java.lang.Integer quantity)
quantity
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |