org.kuali.kfs.fp.businessobject
Class DisbursementVoucherWireTransfer

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

public class DisbursementVoucherWireTransfer
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class is used to represent a disbursement voucher wire transfer.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
DisbursementVoucherWireTransfer()
          Default no-arg constructor.
 
Method Summary
 String getDisbursementVoucherAutomatedClearingHouseProfileNumber()
          Gets the disbursementVoucherAutomatedClearingHouseProfileNumber attribute.
 String getDisbursementVoucherBankName()
          Gets the disbursementVoucherBankName attribute.
 String getDisbursementVoucherForeignCurrencyTypeCode()
          Gets the disbursementVoucherForeignCurrencyTypeCode attribute.
 String getDisbursementVoucherForeignCurrencyTypeName()
          Gets the disbursementVoucherForeignCurrencyTypeName attribute.
 String getDisbursementVoucherPayeeAccountName()
          Gets the disbursementVoucherPayeeAccountName attribute.
 String getDisbursementVoucherPayeeAccountTypeCode()
          Gets the disbursementVoucherPayeeAccountTypeCode attribute.
 String getDisbVchrAdditionalWireText()
          Gets the disbVchrAdditionalWireText attribute.
 String getDisbVchrAttentionLineText()
          Gets the disbVchrAttentionLineText attribute.
 String getDisbVchrBankCityName()
          Gets the disbVchrBankCityName attribute.
 String getDisbVchrBankCountryCode()
          Gets the disbVchrBankCountryCode attribute.
 String getDisbVchrBankRoutingNumber()
          Gets the disbVchrBankRoutingNumber attribute.
 String getDisbVchrBankStateCode()
          Gets the disbVchrBankStateCode attribute.
 String getDisbVchrCurrencyTypeCode()
          Gets the disbVchrCurrencyTypeCode attribute.
 String getDisbVchrCurrencyTypeName()
          Gets the disbVchrCurrencyTypeName attribute.
 String getDisbVchrPayeeAccountNumber()
          Gets the disbVchrPayeeAccountNumber attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 boolean isDisbursementVoucherWireTransferFeeWaiverIndicator()
          Gets the disbursementVoucherWireTransferFeeWaiverIndicator attribute.
 void setDisbursementVoucherAutomatedClearingHouseProfileNumber(String disbursementVoucherAutomatedClearingHouseProfileNumber)
          Sets the disbursementVoucherAutomatedClearingHouseProfileNumber attribute.
 void setDisbursementVoucherBankName(String disbursementVoucherBankName)
          Sets the disbursementVoucherBankName attribute.
 void setDisbursementVoucherForeignCurrencyTypeCode(String disbursementVoucherForeignCurrencyTypeCode)
          Sets the disbursementVoucherForeignCurrencyTypeCode attribute.
 void setDisbursementVoucherForeignCurrencyTypeName(String disbursementVoucherForeignCurrencyTypeName)
          Sets the disbursementVoucherForeignCurrencyTypeName attribute.
 void setDisbursementVoucherPayeeAccountName(String disbursementVoucherPayeeAccountName)
          Sets the disbursementVoucherPayeeAccountName attribute.
 void setDisbursementVoucherPayeeAccountTypeCode(String disbursementVoucherPayeeAccountTypeCode)
          Sets the disbursementVoucherPayeeAccountTypeCode attribute.
 void setDisbursementVoucherWireTransferFeeWaiverIndicator(boolean disbursementVoucherWireTransferFeeWaiverIndicator)
          Sets the disbursementVoucherWireTransferFeeWaiverIndicator attribute.
 void setDisbVchrAdditionalWireText(String disbVchrAdditionalWireText)
          Sets the disbVchrAdditionalWireText attribute.
 void setDisbVchrAttentionLineText(String disbVchrAttentionLineText)
          Sets the disbVchrAttentionLineText attribute.
 void setDisbVchrBankCityName(String disbVchrBankCityName)
          Sets the disbVchrBankCityName attribute.
 void setDisbVchrBankCountryCode(String disbVchrBankCountryCode)
          Sets the disbVchrBankCountryCode attribute.
 void setDisbVchrBankRoutingNumber(String disbVchrBankRoutingNumber)
          Sets the disbVchrBankRoutingNumber attribute.
 void setDisbVchrBankStateCode(String disbVchrBankStateCode)
          Sets the disbVchrBankStateCode attribute.
 void setDisbVchrCurrencyTypeCode(String disbVchrCurrencyTypeCode)
          Sets the disbVchrCurrencyTypeCode attribute.
 void setDisbVchrCurrencyTypeName(String disbVchrCurrencyTypeName)
          Sets the disbVchrCurrencyTypeName attribute.
 void setDisbVchrForeignBankIndicatorName(String name)
           
 void setDisbVchrPayeeAccountNumber(String disbVchrPayeeAccountNumber)
          Sets the disbVchrPayeeAccountNumber attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber 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

