|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Check
This class represents a check is cashiering related documents
Method Summary | |
---|---|
org.kuali.rice.kns.util.KualiDecimal |
getAmount()
Gets the amount attribute. |
String |
getCashieringRecordSource()
Gets the code that describes where this cashiering record came from |
Date |
getCheckDate()
Gets the checkDate attribute. |
String |
getCheckNumber()
Gets the checkNumber attribute. |
String |
getDescription()
Gets the description attribute. |
String |
getDocumentNumber()
Gets the documentNumber attribute. |
Integer |
getFinancialDocumentDepositLineNumber()
Gets the financialDocumentDepositLineNumber attribute. |
String |
getFinancialDocumentTypeCode()
Returns the document type that created this record. |
Integer |
getSequenceId()
Gets the sequenceId attribute. |
boolean |
isLike(Check other)
Returns true if this check has the same primitive field values as the given one |
void |
setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
Sets the amount attribute value. |
void |
setCashieringRecordSource(String cashieringRecordSource)
Sets the source of this cashiering record. |
void |
setCheckDate(Date checkDate)
Sets the checkDate attribute value. |
void |
setCheckNumber(String checkNumber)
Sets the checkNumber attribute value. |
void |
setDescription(String description)
Sets the description attribute value. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value. |
void |
setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)
Sets the financialDocumentDepositLineNumber. |
void |
setFinancialDocumentTypeCode(String financialDocumentTypeCode)
Sets the kind of document that created this check |
void |
setSequenceId(Integer sequenceId)
Sets the sequenceId attribute value. |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Method Detail |
---|
Date getCheckDate()
void setCheckDate(Date checkDate)
checkDate
- The checkDate to set.String getCheckNumber()
void setCheckNumber(String checkNumber)
checkNumber
- The checkNumber to set.String getDescription()
void setDescription(String description)
description
- The description to set.Integer getSequenceId()
void setSequenceId(Integer sequenceId)
sequenceId
- The sequenceId to set.org.kuali.rice.kns.util.KualiDecimal getAmount()
void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
amount
- The amount to set.String getDocumentNumber()
void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.void setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)
financialDocumentDepositLineNumber
- Integer getFinancialDocumentDepositLineNumber()
String getFinancialDocumentTypeCode()
void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
financialDocumentTypeCode
- String getCashieringRecordSource()
void setCashieringRecordSource(String cashieringRecordSource)
cashieringRecordSource
- boolean isLike(Check other)
other
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |