public class Profile extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerAddressId |
protected String |
customerPaymentProfileId |
protected String |
customerProfileId |
| Modifier and Type | Method and Description |
|---|---|
static Profile |
createProfile()
Create a new CustomerProfile object
|
String |
getCustomerAddressId()
Get the customer payment profile id.
|
String |
getCustomerPaymentProfileId()
Get the customer payment profile id.
|
String |
getCustomerProfileId()
Get the customer profile id.
|
void |
setCustomerAddressId(String id)
Set the customer payment profile id.
|
void |
setCustomerPaymentProfileId(String id)
Set the customer payment profile id.
|
void |
setCustomerProfileId(String id)
Set the customer profile id.
|
protected String customerProfileId
protected String customerPaymentProfileId
protected String customerAddressId
public static Profile createProfile()
public String getCustomerProfileId()
public void setCustomerProfileId(String id)
id - the id to setpublic String getCustomerPaymentProfileId()
public void setCustomerPaymentProfileId(String id)
id - the id to setpublic String getCustomerAddressId()
public void setCustomerAddressId(String id)
id - the id to setCopyright © 2016. All Rights Reserved.