org.broadleafcommerce.core.payment.domain
Class CreditCardPaymentInfoImpl
java.lang.Object
org.broadleafcommerce.core.payment.domain.CreditCardPaymentInfoImpl
- All Implemented Interfaces:
- java.io.Serializable, CreditCardPaymentInfo, Referenced
@Entity
public class CreditCardPaymentInfoImpl
- extends java.lang.Object
- implements CreditCardPaymentInfo
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
encryptionModule
protected EncryptionModule encryptionModule
id
protected java.lang.Long id
referenceNumber
protected java.lang.String referenceNumber
pan
protected java.lang.String pan
expirationMonth
protected java.lang.Integer expirationMonth
expirationYear
protected java.lang.Integer expirationYear
cvvCode
protected java.lang.String cvvCode
CreditCardPaymentInfoImpl
protected CreditCardPaymentInfoImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface CreditCardPaymentInfo- Specified by:
getId in interface Referenced
- Returns:
- the id
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface CreditCardPaymentInfo- Specified by:
setId in interface Referenced
- Parameters:
id - the id to set
getReferenceNumber
public java.lang.String getReferenceNumber()
- Specified by:
getReferenceNumber in interface Referenced
- Returns:
- the referenceNumber
setReferenceNumber
public void setReferenceNumber(java.lang.String referenceNumber)
- Specified by:
setReferenceNumber in interface Referenced
- Parameters:
referenceNumber - the referenceNumber to set
getPan
public java.lang.String getPan()
- Specified by:
getPan in interface CreditCardPaymentInfo
- Returns:
- the pan
setPan
public void setPan(java.lang.String pan)
- Specified by:
setPan in interface CreditCardPaymentInfo
- Parameters:
pan - the pan to set
getExpirationMonth
public java.lang.Integer getExpirationMonth()
- Specified by:
getExpirationMonth in interface CreditCardPaymentInfo
- Returns:
- the expirationMonth
setExpirationMonth
public void setExpirationMonth(java.lang.Integer expirationMonth)
- Specified by:
setExpirationMonth in interface CreditCardPaymentInfo
- Parameters:
expirationMonth - the expirationMonth to set
getExpirationYear
public java.lang.Integer getExpirationYear()
- Specified by:
getExpirationYear in interface CreditCardPaymentInfo
- Returns:
- the expirationYear
setExpirationYear
public void setExpirationYear(java.lang.Integer expirationYear)
- Specified by:
setExpirationYear in interface CreditCardPaymentInfo
- Parameters:
expirationYear - the expirationYear to set
getCvvCode
public java.lang.String getCvvCode()
- Specified by:
getCvvCode in interface CreditCardPaymentInfo
setCvvCode
public void setCvvCode(java.lang.String cvvCode)
- Specified by:
setCvvCode in interface CreditCardPaymentInfo
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 java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2012. All Rights Reserved.