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.
Constructor Summary
public
CheckBase() Constructs a CheckBase business object.
Sets the checkDate attribute value.
Parameters: checkDate - The checkDate to set.
setCheckNumber
public void setCheckNumber(String checkNumber)(Code)
Sets the checkNumber attribute value.
Parameters: checkNumber - The checkNumber to set.
setDescription
public void setDescription(String description)(Code)
Sets the description attribute value.
Parameters: description - The description to set.
setDocumentNumber
public void setDocumentNumber(String documentNumber)(Code)
Sets the documentNumber attribute value.
Parameters: documentNumber - The documentNumber to set.
setFinancialDocumentDepositLineNumber
public void setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)(Code)
Sets the financialDocumentDepositLineNumber attribute value.
Parameters: financialDocumentDepositLineNumber - The financialDocumentDepositLineNumber to set.
setFinancialDocumentTypeCode
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)(Code)
Sets the financialDocumentTypeCode attribute value.
Parameters: financialDocumentTypeCode - The financialDocumentTypeCode to set.