org.broadleafcommerce.core.payment.domain
Class BankAccountPaymentInfoImpl
java.lang.Object
org.broadleafcommerce.core.payment.domain.BankAccountPaymentInfoImpl
- All Implemented Interfaces:
- Serializable, BankAccountPaymentInfo, Referenced
@Entity
public class BankAccountPaymentInfoImpl
- extends Object
- implements BankAccountPaymentInfo
- Author:
- jfischer
- See Also:
- Serialized Form
encryptionModule
protected EncryptionModule encryptionModule
id
protected Long id
referenceNumber
protected String referenceNumber
accountNumber
protected String accountNumber
routingNumber
protected String routingNumber
BankAccountPaymentInfoImpl
protected BankAccountPaymentInfoImpl()
getId
public Long getId()
- Specified by:
getId in interface BankAccountPaymentInfo- Specified by:
getId in interface Referenced
- Returns:
- the id
setId
public void setId(Long id)
- Specified by:
setId in interface BankAccountPaymentInfo- Specified by:
setId in interface Referenced
- Parameters:
id - the id to set
getReferenceNumber
public String getReferenceNumber()
- Specified by:
getReferenceNumber in interface Referenced
- Returns:
- the referenceNumber
setReferenceNumber
public void setReferenceNumber(String referenceNumber)
- Specified by:
setReferenceNumber in interface Referenced
- Parameters:
referenceNumber - the referenceNumber to set
getAccountNumber
public String getAccountNumber()
- Specified by:
getAccountNumber in interface BankAccountPaymentInfo
- Returns:
- the account number
setAccountNumber
public void setAccountNumber(String accountNumber)
- Specified by:
setAccountNumber in interface BankAccountPaymentInfo
getRoutingNumber
public String getRoutingNumber()
- Specified by:
getRoutingNumber in interface BankAccountPaymentInfo
- Returns:
- the routing number
setRoutingNumber
public void setRoutingNumber(String routingNumber)
- Specified by:
setRoutingNumber in interface BankAccountPaymentInfo
getEncryptionModule
public EncryptionModule getEncryptionModule()
- Specified by:
getEncryptionModule in interface Referenced
setEncryptionModule
public void setEncryptionModule(EncryptionModule encryptionModule)
- Specified by:
setEncryptionModule in interface Referenced
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.