|
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
public class 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 java.math.BigDecimal |
rating
|
private Reviewer |
reviewer
|
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,
java.math.BigDecimal rating,
org.apache.axis.types.NonNegativeInteger helpfulVotes,
java.lang.String customerId,
Reviewer reviewer,
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. |
java.math.BigDecimal |
getRating()
Gets the rating value for this Review. |
Reviewer |
getReviewer()
Gets the reviewer 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(java.math.BigDecimal rating)
Sets the rating value for this Review. |
void |
setReviewer(Reviewer reviewer)
Sets the reviewer 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 java.math.BigDecimal rating
private Reviewer reviewer
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, java.math.BigDecimal rating, org.apache.axis.types.NonNegativeInteger helpfulVotes, java.lang.String customerId, Reviewer reviewer, 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)
equals
in class java.lang.Object
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 java.math.BigDecimal getRating()
public Reviewer getReviewer()
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()
hashCode
in class java.lang.Object
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(java.math.BigDecimal rating)
rating
- public void setReviewer(Reviewer reviewer)
reviewer
- 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 |