public class Address extends Object implements Parcelable
ICustomerService.addAddress(String customerId, String address1,
String address2, String address3, String city, String state, String zip, ResultStatus resultStatus)
method or as part of a
Customer
object.Modifier and Type | Class and Description |
---|---|
static class |
Address.Builder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Address> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
Address(JSONObject data) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
String |
getAddress1() |
String |
getAddress2() |
String |
getAddress3() |
String |
getCity() |
String |
getId() |
String |
getState() |
String |
getZip() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<Address> CREATOR
public Address(JSONObject data)
public String getId()
public String getAddress1()
public String getAddress2()
public String getAddress3()
public String getCity()
public String getState()
public String getZip()
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable