public interface Check extends org.kuali.rice.krad.bo.PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmount()
Gets the amount attribute.
|
String |
getCashieringStatus()
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.core.api.util.type.KualiDecimal amount)
Sets the amount attribute value.
|
void |
setCashieringStatus(String cashieringStatus)
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.
|
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.core.api.util.type.KualiDecimal getAmount()
void setAmount(org.kuali.rice.core.api.util.type.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 getCashieringStatus()
void setCashieringStatus(String cashieringStatus)
cashieringStatus
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.