org.broadleafcommerce.core.payment.domain
Class GiftCardPaymentInfoImpl
java.lang.Object
org.broadleafcommerce.core.payment.domain.GiftCardPaymentInfoImpl
- All Implemented Interfaces:
- Serializable, GiftCardPaymentInfo, Referenced
@Entity
public class GiftCardPaymentInfoImpl
- extends Object
- implements GiftCardPaymentInfo
- See Also:
- Serialized Form
encryptionModule
protected EncryptionModule encryptionModule
id
protected Long id
referenceNumber
protected String referenceNumber
pan
protected String pan
pin
protected String pin
GiftCardPaymentInfoImpl
protected GiftCardPaymentInfoImpl()
getId
public Long getId()
- Specified by:
getId in interface GiftCardPaymentInfo- Specified by:
getId in interface Referenced
- Returns:
- the id
getPan
public String getPan()
- Specified by:
getPan in interface GiftCardPaymentInfo
- Returns:
- the pan
getPin
public String getPin()
- Specified by:
getPin in interface GiftCardPaymentInfo
- Returns:
- the pin
setId
public void setId(Long id)
- Specified by:
setId in interface GiftCardPaymentInfo- Specified by:
setId in interface Referenced
- Parameters:
id - the id to set
setPan
public void setPan(String pan)
- Specified by:
setPan in interface GiftCardPaymentInfo
- Parameters:
pan - the pan to set
setPin
public void setPin(String pin)
- Specified by:
setPin in interface GiftCardPaymentInfo
- Parameters:
pin - the pin to set
getReferenceNumber
public String getReferenceNumber()
- Specified by:
getReferenceNumber in interface Referenced
- Returns:
- the referenceNumber
setReferenceNumber
public void setReferenceNumber(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 Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.