org.broadleafcommerce.core.payment.domain
Interface GiftCardPaymentInfo

All Superinterfaces:
Referenced, Serializable
All Known Implementing Classes:
GiftCardPaymentInfoImpl

public interface GiftCardPaymentInfo
extends Referenced


Method Summary
 Long getId()
           
 String getPan()
           
 String getPin()
           
 void setId(Long id)
           
 void setPan(String pan)
           
 void setPin(String pin)
           
 
Methods inherited from interface org.broadleafcommerce.core.payment.domain.Referenced
getEncryptionModule, getReferenceNumber, setEncryptionModule, setReferenceNumber
 

Method Detail

getId

Long getId()
Specified by:
getId in interface Referenced
Returns:
the id

setId

void setId(Long id)
Specified by:
setId in interface Referenced
Parameters:
id - the id to set

getPan

String getPan()
Returns:
the pan

setPan

void setPan(String pan)
Parameters:
pan - the pan to set

getPin

String getPin()
Returns:
the pin

setPin

void setPin(String pin)
Parameters:
pin - the pin to set


Copyright © 2012. All Rights Reserved.