|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.Customer
public class Customer
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
birthday
|
private java.lang.String |
customerId
|
private CustomerReviews[] |
customerReviews
|
private CustomerLocation |
location
|
private java.lang.String |
nickname
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private java.lang.String |
wishListId
|
Constructor Summary | |
---|---|
Customer()
|
|
Customer(java.lang.String customerId,
java.lang.String nickname,
java.lang.String birthday,
java.lang.String wishListId,
CustomerLocation location,
CustomerReviews[] customerReviews)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getBirthday()
Gets the birthday value for this Customer. |
java.lang.String |
getCustomerId()
Gets the customerId value for this Customer. |
CustomerReviews[] |
getCustomerReviews()
Gets the customerReviews value for this Customer. |
CustomerReviews |
getCustomerReviews(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
CustomerLocation |
getLocation()
Gets the location value for this Customer. |
java.lang.String |
getNickname()
Gets the nickname value for this Customer. |
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 |
java.lang.String |
getWishListId()
Gets the wishListId value for this Customer. |
int |
hashCode()
|
void |
setBirthday(java.lang.String birthday)
Sets the birthday value for this Customer. |
void |
setCustomerId(java.lang.String customerId)
Sets the customerId value for this Customer. |
void |
setCustomerReviews(CustomerReviews[] customerReviews)
Sets the customerReviews value for this Customer. |
void |
setCustomerReviews(int i,
CustomerReviews _value)
|
void |
setLocation(CustomerLocation location)
Sets the location value for this Customer. |
void |
setNickname(java.lang.String nickname)
Sets the nickname value for this Customer. |
void |
setWishListId(java.lang.String wishListId)
Sets the wishListId value for this Customer. |
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 birthday
private java.lang.String customerId
private CustomerReviews[] customerReviews
private CustomerLocation location
private java.lang.String nickname
private static org.apache.axis.description.TypeDesc typeDesc
private java.lang.String wishListId
Constructor Detail |
---|
public Customer()
public Customer(java.lang.String customerId, java.lang.String nickname, java.lang.String birthday, java.lang.String wishListId, CustomerLocation location, CustomerReviews[] customerReviews)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getBirthday()
public java.lang.String getCustomerId()
public CustomerReviews[] getCustomerReviews()
public CustomerReviews getCustomerReviews(int i)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public CustomerLocation getLocation()
public java.lang.String getNickname()
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 java.lang.String getWishListId()
public int hashCode()
hashCode
in class java.lang.Object
public void setBirthday(java.lang.String birthday)
birthday
- public void setCustomerId(java.lang.String customerId)
customerId
- public void setCustomerReviews(CustomerReviews[] customerReviews)
customerReviews
- public void setCustomerReviews(int i, CustomerReviews _value)
public void setLocation(CustomerLocation location)
location
- public void setNickname(java.lang.String nickname)
nickname
- public void setWishListId(java.lang.String wishListId)
wishListId
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |