|
||||||||||
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.fp.businessobject.Deposit
public class Deposit
This class represents a deposit used in the cash management document
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
Deposit()
Default constructor. |
Method Summary | |
---|---|
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.kns.util.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.kns.util.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()
|
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 Deposit()
Method Detail |
---|
public Bank getBank()
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.kns.util.KualiDecimal getDepositAmount()
public void setDepositAmount(org.kuali.rice.kns.util.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()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public boolean keysEqual(Deposit other)
other
-
public boolean containsCashReceipt(CashReceiptDocument crDoc)
crDoc
- the cash receipt document to look for
public 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |