org.broadleafcommerce.core.payment.domain
Interface PaymentInfoDetail

All Superinterfaces:
Serializable
All Known Implementing Classes:
PaymentInfoDetailImpl

public interface PaymentInfoDetail
extends Serializable

Author:
Jerry Ocanas (jocanas)

Method Summary
 Money getAmount()
           
 BroadleafCurrency getCurrency()
           
 Date getDate()
           
 Long getId()
           
 PaymentInfo getPaymentInfo()
           
 PaymentInfoDetailType getType()
           
 void setAmount(Money amount)
           
 void setCurrency(BroadleafCurrency currency)
           
 void setDate(Date date)
           
 void setId(Long id)
           
 void setPaymentInfo(PaymentInfo paymentInfo)
           
 void setType(PaymentInfoDetailType type)
           
 

Method Detail

getId

Long getId()

setId

void setId(Long id)

getPaymentInfo

PaymentInfo getPaymentInfo()

setPaymentInfo

void setPaymentInfo(PaymentInfo paymentInfo)

getType

PaymentInfoDetailType getType()

setType

void setType(PaymentInfoDetailType type)

getAmount

Money getAmount()

setAmount

void setAmount(Money amount)

getCurrency

BroadleafCurrency getCurrency()

setCurrency

void setCurrency(BroadleafCurrency currency)

getDate

Date getDate()

setDate

void setDate(Date date)


Copyright © 2013. All Rights Reserved.