|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.pdp.businessobject.CustomerBank
public class CustomerBank
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 |
---|
public CustomerBank()
Method Detail |
---|
public org.kuali.rice.kns.util.KualiInteger getCustomerId()
public void setCustomerId(org.kuali.rice.kns.util.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 Bank getBank()
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()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
Inactivateable.isActive()
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
Inactivateable.setActive(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |