public class CheckBase extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements Check
| Constructor and Description | 
|---|
| CheckBase()Constructs a CheckBase business object. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.kuali.rice.core.api.util.type.KualiDecimal | getAmount()Gets the amount attribute. | 
| String | getCashieringStatus()Gets the cashieringStatus 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.core.api.util.type.KualiDecimal amount)Sets the amount attribute value. | 
| void | setCashieringStatus(String financialDocumentColumnTypeCode)Sets the cashieringStatus 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_RICE20_REFACTORME() | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic CheckBase()
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.core.api.util.type.KualiDecimal getAmount()
public void setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
public String getDocumentNumber()
getDocumentNumber in interface Checkpublic void setDocumentNumber(String documentNumber)
setDocumentNumber in interface CheckdocumentNumber - The documentNumber to set.public String getCashieringStatus()
getCashieringStatus in interface Checkpublic void setCashieringStatus(String financialDocumentColumnTypeCode)
setCashieringStatus in interface CheckcashieringStatus - The cashieringStatus 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_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public boolean isLike(Check other)
CheckisLike in interface CheckCheck.isLike(org.kuali.ole.fp.businessobject.Check)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.