| |
|
| org.kuali.module.gl.bo.FlexibleAccountUpdateable
All known Subclasses: org.kuali.module.gl.bo.OriginEntryFull, org.kuali.module.pdp.bo.GlPendingTransaction,
getAccountNumber | abstract public String getAccountNumber()(Code) | | Returns the account number of the business object to update
a valid account number |
getChartOfAccountsCode | abstract public String getChartOfAccountsCode()(Code) | | Returns the chart of accounts code of the business object to update
a valid chart of accounts code |
getFinancialBalanceTypeCode | abstract public String getFinancialBalanceTypeCode()(Code) | | Returns the balance type code of the business object to update
a valid balance type code |
getFinancialDocumentTypeCode | abstract public String getFinancialDocumentTypeCode()(Code) | | Returns the document type code of the business object to update
a valid document code |
getFinancialObjectCode | abstract public String getFinancialObjectCode()(Code) | | Returns the object code of the business object to update
a valid object code |
getUniversityFiscalYear | abstract public Integer getUniversityFiscalYear()(Code) | | Returns the university fiscal year of the business object to update
a valid university fiscal year |
setAccount | abstract public void setAccount(Account a)(Code) | | Sets the business object's account attribute
Parameters: a - an account business object to set |
setAccountNumber | abstract public void setAccountNumber(String accountNumber)(Code) | | Sets the account number of the business object
Parameters: accountNumber - the account number to set |
setChartOfAccountsCode | abstract public void setChartOfAccountsCode(String chartCode)(Code) | | Sets the chart of accounts code of the business object
Parameters: chartCode - the chart code to set |
setFinancialSubObjectCode | abstract public void setFinancialSubObjectCode(String financialSubObjectCode)(Code) | | Sets the financial sub-object code of the business object
Parameters: financialSubObjectCode - the financial sub-object code to set |
setSubAccountNumber | abstract public void setSubAccountNumber(String subAccountNumber)(Code) | | Sets the sub-account number of the business object
Parameters: subAccountNumber - the sub account number to set |
|
|
|