public class CustomerProfile extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerProfileId |
protected String |
description |
protected String |
email |
protected String |
merchantCustomerId |
protected ArrayList<Address> |
shipToAddressList |
| Modifier and Type | Method and Description |
|---|---|
void |
addShipToAddress(Address shipTo)
Add an address to the ship to list.
|
static CustomerProfile |
createCustomerProfile()
Create a new CustomerProfile object
|
String |
getCustomerProfileId()
Get the customer profile id.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getMerchantCustomerId()
Gets the value of the merchantCustomerId property.
|
Address |
getShipToAddress()
Return the first (perhaps only) address in the list.
|
ArrayList<Address> |
getShipToAddressList() |
void |
setCustomerProfileId(String id)
Set the customer profile id.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setMerchantCustomerId(String value)
Sets the value of the merchantCustomerId property.
|
void |
setShipToAddressList(ArrayList<Address> shipToAddressList) |
protected String merchantCustomerId
protected String description
protected String email
protected String customerProfileId
public static CustomerProfile createCustomerProfile()
public String getCustomerProfileId()
public void setCustomerProfileId(String id)
id - the id to setpublic String getMerchantCustomerId()
Stringpublic void setMerchantCustomerId(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic void setShipToAddressList(ArrayList<Address> shipToAddressList)
shipToAddressList - the shipToAddressList to setpublic void addShipToAddress(Address shipTo)
shipTo - public Address getShipToAddress()
Copyright © 2016. All Rights Reserved.