public class CustomerBank extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description | 
|---|
| CustomerBank() | 
| Modifier and Type | Method and Description | 
|---|---|
| Bank | getBank()Gets the bank attribute. | 
| String | getBankCode()Gets the bankCode attribute. | 
| org.kuali.rice.core.api.util.type.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.core.api.util.type.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_RICE20_REFACTORME() | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic CustomerBank()
public org.kuali.rice.core.api.util.type.KualiInteger getCustomerId()
public void setCustomerId(org.kuali.rice.core.api.util.type.KualiInteger customerId)
customerId - The customerId to set.public CustomerProfile getCustomerProfile()
public void setCustomerProfile(CustomerProfile customerProfile)
customerProfile - The customerProfile to set.public String getBankCode()
public void setBankCode(String bankCode)
bankCode - The bankCode to set.public void setBank(Bank bank)
bank - The bank to set.public String getDisbursementTypeCode()
public void setDisbursementTypeCode(String disbursementTypeCode)
disbursementTypeCode - The disbursementTypeCode to set.public DisbursementType getDisbursementType()
public void setDisbursementType(DisbursementType disbursementType)
disbursementType - The disbursementType to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.InactivatableInactivatable.isActive()public void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableMutableInactivatable.setActive(boolean)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.