org.kuali.kfs.sys.businessobject
Class Bank

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.sys.businessobject.Bank
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class Bank
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

Bank Business Object

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
Bank()
          Default no-arg constructor.
 
Method Summary
 String getBankAccountDescription()
          Gets the bankAccountDescription attribute.
 String getBankAccountNumber()
          Gets the bankAccountNumber attribute.
 String getBankCode()
          Gets the bankCode attribute.
 String getBankName()
          Gets the bankName attribute.
 String getBankRoutingNumber()
          Gets the bankRoutingNumber attribute.
 String getBankShortName()
          Gets the bankShortName attribute.
 Account getCashOffsetAccount()
          Gets the cashOffsetAccount attribute.
 String getCashOffsetAccountNumber()
          Gets the cashOffsetAccountNumber attribute.
 Chart getCashOffsetFinancialChartOfAccount()
          Gets the cashOffsetFinancialChartOfAccount attribute.
 String getCashOffsetFinancialChartOfAccountCode()
          Gets the cashOffsetFinancialChartOfAccountCode attribute.
 ObjectCode getCashOffsetObject()
          Gets the cashOffsetObject attribute.
 String getCashOffsetObjectCode()
          Gets the cashOffsetObjectCode attribute.
 SubAccount getCashOffsetSubAccount()
          Gets the cashOffsetSubAccount attribute.
 String getCashOffsetSubAccountNumber()
          Gets the cashOffsetSubAccountNumber attribute.
 SubObjectCode getCashOffsetSubObject()
          Gets the cashOffsetSubObject attribute.
 String getCashOffsetSubObjectCode()
          Gets the cashOffsetSubObjectCode attribute.
 Bank getContinuationBank()
          Gets the continuationBank attribute.
 String getContinuationBankCode()
          Gets the continuationBankCode attribute.
 boolean isActive()
          Gets the active attribute.
 boolean isBankAchIndicator()
          Gets the bankAchIndicator attribute.
 boolean isBankCheckIndicator()
          Gets the bankCheckIndicator attribute.
 boolean isBankDepositIndicator()
          Gets the bankDepositIndicator attribute.
 boolean isBankDisbursementIndicator()
          Gets the bankDisbursementIndicator attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setBankAccountDescription(String bankAccountDescription)
          Sets the bankAccountDescription attribute value.
 void setBankAccountNumber(String bankAccountNumber)
          Sets the bankAccountNumber attribute value.
 void setBankAchIndicator(boolean bankAchIndicator)
          Sets the bankAchIndicator attribute value.
 void setBankCheckIndicator(boolean bankCheckIndicator)
          Sets the bankCheckIndicator attribute value.
 void setBankCode(String bankCode)
          Sets the bankCode attribute value.
 void setBankDepositIndicator(boolean bankDepositIndicator)
          Sets the bankDepositIndicator attribute value.
 void setBankDisbursementIndicator(boolean bankDisbursementIndicator)
          Sets the bankDisbursementIndicator attribute value.
 void setBankName(String bankName)
          Sets the bankName attribute value.
 void setBankRoutingNumber(String bankRoutingNumber)
          Sets the bankRoutingNumber attribute value.
 void setBankShortName(String bankShortName)
          Sets the bankShortName attribute value.
 void setCashOffsetAccount(Account cashOffsetAccount)
          Sets the cashOffsetAccount attribute value.
 void setCashOffsetAccountNumber(String cashOffsetAccountNumber)
          Sets the cashOffsetAccountNumber attribute value.
 void setCashOffsetFinancialChartOfAccount(Chart cashOffsetFinancialChartOfAccount)
          Sets the cashOffsetFinancialChartOfAccount attribute value.
 void setCashOffsetFinancialChartOfAccountCode(String cashOffsetFinancialChartOfAccountCode)
          Sets the cashOffsetFinancialChartOfAccountCode attribute value.
 void setCashOffsetObject(ObjectCode cashOffsetObject)
          Sets the cashOffsetObject attribute value.
 void setCashOffsetObjectCode(String cashOffsetObjectCode)
          Sets the cashOffsetObjectCode attribute value.
 void setCashOffsetSubAccount(SubAccount cashOffsetSubAccount)
          Sets the cashOffsetSubAccount attribute value.
 void setCashOffsetSubAccountNumber(String cashOffsetSubAccountNumber)
          Sets the cashOffsetSubAccountNumber attribute value.
 void setCashOffsetSubObject(SubObjectCode cashOffsetSubObject)
          Sets the cashOffsetSubObject attribute value.
 void setCashOffsetSubObjectCode(String cashOffsetSubObjectCode)
          Sets the cashOffsetSubObjectCode attribute value.
 void setContinuationBank(Bank continuationBank)
          Sets the continuationBank attribute value.
 void setContinuationBankCode(String continuationBankCode)
          Sets the continuationBankCode attribute value.
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

Bank

public Bank()
Default no-arg constructor.

Method Detail

getBankCode

public String getBankCode()
Gets the bankCode attribute.

Returns:
Returns the bankCode.

setBankCode

public void setBankCode(String bankCode)
Sets the bankCode attribute value.

Parameters:
bankCode - The bankCode to set.

getBankName

public String getBankName()
Gets the bankName attribute.

Returns:
Returns the bankName.

setBankName

public void setBankName(String bankName)
Sets the bankName attribute value.

Parameters:
bankName - The bankName to set.

getBankShortName

public String getBankShortName()
Gets the bankShortName attribute.

Returns:
Returns the bankShortName.

setBankShortName

public void setBankShortName(String bankShortName)
Sets the bankShortName attribute value.

Parameters:
bankShortName - The bankShortName to set.

getBankRoutingNumber

public String getBankRoutingNumber()
Gets the bankRoutingNumber attribute.

Returns:
Returns the bankRoutingNumber.

setBankRoutingNumber

public void setBankRoutingNumber(String bankRoutingNumber)
Sets the bankRoutingNumber attribute value.

Parameters:
bankRoutingNumber - The bankRoutingNumber to set.

getBankAccountNumber

public String getBankAccountNumber()
Gets the bankAccountNumber attribute.

Returns:
Returns the bankAccountNumber.

setBankAccountNumber

public void setBankAccountNumber(String bankAccountNumber)
Sets the bankAccountNumber attribute value.

Parameters:
bankAccountNumber - The bankAccountNumber to set.

getBankAccountDescription

public String getBankAccountDescription()
Gets the bankAccountDescription attribute.

Returns:
Returns the bankAccountDescription.

setBankAccountDescription

public void setBankAccountDescription(String bankAccountDescription)
Sets the bankAccountDescription attribute value.

Parameters:
bankAccountDescription - The bankAccountDescription to set.

getCashOffsetFinancialChartOfAccountCode

public String getCashOffsetFinancialChartOfAccountCode()
Gets the cashOffsetFinancialChartOfAccountCode attribute.

Returns:
Returns the cashOffsetFinancialChartOfAccountCode.

setCashOffsetFinancialChartOfAccountCode

public void setCashOffsetFinancialChartOfAccountCode(String cashOffsetFinancialChartOfAccountCode)
Sets the cashOffsetFinancialChartOfAccountCode attribute value.

Parameters:
cashOffsetFinancialChartOfAccountCode - The cashOffsetFinancialChartOfAccountCode to set.

getCashOffsetAccountNumber

public String getCashOffsetAccountNumber()
Gets the cashOffsetAccountNumber attribute.

Returns:
Returns the cashOffsetAccountNumber.

setCashOffsetAccountNumber

public void setCashOffsetAccountNumber(String cashOffsetAccountNumber)
Sets the cashOffsetAccountNumber attribute value.

Parameters:
cashOffsetAccountNumber - The cashOffsetAccountNumber to set.

getCashOffsetSubAccountNumber

public String getCashOffsetSubAccountNumber()
Gets the cashOffsetSubAccountNumber attribute.

Returns:
Returns the cashOffsetSubAccountNumber.

setCashOffsetSubAccountNumber

public void setCashOffsetSubAccountNumber(String cashOffsetSubAccountNumber)
Sets the cashOffsetSubAccountNumber attribute value.

Parameters:
cashOffsetSubAccountNumber - The cashOffsetSubAccountNumber to set.

getCashOffsetObjectCode

public String getCashOffsetObjectCode()
Gets the cashOffsetObjectCode attribute.

Returns:
Returns the cashOffsetObjectCode.

setCashOffsetObjectCode

public void setCashOffsetObjectCode(String cashOffsetObjectCode)
Sets the cashOffsetObjectCode attribute value.

Parameters:
cashOffsetObjectCode - The cashOffsetObjectCode to set.

getCashOffsetSubObjectCode

public String getCashOffsetSubObjectCode()
Gets the cashOffsetSubObjectCode attribute.

Returns:
Returns the cashOffsetSubObjectCode.

setCashOffsetSubObjectCode

public void setCashOffsetSubObjectCode(String cashOffsetSubObjectCode)
Sets the cashOffsetSubObjectCode attribute value.

Parameters:
cashOffsetSubObjectCode - The cashOffsetSubObjectCode to set.

isBankDepositIndicator

public boolean isBankDepositIndicator()
Gets the bankDepositIndicator attribute.

Returns:
Returns the bankDepositIndicator.

setBankDepositIndicator

public void setBankDepositIndicator(boolean bankDepositIndicator)
Sets the bankDepositIndicator attribute value.

Parameters:
bankDepositIndicator - The bankDepositIndicator to set.

isBankDisbursementIndicator

public boolean isBankDisbursementIndicator()
Gets the bankDisbursementIndicator attribute.

Returns:
Returns the bankDisbursementIndicator.

setBankDisbursementIndicator

public void setBankDisbursementIndicator(boolean bankDisbursementIndicator)
Sets the bankDisbursementIndicator attribute value.

Parameters:
bankDisbursementIndicator - The bankDisbursementIndicator to set.

isBankAchIndicator

public boolean isBankAchIndicator()
Gets the bankAchIndicator attribute.

Returns:
Returns the bankAchIndicator.

setBankAchIndicator

public void setBankAchIndicator(boolean bankAchIndicator)
Sets the bankAchIndicator attribute value.

Parameters:
bankAchIndicator - The bankAchIndicator to set.

isBankCheckIndicator

public boolean isBankCheckIndicator()
Gets the bankCheckIndicator attribute.

Returns:
Returns the bankCheckIndicator.

setBankCheckIndicator

public void setBankCheckIndicator(boolean bankCheckIndicator)
Sets the bankCheckIndicator attribute value.

Parameters:
bankCheckIndicator - The bankCheckIndicator to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

getCashOffsetFinancialChartOfAccount

public Chart getCashOffsetFinancialChartOfAccount()
Gets the cashOffsetFinancialChartOfAccount attribute.

Returns:
Returns the cashOffsetFinancialChartOfAccount.

setCashOffsetFinancialChartOfAccount

public void setCashOffsetFinancialChartOfAccount(Chart cashOffsetFinancialChartOfAccount)
Sets the cashOffsetFinancialChartOfAccount attribute value.

Parameters:
cashOffsetFinancialChartOfAccount - The cashOffsetFinancialChartOfAccount to set.

getCashOffsetAccount

public Account getCashOffsetAccount()
Gets the cashOffsetAccount attribute.

Returns:
Returns the cashOffsetAccount.

setCashOffsetAccount

public void setCashOffsetAccount(Account cashOffsetAccount)
Sets the cashOffsetAccount attribute value.

Parameters:
cashOffsetAccount - The cashOffsetAccount to set.

getCashOffsetObject

public ObjectCode getCashOffsetObject()
Gets the cashOffsetObject attribute.

Returns:
Returns the cashOffsetObject.

setCashOffsetObject

public void setCashOffsetObject(ObjectCode cashOffsetObject)
Sets the cashOffsetObject attribute value.

Parameters:
cashOffsetObject - The cashOffsetObject to set.

getCashOffsetSubAccount

public SubAccount getCashOffsetSubAccount()
Gets the cashOffsetSubAccount attribute.

Returns:
Returns the cashOffsetSubAccount.

setCashOffsetSubAccount

public void setCashOffsetSubAccount(SubAccount cashOffsetSubAccount)
Sets the cashOffsetSubAccount attribute value.

Parameters:
cashOffsetSubAccount - The cashOffsetSubAccount to set.

getCashOffsetSubObject

public SubObjectCode getCashOffsetSubObject()
Gets the cashOffsetSubObject attribute.

Returns:
Returns the cashOffsetSubObject.

setCashOffsetSubObject

public void setCashOffsetSubObject(SubObjectCode cashOffsetSubObject)
Sets the cashOffsetSubObject attribute value.

Parameters:
cashOffsetSubObject - The cashOffsetSubObject to set.

getContinuationBankCode

public String getContinuationBankCode()
Gets the continuationBankCode attribute.

Returns:
Returns the continuationBankCode.

setContinuationBankCode

public void setContinuationBankCode(String continuationBankCode)
Sets the continuationBankCode attribute value.

Parameters:
continuationBankCode - The continuationBankCode to set.

getContinuationBank

public Bank getContinuationBank()
Gets the continuationBank attribute.

Returns:
Returns the continuationBank.

setContinuationBank

public void setContinuationBank(Bank continuationBank)
Sets the continuationBank attribute value.

Parameters:
continuationBank - The continuationBank to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.