public class ACHBank extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Modifier and Type | Field and Description |
---|---|
protected boolean |
active |
protected String |
bankCityName |
protected String |
bankDataViewCode |
protected String |
bankInstitutionStatusCode |
protected String |
bankName |
protected String |
bankNewRoutingNumber |
protected String |
bankOfficeCode |
protected String |
bankPhoneAreaCode |
protected String |
bankPhonePrefixNumber |
protected String |
bankPhoneSuffixNumber |
protected String |
bankRoutingNumber |
protected String |
bankServiceNumber |
protected org.kuali.rice.location.framework.state.StateEbo |
bankState |
protected String |
bankStateCode |
protected String |
bankStreetAddress |
protected String |
bankTypeCode |
protected String |
bankZipCode |
protected org.kuali.rice.location.framework.postalcode.PostalCodeEbo |
postalCode |
Constructor and Description |
---|
ACHBank()
Default constructor.
|
ACHBank(String fileData)
This constructor takes a line of data from https://www.fededirectory.frb.org/FedACHdir.txt and populates the object
|
Modifier and Type | Method and Description |
---|---|
String |
getBankCityName()
Gets the bankCityName attribute.
|
String |
getBankDataViewCode()
Gets the bankDataViewCode attribute.
|
String |
getBankInstitutionStatusCode()
Gets the bankInstitutionStatusCode attribute.
|
String |
getBankName()
Gets the bankName attribute.
|
String |
getBankNewRoutingNumber()
Gets the bankNewRoutingNumber attribute.
|
String |
getBankOfficeCode()
Gets the bankOfficeCode attribute.
|
String |
getBankPhoneAreaCode()
Gets the bankPhoneAreaCode attribute.
|
String |
getBankPhonePrefixNumber()
Gets the bankPhonePrefixNumber attribute.
|
String |
getBankPhoneSuffixNumber()
Gets the bankPhoneSuffixNumber attribute.
|
String |
getBankRoutingNumber()
Gets the bankRoutingNumber attribute.
|
String |
getBankServiceNumber()
Gets the bankServiceNumber attribute.
|
org.kuali.rice.location.framework.state.StateEbo |
getBankState()
Gets the bankState attribute.
|
String |
getBankStateCode()
Gets the bankStateCode attribute.
|
String |
getBankStreetAddress()
Gets the bankStreetAddress attribute.
|
String |
getBankTypeCode()
Gets the bankTypeCode attribute.
|
String |
getBankZipCode()
Gets the bankZipCode attribute.
|
protected String |
getField(String data,
int startChar,
int length) |
org.kuali.rice.location.framework.postalcode.PostalCodeEbo |
getPostalCode()
Gets the postalCode attribute.
|
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setBankCityName(String bankCityName)
Sets the bankCityName attribute.
|
void |
setBankDataViewCode(String bankDataViewCode)
Sets the bankDataViewCode attribute.
|
void |
setBankInstitutionStatusCode(String bankInstitutionStatusCode)
Sets the bankInstitutionStatusCode attribute.
|
void |
setBankName(String bankName)
Sets the bankName attribute.
|
void |
setBankNewRoutingNumber(String bankNewRoutingNumber)
Sets the bankNewRoutingNumber attribute.
|
void |
setBankOfficeCode(String bankOfficeCode)
Sets the bankOfficeCode attribute.
|
void |
setBankPhoneAreaCode(String bankPhoneAreaCode)
Sets the bankPhoneAreaCode attribute.
|
void |
setBankPhonePrefixNumber(String bankPhonePrefixNumber)
Sets the bankPhonePrefixNumber attribute.
|
void |
setBankPhoneSuffixNumber(String bankPhoneSuffixNumber)
Sets the bankPhoneSuffixNumber attribute.
|
void |
setBankRoutingNumber(String bankRoutingNumber)
Sets the bankRoutingNumber attribute.
|
void |
setBankServiceNumber(String bankServiceNumber)
Sets the bankServiceNumber attribute.
|
void |
setBankStateCode(String bankStateCode)
Sets the bankStateCode attribute.
|
void |
setBankStreetAddress(String bankStreetAddress)
Sets the bankStreetAddress attribute.
|
void |
setBankTypeCode(String bankTypeCode)
Sets the bankTypeCode attribute.
|
void |
setBankZipCode(String bankZipCode)
Sets the bankZipCode attribute.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
protected String bankRoutingNumber
protected String bankOfficeCode
protected String bankServiceNumber
protected String bankTypeCode
protected String bankNewRoutingNumber
protected String bankStreetAddress
protected String bankCityName
protected String bankStateCode
protected String bankZipCode
protected String bankPhoneAreaCode
protected String bankPhonePrefixNumber
protected String bankPhoneSuffixNumber
protected String bankInstitutionStatusCode
protected String bankDataViewCode
protected boolean active
protected org.kuali.rice.location.framework.state.StateEbo bankState
protected org.kuali.rice.location.framework.postalcode.PostalCodeEbo postalCode
public ACHBank()
public String getBankRoutingNumber()
public void setBankRoutingNumber(String bankRoutingNumber)
bankRoutingNumber
- The bankRoutingNumber to set.public String getBankOfficeCode()
public void setBankOfficeCode(String bankOfficeCode)
bankOfficeCode
- The bankOfficeCode to set.public String getBankServiceNumber()
public void setBankServiceNumber(String bankServiceNumber)
bankServiceNumber
- The bankServiceNumber to set.public String getBankTypeCode()
public void setBankTypeCode(String bankTypeCode)
bankTypeCode
- The bankTypeCode to set.public String getBankNewRoutingNumber()
public void setBankNewRoutingNumber(String bankNewRoutingNumber)
bankNewRoutingNumber
- The bankNewRoutingNumber to set.public String getBankName()
public void setBankName(String bankName)
bankName
- The bankName to set.public String getBankStreetAddress()
public void setBankStreetAddress(String bankStreetAddress)
bankStreetAddress
- The bankStreetAddress to set.public String getBankCityName()
public void setBankCityName(String bankCityName)
bankCityName
- The bankCityName to set.public String getBankStateCode()
public void setBankStateCode(String bankStateCode)
bankStateCode
- The bankStateCode to set.public String getBankZipCode()
public void setBankZipCode(String bankZipCode)
bankZipCode
- The bankZipCode to set.public String getBankPhoneAreaCode()
public void setBankPhoneAreaCode(String bankPhoneAreaCode)
bankPhoneAreaCode
- The bankPhoneAreaCode to set.public String getBankPhonePrefixNumber()
public void setBankPhonePrefixNumber(String bankPhonePrefixNumber)
bankPhonePrefixNumber
- The bankPhonePrefixNumber to set.public String getBankPhoneSuffixNumber()
public void setBankPhoneSuffixNumber(String bankPhoneSuffixNumber)
bankPhoneSuffixNumber
- The bankPhoneSuffixNumber to set.public String getBankInstitutionStatusCode()
public void setBankInstitutionStatusCode(String bankInstitutionStatusCode)
bankInstitutionStatusCode
- The bankInstitutionStatusCode to set.public String getBankDataViewCode()
public void setBankDataViewCode(String bankDataViewCode)
bankDataViewCode
- The bankDataViewCode to set.public org.kuali.rice.location.framework.state.StateEbo getBankState()
public org.kuali.rice.location.framework.postalcode.PostalCodeEbo getPostalCode()
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
Inactivatable.isActive()
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
MutableInactivatable.setActive(boolean)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.