Creating the BrokerageAccount business object

Follow these instructions to create, in the eMerged_Library library, the BrokerageAccount business object which has these attributes:
  • balance (double)
  • transactionTradingLimit (double)
  • stockPortfolio (StockPortfolioBO)
  • customerNumber (string)
  • dataValid (boolean)

The stockPortfolio attribute references the StockPortfolioBO business object.

  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 eMergedLibrary. The Inherit from field is set to <none>.
  5. In the Folder field, type com.emerged.portal.
  6. In the Name field, type BrokerageAccountBO.
    Picture of the New Business Object window
    The Namespace field is set to http://eMergedLibrary/com/emerged/portal.
  7. Click Finish. The editor opens for BrokerageAccountBO.
  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 balance.
  11. In the Type list, type double.
  12. From the list, click double.
  13. Switch to the BrokerageAccountBO editor.
  14. Click the Add an attribute to a business object. button Add an attribute to a business object..
  15. Switch to the Properties view.
  16. In the Name field, type transactionTradingLimit.
  17. In the Type list, type double.
  18. From the list, click double.
  19. Switch to the BrokerageAccountBO editor.
  20. Click the Add an attribute to a business object. button Add an attribute to a business object..
  21. Switch to the Properties view.
  22. In the Name field, type stockPortfolio.
  23. From the Type list, click StockPortfolioBO { http://eMergedLibrary/com/emerged/portal }.
  24. From the list, click StockPortfolioBO { http://eMergedLibrary/com/emerged/portal }.
  25. Switch to the BrokerageAccountBO editor.
  26. Click the Add an attribute to a business object. button Add an attribute to a business object..
  27. Switch to the Properties view.
  28. In the Name field, type customerNumber.
  29. In the Type list, type string.
  30. From the list, click string.
  31. Switch to the BrokerageAccountBO editor.
  32. Click the Add an attribute to a business object. button Add an attribute to a business object..
  33. Switch to the Properties view.
  34. In the Name field, type dataValid.
  35. In the Type list, type boolean.
  36. From the list, click boolean.
  37. From the menu, select File > Save (or press Ctrl+S).
    BrokerageAccountBO
  38. From the menu, select File > Close (or press Ctrl+F4). The editor closes for BrokerageAccountBO.

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