org.broadleafcommerce.profile.core.domain
Class CustomerPaymentImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerPaymentImpl
- All Implemented Interfaces:
- Serializable, CustomerPayment
@Entity
public class CustomerPaymentImpl
- extends Object
- implements CustomerPayment
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
customer
protected Customer customer
billingAddress
protected Address billingAddress
paymentToken
protected String paymentToken
additionalFields
protected Map<String,String> additionalFields
CustomerPaymentImpl
public CustomerPaymentImpl()
setId
public void setId(Long id)
- Specified by:
setId in interface CustomerPayment
getId
public Long getId()
- Specified by:
getId in interface CustomerPayment
getCustomer
public Customer getCustomer()
- Specified by:
getCustomer in interface CustomerPayment
setCustomer
public void setCustomer(Customer customer)
- Specified by:
setCustomer in interface CustomerPayment
getBillingAddress
public Address getBillingAddress()
- Specified by:
getBillingAddress in interface CustomerPayment
setBillingAddress
public void setBillingAddress(Address billingAddress)
- Specified by:
setBillingAddress in interface CustomerPayment
getPaymentToken
public String getPaymentToken()
- Specified by:
getPaymentToken in interface CustomerPayment
setPaymentToken
public void setPaymentToken(String paymentToken)
- Specified by:
setPaymentToken in interface CustomerPayment
getAdditionalFields
public Map<String,String> getAdditionalFields()
- Specified by:
getAdditionalFields in interface CustomerPayment
setAdditionalFields
public void setAdditionalFields(Map<String,String> additionalFields)
- Specified by:
setAdditionalFields in interface CustomerPayment
Copyright © 2013. All Rights Reserved.