Class Recipient
- java.lang.Object
-
- br.com.juno.integration.api.model.BaseModel
-
- br.com.juno.integration.api.model.Recipient
-
- All Implemented Interfaces:
Serializable
public final class Recipient extends BaseModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRecipient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BankAccountgetBankAccount()StringgetDocument()StringgetName()protected voidsetBankAccount(BankAccount bankAccount)protected voidsetDocument(String document)protected voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getDocument
public String getDocument()
-
getBankAccount
public BankAccount getBankAccount()
-
setName
protected void setName(String name)
-
setDocument
protected void setDocument(String document)
-
setBankAccount
protected void setBankAccount(BankAccount bankAccount)
-
-