public class BankingDomesticPayee extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BankingDomesticPayee.PayeeAccountUType |
| Constructor and Description |
|---|
BankingDomesticPayee() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BankingDomesticPayeeAccount |
getAccount()
Get account
|
BankingDomesticPayeeCard |
getCard()
Get card
|
BankingDomesticPayee.PayeeAccountUType |
getPayeeAccountUType()
Get payeeAccountUType
|
BankingDomesticPayeePayId |
getPayId()
Get payId
|
int |
hashCode() |
void |
setAccount(BankingDomesticPayeeAccount account) |
void |
setCard(BankingDomesticPayeeCard card) |
void |
setPayeeAccountUType(BankingDomesticPayee.PayeeAccountUType payeeAccountUType) |
void |
setPayId(BankingDomesticPayeePayId payId) |
String |
toString() |
public BankingDomesticPayeeAccount getAccount()
public void setAccount(BankingDomesticPayeeAccount account)
public BankingDomesticPayeeCard getCard()
public void setCard(BankingDomesticPayeeCard card)
public BankingDomesticPayeePayId getPayId()
public void setPayId(BankingDomesticPayeePayId payId)
public BankingDomesticPayee.PayeeAccountUType getPayeeAccountUType()
public void setPayeeAccountUType(BankingDomesticPayee.PayeeAccountUType payeeAccountUType)
Copyright © 2019. All rights reserved.