org.broadleafcommerce.core.payment.domain
Class GiftCardPaymentInfoImpl
java.lang.Object
org.broadleafcommerce.core.payment.domain.GiftCardPaymentInfoImpl
- All Implemented Interfaces:
- java.io.Serializable, GiftCardPaymentInfo, Referenced
@Entity
public class GiftCardPaymentInfoImpl
- extends java.lang.Object
- implements GiftCardPaymentInfo
- 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
pin
protected java.lang.String pin
GiftCardPaymentInfoImpl
protected GiftCardPaymentInfoImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface GiftCardPaymentInfo- Specified by:
getId in interface Referenced
- Returns:
- the id
getPan
public java.lang.String getPan()
- Specified by:
getPan in interface GiftCardPaymentInfo
- Returns:
- the pan
getPin
public java.lang.String getPin()
- Specified by:
getPin in interface GiftCardPaymentInfo
- Returns:
- the pin
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface GiftCardPaymentInfo- Specified by:
setId in interface Referenced
- Parameters:
id - the id to set
setPan
public void setPan(java.lang.String pan)
- Specified by:
setPan in interface GiftCardPaymentInfo
- Parameters:
pan - the pan to set
setPin
public void setPin(java.lang.String pin)
- Specified by:
setPin in interface GiftCardPaymentInfo
- Parameters:
pin - the pin 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
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.