@Entity public class GiftCardPaymentInfoImpl extends Object implements GiftCardPaymentInfo
Modifier and Type | Field and Description |
---|---|
protected EncryptionModule |
encryptionModule |
protected Long |
id |
protected String |
pan |
protected String |
pin |
protected String |
referenceNumber |
Modifier | Constructor and Description |
---|---|
protected |
GiftCardPaymentInfoImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
EncryptionModule |
getEncryptionModule() |
Long |
getId() |
String |
getPan() |
String |
getPin() |
String |
getReferenceNumber() |
int |
hashCode() |
void |
setEncryptionModule(EncryptionModule encryptionModule) |
void |
setId(Long id) |
void |
setPan(String pan) |
void |
setPin(String pin) |
void |
setReferenceNumber(String referenceNumber) |
protected EncryptionModule encryptionModule
protected Long id
protected String referenceNumber
protected String pan
protected String pin
public Long getId()
getId
in interface GiftCardPaymentInfo
getId
in interface Referenced
public String getPan()
getPan
in interface GiftCardPaymentInfo
public String getPin()
getPin
in interface GiftCardPaymentInfo
public void setId(Long id)
setId
in interface GiftCardPaymentInfo
setId
in interface Referenced
id
- the id to setpublic void setPan(String pan)
setPan
in interface GiftCardPaymentInfo
pan
- the pan to setpublic void setPin(String pin)
setPin
in interface GiftCardPaymentInfo
pin
- the pin to setpublic String getReferenceNumber()
getReferenceNumber
in interface Referenced
public void setReferenceNumber(String referenceNumber)
setReferenceNumber
in interface Referenced
referenceNumber
- the referenceNumber to setpublic EncryptionModule getEncryptionModule()
getEncryptionModule
in interface Referenced
public void setEncryptionModule(EncryptionModule encryptionModule)
setEncryptionModule
in interface Referenced
Copyright © 2013. All rights reserved.