org.kuali.kfs.pdp.businessobject
Class PayeeACHAccount

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.pdp.businessobject.PayeeACHAccount
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 PayeeACHAccount
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PayeeACHAccount()
          Default constructor.
 
Method Summary
 org.kuali.rice.kns.util.KualiInteger getAchAccountGeneratedIdentifier()
          Gets the achAccountGeneratedIdentifier attribute.
 ACHPayee getAchPayee()
          Gets the achPayee attribute.
 String getAchTransactionType()
          Gets the achTransactionType attribute.
 String getBankAccountNumber()
          Gets the bankAccountNumber attribute.
 String getBankAccountTypeCode()
          Gets the bankAccountTypeCode attribute.
 ACHBank getBankRouting()
          Gets the bankRouting attribute.
 String getBankRoutingNumber()
          Gets the bankRoutingNumber attribute.
 String getPayeeEmailAddress()
          Gets the payeeEmailAddress attribute.
 String getPayeeIdentifierTypeCode()
          Gets the payeeIdentifierTypeCode attribute.
 String getPayeeIdNumber()
          Gets the payeeIdNumber attribute.
 String getPayeeName()
          Gets the payeeName attribute.
 ACHTransactionType getTransactionType()
          Gets the transactionType attribute.
 boolean isActive()
          Gets the active attribute.
 void setAchAccountGeneratedIdentifier(org.kuali.rice.kns.util.KualiInteger achAccountGeneratedIdentifier)
          Sets the achAccountGeneratedIdentifier attribute.
 void setAchPayee(ACHPayee achPayee)
          Sets the achPayee attribute value.
 void setAchTransactionType(String achTransactionType)
          Sets the achTransactionType attribute value.
 void setActive(boolean active)
          Sets the active attribute.
 void setBankAccountNumber(String bankAccountNumber)
          Sets the bankAccountNumber attribute.
 void setBankAccountTypeCode(String bankAccountTypeCode)
          Sets the bankAccountTypeCode attribute value.
 void setBankRouting(ACHBank bankRouting)
          Deprecated.  
 void setBankRoutingNumber(String bankRoutingNumber)
          Sets the bankRoutingNumber attribute.
 void setPayeeEmailAddress(String payeeEmailAddress)
          Sets the payeeEmailAddress attribute.
 void setPayeeIdentifierTypeCode(String payeeIdentifierTypeCode)
          Sets the payeeIdentifierTypeCode attribute.
 void setPayeeIdNumber(String payeeIdNumber)
          Sets the payeeIdNumber attribute value.
 void setPayeeName(String payeeName)
          Sets the payeeName attribute.
 void setTransactionType(ACHTransactionType transactionType)
          Sets the transactionType 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

PayeeACHAccount

public PayeeACHAccount()
Default constructor.

Method Detail

getAchAccountGeneratedIdentifier

public org.kuali.rice.kns.util.KualiInteger getAchAccountGeneratedIdentifier()
Gets the achAccountGeneratedIdentifier attribute.

Returns:
Returns the achAccountGeneratedIdentifier

setAchAccountGeneratedIdentifier

public void setAchAccountGeneratedIdentifier(org.kuali.rice.kns.util.KualiInteger achAccountGeneratedIdentifier)
Sets the achAccountGeneratedIdentifier attribute.

Parameters:
achAccountGeneratedIdentifier - The achAccountGeneratedIdentifier to set.

getBankRoutingNumber

public String getBankRoutingNumber()
Gets the bankRoutingNumber attribute.

Returns:
Returns the bankRoutingNumber

setBankRoutingNumber

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

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.

Parameters:
bankAccountNumber - The bankAccountNumber to set.

getPayeeName

public String getPayeeName()
Gets the payeeName attribute.

Returns:
Returns the payeeName

setPayeeName

public void setPayeeName(String payeeName)
Sets the payeeName attribute.

Parameters:
payeeName - The payeeName to set.

getPayeeEmailAddress

public String getPayeeEmailAddress()
Gets the payeeEmailAddress attribute.

Returns:
Returns the payeeEmailAddress

setPayeeEmailAddress

public void setPayeeEmailAddress(String payeeEmailAddress)
Sets the payeeEmailAddress attribute.

Parameters:
payeeEmailAddress - The payeeEmailAddress to set.

getPayeeIdentifierTypeCode

public String getPayeeIdentifierTypeCode()
Gets the payeeIdentifierTypeCode attribute.

Returns:
Returns the payeeIdentifierTypeCode

setPayeeIdentifierTypeCode

public void setPayeeIdentifierTypeCode(String payeeIdentifierTypeCode)
Sets the payeeIdentifierTypeCode attribute.

Parameters:
payeeIdentifierTypeCode - The payeeIdentifierTypeCode to set.

getAchTransactionType

public String getAchTransactionType()
Gets the achTransactionType attribute.

Returns:
Returns the achTransactionType.

setAchTransactionType

public void setAchTransactionType(String achTransactionType)
Sets the achTransactionType attribute value.

Parameters:
achTransactionType - The achTransactionType to set.

getTransactionType

public ACHTransactionType getTransactionType()
Gets the transactionType attribute.

Returns:
Returns the transactionType.

setTransactionType

public void setTransactionType(ACHTransactionType transactionType)
Sets the transactionType attribute value.

Parameters:
transactionType - The transactionType 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.

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

getBankAccountTypeCode

public String getBankAccountTypeCode()
Gets the bankAccountTypeCode attribute.

Returns:
Returns the bankAccountTypeCode.

setBankAccountTypeCode

public void setBankAccountTypeCode(String bankAccountTypeCode)
Sets the bankAccountTypeCode attribute value.

Parameters:
bankAccountTypeCode - The bankAccountTypeCode to set.

getBankRouting

public ACHBank getBankRouting()
Gets the bankRouting attribute.

Returns:
Returns the bankRouting.

setBankRouting

public void setBankRouting(ACHBank bankRouting)
Deprecated. 

Sets the bankRouting attribute value.

Parameters:
bankRouting - The bankRouting to set.

getPayeeIdNumber

public String getPayeeIdNumber()
Gets the payeeIdNumber attribute.

Returns:
Returns the payeeIdNumber.

setPayeeIdNumber

public void setPayeeIdNumber(String payeeIdNumber)
Sets the payeeIdNumber attribute value.

Parameters:
payeeIdNumber - The payeeIdNumber to set.

getAchPayee

public ACHPayee getAchPayee()
Gets the achPayee attribute.

Returns:
Returns the achPayee.

setAchPayee

public void setAchPayee(ACHPayee achPayee)
Sets the achPayee attribute value.

Parameters:
achPayee - The achPayee 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.