public interface FlexibleAccountUpdateable
FlexibleOffsetAccountService| Modifier and Type | Method and Description | 
|---|---|
| String | getAccountNumber()Returns the account number of the business object to update | 
| String | getChartOfAccountsCode()Returns the chart of accounts code of the business object to update | 
| String | getFinancialBalanceTypeCode()Returns the balance type code of the business object to update | 
| String | getFinancialDocumentTypeCode()Returns the document type code of the business object to update | 
| String | getFinancialObjectCode()Returns the object code of the business object to update | 
| Integer | getUniversityFiscalYear()Returns the university fiscal year of the business object to update | 
| void | setAccount(Account a)Sets the business object's account attribute | 
| void | setAccountNumber(String accountNumber)Sets the account number of the business object | 
| void | setChartOfAccountsCode(String chartCode)Sets the chart of accounts code of the business object | 
| void | setFinancialSubObjectCode(String financialSubObjectCode)Sets the financial sub-object code of the business object | 
| void | setSubAccountNumber(String subAccountNumber)Sets the sub-account number of the business object | 
Integer getUniversityFiscalYear()
String getChartOfAccountsCode()
String getAccountNumber()
String getFinancialBalanceTypeCode()
String getFinancialDocumentTypeCode()
String getFinancialObjectCode()
void setAccount(Account a)
a - an account business object to setvoid setChartOfAccountsCode(String chartCode)
chartCode - the chart code to setvoid setAccountNumber(String accountNumber)
accountNumber - the account number to setvoid setSubAccountNumber(String subAccountNumber)
subAccountNumber - the sub account number to setvoid setFinancialSubObjectCode(String financialSubObjectCode)
financialSubObjectCode - the financial sub-object code to setCopyright © 2004–2015 The Kuali Foundation. All rights reserved.