Creating the AccountList business object

Follow these steps to create the AccountList business object which has these attributes:
  • value
  1. From the menu, select File > New > Other. The New window opens.
  2. In the navigation tree, click Business Integration > Business Object.
  3. Click Next.
  4. From the Module list, click BankModule. The Inherit from field is set to <none>.
  5. In the Folder field, type com.emerged.bank.
  6. In the Name field, type AccountListBO.
    Picture of the New Business Object window
    The Namespace field is set to http://BankModule/com/emerged/bank.
  7. Click Finish. The editor opens for AccountListBO.
  8. Click the Add an attribute to a business object. button Add an attribute to a business object..
  9. Switch to the Properties view.
  10. In the Name field, type value.
  11. From the Type list, click AccountBO { http://BankModule/com/emerged/bank }.
  12. From the list, click AccountBO { http://BankModule/com/emerged/bank }.
  13. Select the Array check box.
  14. From the menu, select File > Save (or press Ctrl+S).
    AccountListBO
  15. From the menu, select File > Close (or press Ctrl+F4). The editor closes for AccountListBO.

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.