|
||||||||||
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 Check
public void setCheckDate(Date checkDate)
setCheckDate
in interface Check
checkDate
- The checkDate to set.public String getCheckNumber()
getCheckNumber
in interface Check
public void setCheckNumber(String checkNumber)
setCheckNumber
in interface Check
checkNumber
- The checkNumber to set.public String getDescription()
getDescription
in interface Check
public void setDescription(String description)
setDescription
in interface Check
description
- The description to set.public Integer getSequenceId()
getSequenceId
in interface Check
public void setSequenceId(Integer sequenceId)
setSequenceId
in interface Check
sequenceId
- The sequenceId to set.public org.kuali.rice.kns.util.KualiDecimal getAmount()
getAmount
in interface Check
public void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
setAmount
in interface Check
amount
- The amount to set.public String getDocumentNumber()
getDocumentNumber
in interface Check
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface Check
documentNumber
- The documentNumber to set.public String getCashieringRecordSource()
getCashieringRecordSource
in interface Check
public void setCashieringRecordSource(String financialDocumentColumnTypeCode)
setCashieringRecordSource
in interface Check
cashieringRecordSource
- The cashieringRecordSource to set.public String getFinancialDocumentTypeCode()
getFinancialDocumentTypeCode
in interface Check
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
setFinancialDocumentTypeCode
in interface Check
financialDocumentTypeCode
- The financialDocumentTypeCode to set.public Integer getFinancialDocumentDepositLineNumber()
getFinancialDocumentDepositLineNumber
in interface Check
public void setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)
setFinancialDocumentDepositLineNumber
in interface Check
financialDocumentDepositLineNumber
- The financialDocumentDepositLineNumber to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public boolean isLike(Check other)
Check
isLike
in interface Check
Check.isLike(org.kuali.kfs.fp.businessobject.Check)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |