org.broadleafcommerce.profile.core.domain
Class CustomerPaymentImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.domain.CustomerPaymentImpl
All Implemented Interfaces:
Serializable, CustomerPayment

@Entity
public class CustomerPaymentImpl
extends Object
implements CustomerPayment

See Also:
Serialized Form

Field Summary
protected  Map<String,String> additionalFields
           
protected  Address billingAddress
           
protected  Customer customer
           
protected  Long id
           
protected  String paymentToken
           
 
Constructor Summary
CustomerPaymentImpl()
           
 
Method Summary
 Map<String,String> getAdditionalFields()
           
 Address getBillingAddress()
           
 Customer getCustomer()
           
 Long getId()
           
 String getPaymentToken()
           
 void setAdditionalFields(Map<String,String> additionalFields)
           
 void setBillingAddress(Address billingAddress)
           
 void setCustomer(Customer customer)
           
 void setId(Long id)
           
 void setPaymentToken(String paymentToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

customer

protected Customer customer

billingAddress

protected Address billingAddress

paymentToken

protected String paymentToken

additionalFields

protected Map<String,String> additionalFields
Constructor Detail

CustomerPaymentImpl

public CustomerPaymentImpl()
Method Detail

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.