|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.Merchant
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.math.BigDecimal |
averageFeedbackRating
|
private java.lang.String |
glancePage
|
private java.lang.String |
merchantId
|
private java.lang.String |
name
|
private org.apache.axis.types.NonNegativeInteger |
totalFeedback
|
private org.apache.axis.types.NonNegativeInteger |
totalFeedbackPages
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
Merchant()
|
|
Merchant(java.lang.String merchantId,
java.lang.String name,
java.lang.String glancePage,
java.math.BigDecimal averageFeedbackRating,
org.apache.axis.types.NonNegativeInteger totalFeedback,
org.apache.axis.types.NonNegativeInteger totalFeedbackPages)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.math.BigDecimal |
getAverageFeedbackRating()
Gets the averageFeedbackRating value for this Merchant. |
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 |
getGlancePage()
Gets the glancePage value for this Merchant. |
java.lang.String |
getMerchantId()
Gets the merchantId value for this Merchant. |
java.lang.String |
getName()
Gets the name value for this Merchant. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
org.apache.axis.types.NonNegativeInteger |
getTotalFeedback()
Gets the totalFeedback value for this Merchant. |
org.apache.axis.types.NonNegativeInteger |
getTotalFeedbackPages()
Gets the totalFeedbackPages value for this Merchant. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAverageFeedbackRating(java.math.BigDecimal averageFeedbackRating)
Sets the averageFeedbackRating value for this Merchant. |
void |
setGlancePage(java.lang.String glancePage)
Sets the glancePage value for this Merchant. |
void |
setMerchantId(java.lang.String merchantId)
Sets the merchantId value for this Merchant. |
void |
setName(java.lang.String name)
Sets the name value for this Merchant. |
void |
setTotalFeedback(org.apache.axis.types.NonNegativeInteger totalFeedback)
Sets the totalFeedback value for this Merchant. |
void |
setTotalFeedbackPages(org.apache.axis.types.NonNegativeInteger totalFeedbackPages)
Sets the totalFeedbackPages value for this Merchant. |
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.math.BigDecimal averageFeedbackRating
private java.lang.String glancePage
private java.lang.String merchantId
private java.lang.String name
private org.apache.axis.types.NonNegativeInteger totalFeedback
private org.apache.axis.types.NonNegativeInteger totalFeedbackPages
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public Merchant()
public Merchant(java.lang.String merchantId, java.lang.String name, java.lang.String glancePage, java.math.BigDecimal averageFeedbackRating, org.apache.axis.types.NonNegativeInteger totalFeedback, org.apache.axis.types.NonNegativeInteger totalFeedbackPages)
Method Detail |
public boolean equals(java.lang.Object obj)
public java.math.BigDecimal getAverageFeedbackRating()
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 getGlancePage()
public java.lang.String getMerchantId()
public java.lang.String getName()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public org.apache.axis.types.NonNegativeInteger getTotalFeedback()
public org.apache.axis.types.NonNegativeInteger getTotalFeedbackPages()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
public void setAverageFeedbackRating(java.math.BigDecimal averageFeedbackRating)
averageFeedbackRating
- public void setGlancePage(java.lang.String glancePage)
glancePage
- public void setMerchantId(java.lang.String merchantId)
merchantId
- public void setName(java.lang.String name)
name
- public void setTotalFeedback(org.apache.axis.types.NonNegativeInteger totalFeedback)
totalFeedback
- public void setTotalFeedbackPages(org.apache.axis.types.NonNegativeInteger totalFeedbackPages)
totalFeedbackPages
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |