|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.SellerFeedbackFeedback
public class SellerFeedbackFeedback
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
comment
|
private java.lang.String |
date
|
private java.lang.String |
ratedBy
|
private org.apache.axis.types.NonNegativeInteger |
rating
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
SellerFeedbackFeedback()
|
|
SellerFeedbackFeedback(org.apache.axis.types.NonNegativeInteger rating,
java.lang.String comment,
java.lang.String date,
java.lang.String ratedBy)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getComment()
Gets the comment value for this SellerFeedbackFeedback. |
java.lang.String |
getDate()
Gets the date value for this SellerFeedbackFeedback. |
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 |
getRatedBy()
Gets the ratedBy value for this SellerFeedbackFeedback. |
org.apache.axis.types.NonNegativeInteger |
getRating()
Gets the rating value for this SellerFeedbackFeedback. |
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 |
setComment(java.lang.String comment)
Sets the comment value for this SellerFeedbackFeedback. |
void |
setDate(java.lang.String date)
Sets the date value for this SellerFeedbackFeedback. |
void |
setRatedBy(java.lang.String ratedBy)
Sets the ratedBy value for this SellerFeedbackFeedback. |
void |
setRating(org.apache.axis.types.NonNegativeInteger rating)
Sets the rating value for this SellerFeedbackFeedback. |
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 comment
private java.lang.String date
private java.lang.String ratedBy
private org.apache.axis.types.NonNegativeInteger rating
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public SellerFeedbackFeedback()
public SellerFeedbackFeedback(org.apache.axis.types.NonNegativeInteger rating, java.lang.String comment, java.lang.String date, java.lang.String ratedBy)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getComment()
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 java.lang.String getRatedBy()
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 static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setComment(java.lang.String comment)
comment
- public void setDate(java.lang.String date)
date
- public void setRatedBy(java.lang.String ratedBy)
ratedBy
- public void setRating(org.apache.axis.types.NonNegativeInteger rating)
rating
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |