public class Correspondent extends Object
Constructor and Description |
---|
Correspondent() |
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
Gets the value of the account property.
|
Integer |
getCorrespondentInstitutionId()
Gets the value of the correspondentInstitutionId property.
|
String |
getInstitutionName()
Gets the value of the institutionName property.
|
String |
getNotes()
Gets the value of the notes property.
|
String |
getPurpose()
Gets the value of the purpose property.
|
String |
getRoutingNumber()
Gets the value of the routingNumber property.
|
void |
setAccount(String value)
Sets the value of the account property.
|
void |
setCorrespondentInstitutionId(Integer value)
Sets the value of the correspondentInstitutionId property.
|
void |
setInstitutionName(String value)
Sets the value of the institutionName property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setPurpose(String value)
Sets the value of the purpose property.
|
void |
setRoutingNumber(String value)
Sets the value of the routingNumber property.
|
public Integer getCorrespondentInstitutionId()
Integer
public void setCorrespondentInstitutionId(Integer value)
value
- allowed object is
Integer
public String getAccount()
String
public void setAccount(String value)
value
- allowed object is
String
public String getInstitutionName()
String
public void setInstitutionName(String value)
value
- allowed object is
String
public String getRoutingNumber()
String
public void setRoutingNumber(String value)
value
- allowed object is
String
public String getPurpose()
String
public void setPurpose(String value)
value
- allowed object is
String
public String getNotes()
String
Copyright © 2022. All rights reserved.