Class CustomerProfileData
- java.lang.Object
-
- de.hybris.platform.assistedservicestorefront.customer360.CustomerProfileData
-
- All Implemented Interfaces:
java.io.Serializable
public class CustomerProfileData extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomerProfileData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressData
getBillingAddress()
AddressData
getDeliveryAddress()
java.util.List<CCPaymentInfoData>
getPaymentInfoList()
java.lang.String
getPhone1()
java.lang.String
getPhone2()
void
setBillingAddress(AddressData billingAddress)
void
setDeliveryAddress(AddressData deliveryAddress)
void
setPaymentInfoList(java.util.List<CCPaymentInfoData> paymentInfoList)
void
setPhone1(java.lang.String phone1)
void
setPhone2(java.lang.String phone2)
-
-
-
Method Detail
-
setBillingAddress
public void setBillingAddress(AddressData billingAddress)
-
getBillingAddress
public AddressData getBillingAddress()
-
setDeliveryAddress
public void setDeliveryAddress(AddressData deliveryAddress)
-
getDeliveryAddress
public AddressData getDeliveryAddress()
-
setPhone1
public void setPhone1(java.lang.String phone1)
-
getPhone1
public java.lang.String getPhone1()
-
setPhone2
public void setPhone2(java.lang.String phone2)
-
getPhone2
public java.lang.String getPhone2()
-
setPaymentInfoList
public void setPaymentInfoList(java.util.List<CCPaymentInfoData> paymentInfoList)
-
getPaymentInfoList
public java.util.List<CCPaymentInfoData> getPaymentInfoList()
-
-