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 AddressDatagetBillingAddress()AddressDatagetDeliveryAddress()java.util.List<CCPaymentInfoData>getPaymentInfoList()java.lang.StringgetPhone1()java.lang.StringgetPhone2()voidsetBillingAddress(AddressData billingAddress)voidsetDeliveryAddress(AddressData deliveryAddress)voidsetPaymentInfoList(java.util.List<CCPaymentInfoData> paymentInfoList)voidsetPhone1(java.lang.String phone1)voidsetPhone2(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()
-
-