public class ShippingAddress extends Object implements Serializable
CheckoutUpdate class.| Constructor and Description |
|---|
ShippingAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCity()
Gets the
city. |
String |
getCountry()
Gets the
country. |
String |
getId()
Gets the
id. |
String |
getPostalCode()
Gets the
postalCode. |
String |
getState()
Gets the
state. |
String |
getStreet1()
Gets the
street1. |
String |
getStreet2()
Gets the
street2. |
int |
hashCode() |
void |
setCity(String city)
Sets the
city. |
void |
setCountry(String country)
Sets the
country. |
void |
setId(String id)
Sets the
id. |
void |
setPostalCode(String postalCode)
Sets the
postalCode. |
void |
setState(String state)
Sets the
state. |
void |
setStreet1(String street1)
Sets the
street1. |
void |
setStreet2(String street2)
Sets the
street2. |
String |
toString() |
public void setCountry(String country)
country.country - the country to set.public void setStreet1(String street1)
street1.street1 - the street1 to set.public void setStreet2(String street2)
street2.street2 - the street2 to set.public String getPostalCode()
postalCode.postalCode.public void setPostalCode(String postalCode)
postalCode.postalCode - the postalCode to set.Copyright © 2017 BotMill. All rights reserved.