@Entity public class CreditCardPaymentInfoImpl extends Object implements CreditCardPaymentInfo
Modifier and Type | Field and Description |
---|---|
protected String |
cvvCode |
protected EncryptionModule |
encryptionModule |
protected Integer |
expirationMonth |
protected Integer |
expirationYear |
protected Long |
id |
protected String |
nameOnCard |
protected String |
pan |
protected String |
referenceNumber |
Modifier | Constructor and Description |
---|---|
protected |
CreditCardPaymentInfoImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCvvCode() |
EncryptionModule |
getEncryptionModule() |
Integer |
getExpirationMonth() |
Integer |
getExpirationYear() |
Long |
getId() |
String |
getNameOnCard() |
String |
getPan() |
String |
getReferenceNumber() |
int |
hashCode() |
void |
setCvvCode(String cvvCode) |
void |
setEncryptionModule(EncryptionModule encryptionModule) |
void |
setExpirationMonth(Integer expirationMonth) |
void |
setExpirationYear(Integer expirationYear) |
void |
setId(Long id) |
void |
setNameOnCard(String nameOnCard) |
void |
setPan(String pan) |
void |
setReferenceNumber(String referenceNumber) |
protected EncryptionModule encryptionModule
protected Long id
protected String referenceNumber
protected String pan
protected Integer expirationMonth
protected Integer expirationYear
protected String nameOnCard
protected String cvvCode
public Long getId()
getId
in interface CreditCardPaymentInfo
getId
in interface Referenced
public void setId(Long id)
setId
in interface CreditCardPaymentInfo
setId
in interface Referenced
id
- the id to setpublic String getReferenceNumber()
getReferenceNumber
in interface Referenced
public void setReferenceNumber(String referenceNumber)
setReferenceNumber
in interface Referenced
referenceNumber
- the referenceNumber to setpublic String getPan()
getPan
in interface CreditCardPaymentInfo
public void setPan(String pan)
setPan
in interface CreditCardPaymentInfo
pan
- the pan to setpublic Integer getExpirationMonth()
getExpirationMonth
in interface CreditCardPaymentInfo
public void setExpirationMonth(Integer expirationMonth)
setExpirationMonth
in interface CreditCardPaymentInfo
expirationMonth
- the expirationMonth to setpublic Integer getExpirationYear()
getExpirationYear
in interface CreditCardPaymentInfo
public void setExpirationYear(Integer expirationYear)
setExpirationYear
in interface CreditCardPaymentInfo
expirationYear
- the expirationYear to setpublic String getNameOnCard()
getNameOnCard
in interface CreditCardPaymentInfo
public void setNameOnCard(String nameOnCard)
setNameOnCard
in interface CreditCardPaymentInfo
nameOnCard
- the name on the card to setpublic String getCvvCode()
getCvvCode
in interface CreditCardPaymentInfo
public void setCvvCode(String cvvCode)
setCvvCode
in interface CreditCardPaymentInfo
public EncryptionModule getEncryptionModule()
getEncryptionModule
in interface Referenced
public void setEncryptionModule(EncryptionModule encryptionModule)
setEncryptionModule
in interface Referenced
Copyright © 2014. All rights reserved.