@Entity public class GiftCardAccountImpl extends CreditAccountImpl implements GiftCardAccount, CreditAccountAdminPresentation
CreditAccountImpl.Presentation
CreditAccountAdminPresentation.FieldOrder, CreditAccountAdminPresentation.GroupName, CreditAccountAdminPresentation.GroupOrder, CreditAccountAdminPresentation.TabName, CreditAccountAdminPresentation.TabOrder
Modifier and Type | Field and Description |
---|---|
protected String |
recipientEmailAddress |
accountNumber, balance, creditAccountEvents, currency, id, version
Constructor and Description |
---|
GiftCardAccountImpl() |
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Gets the id.
|
String |
getRecipientEmailAddress()
Sets the recipient email address
|
void |
setId(Long id)
Sets the id.
|
void |
setRecipientEmailAddress(String recipientEmailAddress)
Sets the recipient email address
|
getAccountNumber, getBalance, getCreditAccountEvents, getCurrency, getVersion, setAccountNumber, setBalance, setCreditAccountEvents, setCurrency
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccountNumber, getBalance, getCreditAccountEvents, getCurrency, getVersion, setAccountNumber, setBalance, setCreditAccountEvents, setCurrency
protected String recipientEmailAddress
public Long getId()
CreditAccount
getId
in interface CreditAccount
getId
in interface GiftCardAccount
getId
in class CreditAccountImpl
public void setId(Long id)
CreditAccount
setId
in interface CreditAccount
setId
in interface GiftCardAccount
setId
in class CreditAccountImpl
public String getRecipientEmailAddress()
GiftCardAccount
getRecipientEmailAddress
in interface GiftCardAccount
public void setRecipientEmailAddress(String recipientEmailAddress)
GiftCardAccount
setRecipientEmailAddress
in interface GiftCardAccount
Copyright © 2019. All rights reserved.