public class Deposit extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
Deposit()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsCashReceipt(CashReceiptDocument crDoc)
This method returns whether the given deposit contains the parameter cash receipt document
|
Bank |
getBank()
Gets the bank attribute.
|
CashManagementDocument |
getCashManagementDocument() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getDepositAmount() |
String |
getDepositBankCode() |
List |
getDepositCashReceiptControl() |
Date |
getDepositDate() |
CoinDetail |
getDepositedCoin()
Gets the depositedCoin attribute.
|
CurrencyDetail |
getDepositedCurrency()
Gets the depositedCurrency attribute.
|
String |
getDepositTicketNumber() |
String |
getDepositTypeCode() |
String |
getDocumentNumber() |
Integer |
getFinancialDocumentDepositLineNumber() |
String |
getRawDepositTypeCode() |
boolean |
keysEqual(Deposit other)
Returns true if this deposit has the same document deposit line number as the passed in Deposit
|
void |
setBank(Bank bank)
Sets the bank attribute value.
|
void |
setCashManagementDocument(CashManagementDocument cashManagementDocument)
Sets the cashManagementDocument attribute value.
|
void |
setDepositAmount(org.kuali.rice.core.api.util.type.KualiDecimal depositAmount)
Sets the depositAmount attribute value.
|
void |
setDepositBankCode(String depositBankCode)
Sets the depositBankCode attribute value.
|
void |
setDepositCashReceiptControl(List depositCashReceiptControl)
Sets the depositCashReceiptControl attribute value.
|
void |
setDepositDate(Date depositDate)
Sets the depositDate attribute value.
|
void |
setDepositedCoin(CoinDetail depositedCoin)
Sets the depositedCoin attribute value.
|
void |
setDepositedCurrency(CurrencyDetail depositedCurrency)
Sets the depositedCurrency attribute value.
|
void |
setDepositTicketNumber(String depositTicketNumber)
Sets the depositTicketNumber attribute value.
|
void |
setDepositTypeCode(String depositTypeCode)
Sets the depositTypeCode attribute value.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.
|
void |
setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)
Sets the financialDocumentDepositLineNumber 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, setVersionNumber
public Deposit()
public void setBank(Bank bank)
bank
- The bank to set.public CashManagementDocument getCashManagementDocument()
public void setCashManagementDocument(CashManagementDocument cashManagementDocument)
cashManagementDocument
- The cashManagementDocument to set.public List getDepositCashReceiptControl()
public void setDepositCashReceiptControl(List depositCashReceiptControl)
depositCashReceiptControl
- The depositCashReceiptControl to set.public org.kuali.rice.core.api.util.type.KualiDecimal getDepositAmount()
public void setDepositAmount(org.kuali.rice.core.api.util.type.KualiDecimal depositAmount)
depositAmount
- The depositAmount to set.public String getDepositBankCode()
public void setDepositBankCode(String depositBankCode)
depositBankCode
- The depositBankCode to set.public Date getDepositDate()
public void setDepositDate(Date depositDate)
depositDate
- The depositDate to set.public String getDepositTicketNumber()
public void setDepositTicketNumber(String depositTicketNumber)
depositTicketNumber
- The depositTicketNumber to set.public String getRawDepositTypeCode()
public String getDepositTypeCode()
public void setDepositTypeCode(String depositTypeCode)
depositTypeCode
- The depositTypeCode to set.public Integer getFinancialDocumentDepositLineNumber()
public void setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)
financialDocumentDepositLineNumber
- The financialDocumentDepositLineNumber to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public boolean keysEqual(Deposit other)
other
- public boolean containsCashReceipt(CashReceiptDocument crDoc)
crDoc
- the cash receipt document to look forpublic CoinDetail getDepositedCoin()
public void setDepositedCoin(CoinDetail depositedCoin)
depositedCoin
- The depositedCoin to set.public CurrencyDetail getDepositedCurrency()
public void setDepositedCurrency(CurrencyDetail depositedCurrency)
depositedCurrency
- The depositedCurrency to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.