|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.pdp.businessobject.ACHBank
public class ACHBank
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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.kns.bo.State |
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. |
org.kuali.rice.kns.bo.PostalCode |
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. |
protected LinkedHashMap |
toStringMapper()
|
| Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
|---|
prepareForWorkflow |
| Constructor Detail |
|---|
public ACHBank()
public ACHBank(String fileData)
fileData - | Method Detail |
|---|
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.kns.bo.State getBankState()
public org.kuali.rice.kns.bo.PostalCode getPostalCode()
public boolean isActive()
isActive in interface org.kuali.rice.kns.bo.InactivateableInactivateable.isActive()public void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.InactivateableInactivateable.setActive(boolean)protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||