|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.PromotionBenefit
public class PromotionBenefit
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
benefitType
|
private Price |
ceiling
|
private java.lang.String |
componentType
|
private Price |
fixedAmount
|
private java.lang.Double |
percentOff
|
private java.lang.Integer |
quantity
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
PromotionBenefit()
|
|
PromotionBenefit(java.lang.String benefitType,
java.lang.String componentType,
java.lang.Integer quantity,
java.lang.Double percentOff,
Price fixedAmount,
Price ceiling)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getBenefitType()
Gets the benefitType value for this PromotionBenefit. |
Price |
getCeiling()
Gets the ceiling value for this PromotionBenefit. |
java.lang.String |
getComponentType()
Gets the componentType value for this PromotionBenefit. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Price |
getFixedAmount()
Gets the fixedAmount value for this PromotionBenefit. |
java.lang.Double |
getPercentOff()
Gets the percentOff value for this PromotionBenefit. |
java.lang.Integer |
getQuantity()
Gets the quantity value for this PromotionBenefit. |
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 |
setBenefitType(java.lang.String benefitType)
Sets the benefitType value for this PromotionBenefit. |
void |
setCeiling(Price ceiling)
Sets the ceiling value for this PromotionBenefit. |
void |
setComponentType(java.lang.String componentType)
Sets the componentType value for this PromotionBenefit. |
void |
setFixedAmount(Price fixedAmount)
Sets the fixedAmount value for this PromotionBenefit. |
void |
setPercentOff(java.lang.Double percentOff)
Sets the percentOff value for this PromotionBenefit. |
void |
setQuantity(java.lang.Integer quantity)
Sets the quantity value for this PromotionBenefit. |
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 java.lang.String benefitType
private Price ceiling
private java.lang.String componentType
private Price fixedAmount
private java.lang.Double percentOff
private java.lang.Integer quantity
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public PromotionBenefit()
public PromotionBenefit(java.lang.String benefitType, java.lang.String componentType, java.lang.Integer quantity, java.lang.Double percentOff, Price fixedAmount, Price ceiling)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getBenefitType()
public Price getCeiling()
public java.lang.String getComponentType()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public Price getFixedAmount()
public java.lang.Double getPercentOff()
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 setBenefitType(java.lang.String benefitType)
benefitType
- public void setCeiling(Price ceiling)
ceiling
- public void setComponentType(java.lang.String componentType)
componentType
- public void setFixedAmount(Price fixedAmount)
fixedAmount
- public void setPercentOff(java.lang.Double percentOff)
percentOff
- 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 |