@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 CreditCardPaymentInfogetId in interface Referencedpublic void setId(Long id)
setId in interface CreditCardPaymentInfosetId in interface Referencedid - the id to setpublic String getReferenceNumber()
getReferenceNumber in interface Referencedpublic void setReferenceNumber(String referenceNumber)
setReferenceNumber in interface ReferencedreferenceNumber - the referenceNumber to setpublic String getPan()
getPan in interface CreditCardPaymentInfopublic void setPan(String pan)
setPan in interface CreditCardPaymentInfopan - the pan to setpublic Integer getExpirationMonth()
getExpirationMonth in interface CreditCardPaymentInfopublic void setExpirationMonth(Integer expirationMonth)
setExpirationMonth in interface CreditCardPaymentInfoexpirationMonth - the expirationMonth to setpublic Integer getExpirationYear()
getExpirationYear in interface CreditCardPaymentInfopublic void setExpirationYear(Integer expirationYear)
setExpirationYear in interface CreditCardPaymentInfoexpirationYear - the expirationYear to setpublic String getNameOnCard()
getNameOnCard in interface CreditCardPaymentInfopublic void setNameOnCard(String nameOnCard)
setNameOnCard in interface CreditCardPaymentInfonameOnCard - the name on the card to setpublic String getCvvCode()
getCvvCode in interface CreditCardPaymentInfopublic void setCvvCode(String cvvCode)
setCvvCode in interface CreditCardPaymentInfopublic EncryptionModule getEncryptionModule()
getEncryptionModule in interface Referencedpublic void setEncryptionModule(EncryptionModule encryptionModule)
setEncryptionModule in interface ReferencedCopyright © 2014. All rights reserved.