|
||||||||||
| 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.CheckBase
public class CheckBase
This class represents a check in the system. It is a generalized check business object that will be used by the Cash Receipts document, the Cashier document, etc.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
CheckBase()
Constructs a CheckBase business object. |
|
| Method Summary | |
|---|---|
org.kuali.rice.kns.util.KualiDecimal |
getAmount()
Gets the amount attribute. |
String |
getCashieringRecordSource()
Gets the cashieringRecordSource attribute. |
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()
Gets the financialDocumentTypeCode attribute. |
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 financialDocumentColumnTypeCode)
Sets the cashieringRecordSource attribute value. |
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 attribute value. |
void |
setFinancialDocumentTypeCode(String financialDocumentTypeCode)
Sets the financialDocumentTypeCode attribute value. |
void |
setSequenceId(Integer sequenceId)
Sets the sequenceId 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.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 |
| Constructor Detail |
|---|
public CheckBase()
| Method Detail |
|---|
public Date getCheckDate()
getCheckDate in interface Checkpublic void setCheckDate(Date checkDate)
setCheckDate in interface CheckcheckDate - The checkDate to set.public String getCheckNumber()
getCheckNumber in interface Checkpublic void setCheckNumber(String checkNumber)
setCheckNumber in interface CheckcheckNumber - The checkNumber to set.public String getDescription()
getDescription in interface Checkpublic void setDescription(String description)
setDescription in interface Checkdescription - The description to set.public Integer getSequenceId()
getSequenceId in interface Checkpublic void setSequenceId(Integer sequenceId)
setSequenceId in interface ChecksequenceId - The sequenceId to set.public org.kuali.rice.kns.util.KualiDecimal getAmount()
getAmount in interface Checkpublic void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
setAmount in interface Checkamount - The amount to set.public String getDocumentNumber()
getDocumentNumber in interface Checkpublic void setDocumentNumber(String documentNumber)
setDocumentNumber in interface CheckdocumentNumber - The documentNumber to set.public String getCashieringRecordSource()
getCashieringRecordSource in interface Checkpublic void setCashieringRecordSource(String financialDocumentColumnTypeCode)
setCashieringRecordSource in interface CheckcashieringRecordSource - The cashieringRecordSource to set.public String getFinancialDocumentTypeCode()
getFinancialDocumentTypeCode in interface Checkpublic void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
setFinancialDocumentTypeCode in interface CheckfinancialDocumentTypeCode - The financialDocumentTypeCode to set.public Integer getFinancialDocumentDepositLineNumber()
getFinancialDocumentDepositLineNumber in interface Checkpublic void setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)
setFinancialDocumentDepositLineNumber in interface CheckfinancialDocumentDepositLineNumber - The financialDocumentDepositLineNumber to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public boolean isLike(Check other)
Check
isLike in interface CheckCheck.isLike(org.kuali.kfs.fp.businessobject.Check)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||