DisbursementVoucherWireTransfer

public DisbursementVoucherWireTransfer()
Default no-arg constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getDisbursementVoucherBankName

public String getDisbursementVoucherBankName()
Gets the disbursementVoucherBankName attribute.

Returns:
Returns the disbursementVoucherBankName

setDisbursementVoucherBankName

public void setDisbursementVoucherBankName(String disbursementVoucherBankName)
Sets the disbursementVoucherBankName attribute.

Parameters:
disbursementVoucherBankName - The disbursementVoucherBankName to set.

getDisbVchrBankRoutingNumber

public String getDisbVchrBankRoutingNumber()
Gets the disbVchrBankRoutingNumber attribute.

Returns:
Returns the disbVchrBankRoutingNumber

setDisbVchrBankRoutingNumber

public void setDisbVchrBankRoutingNumber(String disbVchrBankRoutingNumber)
Sets the disbVchrBankRoutingNumber attribute.

Parameters:
disbVchrBankRoutingNumber - The disbVchrBankRoutingNumber to set.

getDisbVchrBankCityName

public String getDisbVchrBankCityName()
Gets the disbVchrBankCityName attribute.

Returns:
Returns the disbVchrBankCityName

setDisbVchrBankCityName

public void setDisbVchrBankCityName(String disbVchrBankCityName)
Sets the disbVchrBankCityName attribute.

Parameters:
disbVchrBankCityName - The disbVchrBankCityName to set.

getDisbVchrBankStateCode

public String getDisbVchrBankStateCode()
Gets the disbVchrBankStateCode attribute.

Returns:
Returns the disbVchrBankStateCode

setDisbVchrBankStateCode

public void setDisbVchrBankStateCode(String disbVchrBankStateCode)
Sets the disbVchrBankStateCode attribute.

Parameters:
disbVchrBankStateCode - The disbVchrBankStateCode to set.

getDisbVchrBankCountryCode

public String getDisbVchrBankCountryCode()
Gets the disbVchrBankCountryCode attribute.

Returns:
Returns the disbVchrBankCountryCode

setDisbVchrBankCountryCode

public void setDisbVchrBankCountryCode(String disbVchrBankCountryCode)
Sets the disbVchrBankCountryCode attribute.

Parameters:
disbVchrBankCountryCode - The disbVchrBankCountryCode to set.

getDisbVchrAttentionLineText

public String getDisbVchrAttentionLineText()
Gets the disbVchrAttentionLineText attribute.

Returns:
Returns the disbVchrAttentionLineText

setDisbVchrAttentionLineText

public void setDisbVchrAttentionLineText(String disbVchrAttentionLineText)
Sets the disbVchrAttentionLineText attribute.

Parameters:
disbVchrAttentionLineText - The disbVchrAttentionLineText to set.

getDisbVchrAdditionalWireText

public String getDisbVchrAdditionalWireText()
Gets the disbVchrAdditionalWireText attribute.

Returns:
Returns the disbVchrAdditionalWireText

setDisbVchrAdditionalWireText

public void setDisbVchrAdditionalWireText(String disbVchrAdditionalWireText)
Sets the disbVchrAdditionalWireText attribute.

Parameters:
disbVchrAdditionalWireText - The disbVchrAdditionalWireText to set.

getDisbVchrPayeeAccountNumber

public String getDisbVchrPayeeAccountNumber()
Gets the disbVchrPayeeAccountNumber attribute.

Returns:
Returns the disbVchrPayeeAccountNumber

setDisbVchrPayeeAccountNumber

public void setDisbVchrPayeeAccountNumber(String disbVchrPayeeAccountNumber)
Sets the disbVchrPayeeAccountNumber attribute.

Parameters:
disbVchrPayeeAccountNumber - The disbVchrPayeeAccountNumber to set.

getDisbVchrCurrencyTypeName

public String getDisbVchrCurrencyTypeName()
Gets the disbVchrCurrencyTypeName attribute.

Returns:
Returns the disbVchrCurrencyTypeName

setDisbVchrCurrencyTypeName

public void setDisbVchrCurrencyTypeName(String disbVchrCurrencyTypeName)
Sets the disbVchrCurrencyTypeName attribute.

Parameters:
disbVchrCurrencyTypeName - The disbVchrCurrencyTypeName to set.

getDisbursementVoucherForeignCurrencyTypeName

public String getDisbursementVoucherForeignCurrencyTypeName()
Gets the disbursementVoucherForeignCurrencyTypeName attribute. This field is here because the currency type field is presented in different places on screen, and value conflicts occur unless we have an alias.

Returns:
Returns the disbursementVoucherForeignCurrencyTypeName

setDisbursementVoucherForeignCurrencyTypeName

public void setDisbursementVoucherForeignCurrencyTypeName(String disbursementVoucherForeignCurrencyTypeName)
Sets the disbursementVoucherForeignCurrencyTypeName attribute. This field is here because the currency type field is presented in different places on screen, and value conflicts occur unless we have an alias.

Parameters:
disbursementVoucherForeignCurrencyTypeName - The disbursementVoucherForeignCurrencyTypeName to set.

getDisbVchrCurrencyTypeCode

public String getDisbVchrCurrencyTypeCode()
Gets the disbVchrCurrencyTypeCode attribute.

Returns:
Returns the disbVchrCurrencyTypeCode

setDisbVchrCurrencyTypeCode

public void setDisbVchrCurrencyTypeCode(String disbVchrCurrencyTypeCode)
Sets the disbVchrCurrencyTypeCode attribute.

Parameters:
disbVchrCurrencyTypeCode - The disbVchrCurrencyTypeCode to set.

getDisbursementVoucherForeignCurrencyTypeCode

public String getDisbursementVoucherForeignCurrencyTypeCode()
Gets the disbursementVoucherForeignCurrencyTypeCode attribute. This field is here because the currency type field is presented in different places on screen, and value conflicts occur unless we have an alias.

Returns:
Returns the disbursementVoucherForeignCurrencyTypeCode

setDisbursementVoucherForeignCurrencyTypeCode

public void setDisbursementVoucherForeignCurrencyTypeCode(String disbursementVoucherForeignCurrencyTypeCode)
Sets the disbursementVoucherForeignCurrencyTypeCode attribute. This field is here because the currency type field is presented in different places on screen, and value conflicts occur unless we have an alias.

Parameters:
disbursementVoucherForeignCurrencyTypeCode - The disbursementVoucherForeignCurrencyTypeCode to set.

isDisbursementVoucherWireTransferFeeWaiverIndicator

public boolean isDisbursementVoucherWireTransferFeeWaiverIndicator()
Gets the disbursementVoucherWireTransferFeeWaiverIndicator attribute.

Returns:
Returns the disbursementVoucherWireTransferFeeWaiverIndicator

setDisbursementVoucherWireTransferFeeWaiverIndicator

public void setDisbursementVoucherWireTransferFeeWaiverIndicator(boolean disbursementVoucherWireTransferFeeWaiverIndicator)
Sets the disbursementVoucherWireTransferFeeWaiverIndicator attribute.

Parameters:
disbursementVoucherWireTransferFeeWaiverIndicator - The disbursementVoucherWireTransferFeeWaiverIndicator to set.

getDisbursementVoucherPayeeAccountName

public String getDisbursementVoucherPayeeAccountName()
Gets the disbursementVoucherPayeeAccountName attribute.

Returns:
Returns the disbursementVoucherPayeeAccountName

setDisbursementVoucherPayeeAccountName

public void setDisbursementVoucherPayeeAccountName(String disbursementVoucherPayeeAccountName)
Sets the disbursementVoucherPayeeAccountName attribute.

Parameters:
disbursementVoucherPayeeAccountName - The disbursementVoucherPayeeAccountName to set.

getDisbursementVoucherPayeeAccountTypeCode

public String getDisbursementVoucherPayeeAccountTypeCode()
Gets the disbursementVoucherPayeeAccountTypeCode attribute.

Returns:
Returns the disbursementVoucherPayeeAccountTypeCode

setDisbursementVoucherPayeeAccountTypeCode

public void setDisbursementVoucherPayeeAccountTypeCode(String disbursementVoucherPayeeAccountTypeCode)
Sets the disbursementVoucherPayeeAccountTypeCode attribute.

Parameters:
disbursementVoucherPayeeAccountTypeCode - The disbursementVoucherPayeeAccountTypeCode to set.

getDisbursementVoucherAutomatedClearingHouseProfileNumber

public String getDisbursementVoucherAutomatedClearingHouseProfileNumber()
Gets the disbursementVoucherAutomatedClearingHouseProfileNumber attribute.

Returns:
Returns the disbursementVoucherAutomatedClearingHouseProfileNumber

setDisbursementVoucherAutomatedClearingHouseProfileNumber

public void setDisbursementVoucherAutomatedClearingHouseProfileNumber(String disbursementVoucherAutomatedClearingHouseProfileNumber)
Sets the disbursementVoucherAutomatedClearingHouseProfileNumber attribute.

Parameters:
disbursementVoucherAutomatedClearingHouseProfileNumber - The disbursementVoucherAutomatedClearingHouseProfileNumber to set.

setDisbVchrForeignBankIndicatorName

public void setDisbVchrForeignBankIndicatorName(String name)

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.