public class CashManagementDocument extends GeneralLedgerPostingDocumentBase implements GeneralLedgerPendingEntrySource
Modifier and Type | Field and Description |
---|---|
protected org.kuali.rice.location.api.campus.Campus |
campus |
protected String |
campusCode |
protected CashDrawer |
cashDrawer |
protected List<Check> |
checks |
protected CashieringTransaction |
currentTransaction |
protected List<Deposit> |
deposits |
protected static org.apache.log4j.Logger |
LOG |
protected static long |
serialVersionUID |
generalLedgerPendingEntries
accountingPeriod, accountingPeriodService, checkPostingYearForCopy, dataDictionaryService, dateTimeService, postingPeriodCode, postingYear
UPDATE_TOTAL_AMOUNT_IN_POST_PROCESSING_PARAMETER_NAME
Constructor and Description |
---|
CashManagementDocument()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addCheck(Check check)
Add a check to the cash management document
|
List |
buildListOfDeletionAwareLists() |
protected static String |
createDescription(Deposit deposit,
int interimDepositNumber)
Create description for deposit
|
void |
customizeExplicitGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail postable,
GeneralLedgerPendingEntry explicitEntry)
Does nothing, as there aren't any accounting lines on this doc, so no GeneralLedgerPendingEntrySourceDetail create GLPEs
|
boolean |
customizeOffsetGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail accountingLine,
GeneralLedgerPendingEntry explicitEntry,
GeneralLedgerPendingEntry offsetEntry)
Does nothing save return true, as this document has no GLPEs created from a source of GeneralLedgerPostables
|
void |
doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange statusChangeEvent)
Override to call super and then iterate over all GLPEs and update the approved code appropriately.
|
protected void |
extendDeposits(int minSize)
Adds default AccountingLineDecorators to sourceAccountingLineDecorators until it contains at least minSize elements
|
boolean |
generateDocumentGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
Generates bank offset GLPEs for deposits, if enabled.
|
boolean |
generateGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySourceDetail glpeSourceDetail,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
The Cash Management doc doesn't have accounting lines, so it doesn't create general ledger pending entries for the accounting lines it doesn't have
|
boolean |
getBankCashOffsetEnabled()
Helper method on document for determining whether the document can have GLPEs.
|
org.kuali.rice.location.api.campus.Campus |
getCampus() |
String |
getCampusCode() |
CashDrawer |
getCashDrawer()
Gets the cashDrawer attribute.
|
String |
getCashDrawerStatus()
Derives and returns the cash drawer status for the document's workgroup
|
List<Check> |
getChecks()
Gets the checks attribute.
|
CashieringTransaction |
getCurrentTransaction()
Gets the currentTransaction attribute.
|
Deposit |
getDeposit(int index)
Implementation creates empty Deposits as a side-effect, so that Struts' efforts to set fields of lines which haven't been
created will succeed rather than causing a NullPointerException.
|
List<Deposit> |
getDeposits() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentFiftyCentAmount()
Gets the financialDocumentFiftyCentAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentFiftyDollarAmount()
Gets the financialDocumentFiftyDollarAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentFiveCentAmount()
Gets the financialDocumentFiveCentAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentFiveDollarAmount()
Gets the financialDocumentFiveDollarAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentHundredCentAmount()
Gets the financialDocumentHundredCentAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentHundredDollarAmount()
Gets the financialDocumentHundredDollarAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentOneCentAmount()
Gets the financialDocumentOneCentAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentOneDollarAmount()
Gets the financialDocumentOneDollarAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentOtherCentAmount()
Gets the financialDocumentOtherCentAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentOtherDollarAmount()
Gets the financialDocumentOtherDollarAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentTenCentAmount()
Gets the financialDocumentTenCentAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentTenDollarAmount()
Gets the financialDocumentTenDollarAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentTwentyDollarAmount()
Gets the financialDocumentTwentyDollarAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentTwentyFiveCentAmount()
Gets the financialDocumentTwentyFiveCentAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentTwoDollarAmount()
Gets the financialDocumentTwoDollarAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getGeneralLedgerPendingEntryAmountForDetail(GeneralLedgerPendingEntrySourceDetail postable)
A method to determine what the actual amount, based off of a GeneralLedgerPendingEntrySourceDetail, should be for the resultant GeneralLedgerPendingEntry
|
List<GeneralLedgerPendingEntrySourceDetail> |
getGeneralLedgerPendingEntrySourceDetails()
Returns an empty list as this document has no GeneralLedgerPostables
|
Integer |
getNextDepositLineNumber() |
String |
getRawCashDrawerStatus()
Alias for getCashDrawerStatus which avoids the automagic formatting
|
protected Integer |
getUniversityFiscalYear()
Gets the fiscal year for the GLPEs generated by this document.
|
boolean |
hasFinalDeposit() |
boolean |
isDebit(GeneralLedgerPendingEntrySourceDetail postable)
Always returns true, as there are no GeneralLedgerPostables to create GLPEs
|
protected void |
logState() |
void |
prepareForSave(org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent event) |
void |
processAfterRetrieve()
This is the default implementation which ensures that document note attachment references are loaded.
|
Deposit |
removeDeposit(int index)
Removes and returns the Deposit at the given index.
|
void |
resetCurrentTransaction()
This method creates a clean current transaction to be the new current transaction on this document
|
protected org.kuali.rice.location.api.campus.Campus |
retrieveCampus() |
void |
setCampusCode(String campusCode)
Sets the campusCode attribute value.
|
void |
setCashDrawer(CashDrawer cd)
Sets the cashDrawer attribute
|
void |
setCashDrawerStatus(String cashDrawerStatus) |
void |
setChecks(List<Check> checks)
Sets the checks attribute value.
|
void |
setCurrentTransaction(CashieringTransaction currentTransaction)
Sets the currentTransaction attribute value.
|
void |
setDeposits(List<Deposit> deposits)
Sets the current List of Deposits
|
void |
setFinancialDocumentFiftyCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentFiftyCentAmount)
Sets the financialDocumentFiftyCentAmount attribute value.
|
void |
setFinancialDocumentFiftyDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentFiftyDollarAmount)
Sets the financialDocumentFiftyDollarAmount attribute value.
|
void |
setFinancialDocumentFiveCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentFiveCentAmount)
Sets the financialDocumentFiveCentAmount attribute value.
|
void |
setFinancialDocumentFiveDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentFiveDollarAmount)
Sets the financialDocumentFiveDollarAmount attribute value.
|
void |
setFinancialDocumentHundredCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentHundredCentAmount)
Sets the financialDocumentHundredCentAmount attribute value.
|
void |
setFinancialDocumentHundredDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentHundredDollarAmount)
Sets the financialDocumentHundredDollarAmount attribute value.
|
void |
setFinancialDocumentOneCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentOneCentAmount)
Sets the financialDocumentOneCentAmount attribute value.
|
void |
setFinancialDocumentOneDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentOneDollarAmount)
Sets the financialDocumentOneDollarAmount attribute value.
|
void |
setFinancialDocumentOtherCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentOtherCentAmount)
Sets the financialDocumentOtherCentAmount attribute value.
|
void |
setFinancialDocumentOtherDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentOtherDollarAmount)
Sets the financialDocumentOtherDollarAmount attribute value.
|
void |
setFinancialDocumentTenCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTenCentAmount)
Sets the financialDocumentTenCentAmount attribute value.
|
void |
setFinancialDocumentTenDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTenDollarAmount)
Sets the financialDocumentTenDollarAmount attribute value.
|
void |
setFinancialDocumentTwentyDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTwentyDollarAmount)
Sets the financialDocumentTwentyDollarAmount attribute value.
|
void |
setFinancialDocumentTwentyFiveCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTwentyFiveCentAmount)
Sets the financialDocumentTwentyFiveCentAmount attribute value.
|
void |
setFinancialDocumentTwoDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTwoDollarAmount)
Sets the financialDocumentTwoDollarAmount attribute value.
|
addPendingEntry, changeGeneralLedgerPendingEntriesApprovedStatusCode, checkSufficientFunds, clearAnyGeneralLedgerPendingEntries, documentPerformsSufficientFundsCheck, getGeneralLedgerPendingEntries, getGeneralLedgerPendingEntry, getPendingLedgerEntriesForSufficientFundsChecking, removeGeneralLedgerPendingEntries, setGeneralLedgerPendingEntries, toCopy, toErrorCorrection
createInitialAccountingPeriod, getAccountingPeriod, getAccountingPeriodCompositeString, getAccountingPeriodService, getDataDictionaryService, getDateTimeService, getFinancialDocumentTypeCode, getPostingPeriodCode, getPostingYear, retrieveCurrentAccountingPeriod, setAccountingPeriod, setAccountingPeriodCompositeString, setPostingPeriodCode, setPostingYear
answerSplitNodeQuestion, doRouteLevelChange, getApplicationDocumentStatus, getBusinessObjectService, getFinancialSystemDocumentHeader, getFinancialSystemDocumentService, getParameterService, prepareForSave, setApplicationDocumentStatus, setDocumentHeader, updateAndSaveAppDocStatus
getAllowsCopy, isSessionDocument
addCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getNote, getNotes, getNoteService, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postLoad, postProcessSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNewDocumentHeader, setNotes, setPessimisticLocks, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refreshNonUpdateableReferences, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addPendingEntry, clearAnyGeneralLedgerPendingEntries, getDocumentHeader, getFinancialDocumentTypeCode, getFinancialSystemDocumentHeader, getPostingYear
getAccountingPeriod, getPostingPeriodCode, getPostingYear, setAccountingPeriod, setPostingPeriodCode, setPostingYear
answerSplitNodeQuestion, getFinancialSystemDocumentHeader
addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotes, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
protected static final long serialVersionUID
protected static org.apache.log4j.Logger LOG
protected String campusCode
protected CashieringTransaction currentTransaction
protected CashDrawer cashDrawer
protected org.kuali.rice.location.api.campus.Campus campus
public CashManagementDocument()
public String getCampusCode()
public void setCampusCode(String campusCode)
campusCode
- The campusCode to set.public String getCashDrawerStatus()
public void setCashDrawerStatus(String cashDrawerStatus)
cashDrawerStatus
- public String getRawCashDrawerStatus()
public List<Deposit> getDeposits()
public void setDeposits(List<Deposit> deposits)
deposits
- public Deposit getDeposit(int index)
public Deposit removeDeposit(int index)
index
- public boolean hasFinalDeposit()
public Integer getNextDepositLineNumber()
protected void extendDeposits(int minSize)
minSize
- public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists
in interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()
public CashDrawer getCashDrawer()
public void setCashDrawer(CashDrawer cd)
cd
- the cash drawer to setpublic CashieringTransaction getCurrentTransaction()
public void setCurrentTransaction(CashieringTransaction currentTransaction)
currentTransaction
- The currentTransaction to set.public void setChecks(List<Check> checks)
checks
- The checks to set.public void addCheck(Check check)
check
- public void doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange statusChangeEvent)
GeneralLedgerPostingDocumentBase
doRouteStatusChange
in interface org.kuali.rice.krad.document.Document
doRouteStatusChange
in class GeneralLedgerPostingDocumentBase
org.kuali.rice.krad.document.DocumentBase#doRouteStatusChange()
protected void logState()
public void processAfterRetrieve()
FinancialSystemTransactionalDocumentBase
processAfterRetrieve
in interface org.kuali.rice.krad.document.Document
processAfterRetrieve
in class FinancialSystemTransactionalDocumentBase
DocumentBase.processAfterRetrieve()
public void resetCurrentTransaction()
public void customizeExplicitGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail postable, GeneralLedgerPendingEntry explicitEntry)
org.kuali.ole.document.GeneralLedgerPostingHelper#customizeExplicitGeneralLedgerPendingEntry(org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntrySourceDetail, org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntry)
public boolean customizeOffsetGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail accountingLine, GeneralLedgerPendingEntry explicitEntry, GeneralLedgerPendingEntry offsetEntry)
org.kuali.ole.document.GeneralLedgerPostingHelper#customizeOffsetGeneralLedgerPendingEntry(org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntrySourceDetail, org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntry, org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntry)
public List<GeneralLedgerPendingEntrySourceDetail> getGeneralLedgerPendingEntrySourceDetails()
getGeneralLedgerPendingEntrySourceDetails
in interface GeneralLedgerPendingEntrySource
org.kuali.ole.document.GeneralLedgerPostingHelper#getGeneralLedgerPostables()
public boolean isDebit(GeneralLedgerPendingEntrySourceDetail postable)
isDebit
in interface GeneralLedgerPendingEntrySource
org.kuali.ole.document.GeneralLedgerPostingHelper#isDebit(org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntrySourceDetail)
public boolean generateDocumentGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
generateDocumentGeneralLedgerPendingEntries
in interface GeneralLedgerPendingEntrySource
financialDocument
- submitted accounting documentsequenceHelper
- helper class to keep track of sequence of general ledger pending entriesorg.kuali.ole.document.GeneralLedgerPostingHelper#processGenerateDocumentGeneralLedgerPendingEntries(org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntrySequenceHelper)
protected static String createDescription(Deposit deposit, int interimDepositNumber)
deposit
- deposit from cash management documentinterimDepositNumber
- protected Integer getUniversityFiscalYear()
AccountingPeriodService
, which suggests to me that pulling that
property up to FinancialDocument is preferable to duplicating this logic here.public boolean generateGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySourceDetail glpeSourceDetail, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
generateGeneralLedgerPendingEntries
in interface GeneralLedgerPendingEntrySource
glpeSourceDetail
- the source detail line to generate general ledger pending entries forsequenceHelper
- the sequence helper which will assign sequence number to generated general ledger pending entriesGeneralLedgerPendingEntrySource.generateGeneralLedgerPendingEntries(org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntrySourceDetail, org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntrySequenceHelper)
public org.kuali.rice.core.api.util.type.KualiDecimal getGeneralLedgerPendingEntryAmountForDetail(GeneralLedgerPendingEntrySourceDetail postable)
GeneralLedgerPendingEntrySource
getGeneralLedgerPendingEntryAmountForDetail
in interface GeneralLedgerPendingEntrySource
postable
- the detail line from the general ledger pending entry source to find an amount fororg.kuali.ole.sys.document.GeneralLedgerPendingEntrySource#getGeneralLedgerPendingEntryAmountForGeneralLedgerPostable(org.kuali.ole.sys.businessobject.GeneralLedgerPendingEntrySourceDetail)
public boolean getBankCashOffsetEnabled()
public void prepareForSave(org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent event)
prepareForSave
in interface org.kuali.rice.krad.document.Document
prepareForSave
in class GeneralLedgerPostingDocumentBase
org.kuali.ole.sys.document.GeneralLedgerPostingDocumentBase#prepareForSave(org.kuali.rice.krad.rule.event.KualiDocumentEvent)
public org.kuali.rice.location.api.campus.Campus getCampus()
protected org.kuali.rice.location.api.campus.Campus retrieveCampus()
public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentHundredDollarAmount()
public void setFinancialDocumentHundredDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentHundredDollarAmount)
financialDocumentHundredDollarAmount
- The financialDocumentHundredDollarAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentFiftyDollarAmount()
public void setFinancialDocumentFiftyDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentFiftyDollarAmount)
financialDocumentFiftyDollarAmount
- The financialDocumentFiftyDollarAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentTwentyDollarAmount()
public void setFinancialDocumentTwentyDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTwentyDollarAmount)
financialDocumentTwentyDollarAmount
- The financialDocumentTwentyDollarAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentTenDollarAmount()
public void setFinancialDocumentTenDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTenDollarAmount)
financialDocumentTenDollarAmount
- The financialDocumentTenDollarAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentFiveDollarAmount()
public void setFinancialDocumentFiveDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentFiveDollarAmount)
financialDocumentFiveDollarAmount
- The financialDocumentFiveDollarAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentTwoDollarAmount()
public void setFinancialDocumentTwoDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTwoDollarAmount)
financialDocumentTwoDollarAmount
- The financialDocumentTwoDollarAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentOneDollarAmount()
public void setFinancialDocumentOneDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentOneDollarAmount)
financialDocumentOneDollarAmount
- The financialDocumentOneDollarAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentOtherDollarAmount()
public void setFinancialDocumentOtherDollarAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentOtherDollarAmount)
financialDocumentOtherDollarAmount
- The financialDocumentOtherDollarAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentHundredCentAmount()
public void setFinancialDocumentHundredCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentHundredCentAmount)
financialDocumentHundredCentAmount
- The financialDocumentHundredCentAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentFiftyCentAmount()
public void setFinancialDocumentFiftyCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentFiftyCentAmount)
financialDocumentFiftyCentAmount
- The financialDocumentFiftyCentAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentTwentyFiveCentAmount()
public void setFinancialDocumentTwentyFiveCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTwentyFiveCentAmount)
financialDocumentTwentyFiveCentAmount
- The financialDocumentTwentyFiveCentAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentTenCentAmount()
public void setFinancialDocumentTenCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTenCentAmount)
financialDocumentTenCentAmount
- The financialDocumentTenCentAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentFiveCentAmount()
public void setFinancialDocumentFiveCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentFiveCentAmount)
financialDocumentFiveCentAmount
- The financialDocumentFiveCentAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentOneCentAmount()
public void setFinancialDocumentOneCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentOneCentAmount)
financialDocumentOneCentAmount
- The financialDocumentOneCentAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentOtherCentAmount()
public void setFinancialDocumentOtherCentAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentOtherCentAmount)
financialDocumentOtherCentAmount
- The financialDocumentOtherCentAmount to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.