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, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CheckBase()
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.core.api.util.type.KualiDecimal getAmount()
public void setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
public String getDocumentNumber()
getDocumentNumber
in interface Check
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface Check
documentNumber
- The documentNumber to set.public String getCashieringStatus()
getCashieringStatus
in interface Check
public void setCashieringStatus(String financialDocumentColumnTypeCode)
setCashieringStatus
in interface Check
cashieringStatus
- The cashieringStatus 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_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public boolean isLike(Check other)
Check
isLike
in interface Check
Check.isLike(org.kuali.ole.fp.businessobject.Check)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.