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