|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.Review
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
ASIN
|
private java.lang.String |
content
|
private java.lang.String |
customerId
|
private java.lang.String |
date
|
private org.apache.axis.types.NonNegativeInteger |
helpfulVotes
|
private org.apache.axis.types.NonNegativeInteger |
rating
|
private java.lang.String |
summary
|
private org.apache.axis.types.NonNegativeInteger |
totalVotes
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
Review()
|
|
Review(java.lang.String ASIN,
org.apache.axis.types.NonNegativeInteger rating,
org.apache.axis.types.NonNegativeInteger helpfulVotes,
java.lang.String customerId,
org.apache.axis.types.NonNegativeInteger totalVotes,
java.lang.String date,
java.lang.String summary,
java.lang.String content)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getASIN()
Gets the ASIN value for this Review. |
java.lang.String |
getContent()
Gets the content value for this Review. |
java.lang.String |
getCustomerId()
Gets the customerId value for this Review. |
java.lang.String |
getDate()
Gets the date value for this Review. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
org.apache.axis.types.NonNegativeInteger |
getHelpfulVotes()
Gets the helpfulVotes value for this Review. |
org.apache.axis.types.NonNegativeInteger |
getRating()
Gets the rating value for this Review. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSummary()
Gets the summary value for this Review. |
org.apache.axis.types.NonNegativeInteger |
getTotalVotes()
Gets the totalVotes value for this Review. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setASIN(java.lang.String ASIN)
Sets the ASIN value for this Review. |
void |
setContent(java.lang.String content)
Sets the content value for this Review. |
void |
setCustomerId(java.lang.String customerId)
Sets the customerId value for this Review. |
void |
setDate(java.lang.String date)
Sets the date value for this Review. |
void |
setHelpfulVotes(org.apache.axis.types.NonNegativeInteger helpfulVotes)
Sets the helpfulVotes value for this Review. |
void |
setRating(org.apache.axis.types.NonNegativeInteger rating)
Sets the rating value for this Review. |
void |
setSummary(java.lang.String summary)
Sets the summary value for this Review. |
void |
setTotalVotes(org.apache.axis.types.NonNegativeInteger totalVotes)
Sets the totalVotes value for this Review. |
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 ASIN
private java.lang.String content
private java.lang.String customerId
private java.lang.String date
private org.apache.axis.types.NonNegativeInteger helpfulVotes
private org.apache.axis.types.NonNegativeInteger rating
private java.lang.String summary
private org.apache.axis.types.NonNegativeInteger totalVotes
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public Review()
public Review(java.lang.String ASIN, org.apache.axis.types.NonNegativeInteger rating, org.apache.axis.types.NonNegativeInteger helpfulVotes, java.lang.String customerId, org.apache.axis.types.NonNegativeInteger totalVotes, java.lang.String date, java.lang.String summary, java.lang.String content)
Method Detail |
public boolean equals(java.lang.Object obj)
public java.lang.String getASIN()
public java.lang.String getContent()
public java.lang.String getCustomerId()
public java.lang.String getDate()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public org.apache.axis.types.NonNegativeInteger getHelpfulVotes()
public org.apache.axis.types.NonNegativeInteger getRating()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String getSummary()
public org.apache.axis.types.NonNegativeInteger getTotalVotes()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
public void setASIN(java.lang.String ASIN)
ASIN
- public void setContent(java.lang.String content)
content
- public void setCustomerId(java.lang.String customerId)
customerId
- public void setDate(java.lang.String date)
date
- public void setHelpfulVotes(org.apache.axis.types.NonNegativeInteger helpfulVotes)
helpfulVotes
- public void setRating(org.apache.axis.types.NonNegativeInteger rating)
rating
- public void setSummary(java.lang.String summary)
summary
- public void setTotalVotes(org.apache.axis.types.NonNegativeInteger totalVotes)
totalVotes
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |