org.kuali.kfs.pdp.businessobject
Class CustomerBank

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.CustomerBank
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 CustomerBank
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
CustomerBank()
           
 
Method Summary
 Bank getBank()
          Gets the bank attribute.
 String getBankCode()
          Gets the bankCode attribute.
 org.kuali.rice.kns.util.KualiInteger getCustomerId()
          Gets the customerId attribute.
 CustomerProfile getCustomerProfile()
          Gets the customerProfile attribute.
 DisbursementType getDisbursementType()
          Gets the disbursementType attribute.
 String getDisbursementTypeCode()
          Gets the disbursementTypeCode attribute.
 boolean isActive()
           
 void setActive(boolean active)
           
 void setBank(Bank bank)
          Sets the bank attribute value.
 void setBankCode(String bankCode)
          Sets the bankCode attribute value.
 void setCustomerId(org.kuali.rice.kns.util.KualiInteger customerId)
          Sets the customerId attribute value.
 void setCustomerProfile(CustomerProfile customerProfile)
          Sets the customerProfile attribute value.
 void setDisbursementType(DisbursementType disbursementType)
          Sets the disbursementType attribute value.
 void setDisbursementTypeCode(String disbursementTypeCode)
          Sets the disbursementTypeCode 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

CustomerBank

public CustomerBank()
Method Detail

getCustomerId

public org.kuali.rice.kns.util.KualiInteger getCustomerId()
Gets the customerId attribute.

Returns:
Returns the customerId.

setCustomerId

public void setCustomerId(org.kuali.rice.kns.util.KualiInteger customerId)
Sets the customerId attribute value.

Parameters:
customerId - The customerId to set.

getCustomerProfile

public CustomerProfile getCustomerProfile()
Gets the customerProfile attribute.

Returns:
Returns the customerProfile.

setCustomerProfile

public void setCustomerProfile(CustomerProfile customerProfile)
Sets the customerProfile attribute value.

Parameters:
customerProfile - The customerProfile to set.

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.

getBank

public Bank getBank()
Gets the bank attribute.

Returns:
Returns the bank.

setBank

public void setBank(Bank bank)
Sets the bank attribute value.

Parameters:
bank - The bank to set.

getDisbursementTypeCode

public String getDisbursementTypeCode()
Gets the disbursementTypeCode attribute.

Returns:
Returns the disbursementTypeCode.

setDisbursementTypeCode

public void setDisbursementTypeCode(String disbursementTypeCode)
Sets the disbursementTypeCode attribute value.

Parameters:
disbursementTypeCode - The disbursementTypeCode to set.

getDisbursementType

public DisbursementType getDisbursementType()
Gets the disbursementType attribute.

Returns:
Returns the disbursementType.

setDisbursementType

public void setDisbursementType(DisbursementType disbursementType)
Sets the disbursementType attribute value.

Parameters:
disbursementType - The disbursementType to set.

toStringMapper

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

isActive

public boolean isActive()
Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
See Also:
Inactivateable.isActive()

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
See Also:
Inactivateable.setActive(boolean)


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