|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlexibleAccountUpdateable
An interface that declares the methods that a Business Object must implement, if it should have its flexible offset account updated by the FlexibleOffsetAccountService.
FlexibleOffsetAccountService| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||