org.broadleafcommerce.core.payment.domain
Class GiftCardPaymentInfoImpl

java.lang.Object
  extended by org.broadleafcommerce.core.payment.domain.GiftCardPaymentInfoImpl
All Implemented Interfaces:
Serializable, GiftCardPaymentInfo, Referenced

@Entity
public class GiftCardPaymentInfoImpl
extends Object
implements GiftCardPaymentInfo

See Also:
Serialized Form

Field Summary
protected  EncryptionModule encryptionModule
           
protected  Long id
           
protected  String pan
           
protected  String pin
           
protected  String referenceNumber
           
 
Constructor Summary
protected GiftCardPaymentInfoImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encryptionModule

protected EncryptionModule encryptionModule

id

protected Long id

referenceNumber

protected String referenceNumber

pan

protected String pan

pin

protected String pin
Constructor Detail

GiftCardPaymentInfoImpl

protected GiftCardPaymentInfoImpl()
Method Detail

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.