Creating the CashBalanceChangeRequest business object

Follow these steps to create the CashBalanceChangeRequest business object which has these attributes:
  • customerNumber (string)
  • amount (double)
  • returnCode (int)
  • updatedBalance (double)
  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 BrokerageModule. The Inherit from field is set to <none>.
  5. In the Folder field, type com.emerged.brokerage.
  6. In the Name field, type CashBalanceChangeRequestBO.
    Picture of the New Business Object window
    The Namespace field is set to http://BrokerageModule/com/emerged/brokerage.
  7. Click Finish. The editor opens for CashBalanceChangeRequestBO.
  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 customerNumber.
  11. In the Type list, type string.
  12. From the list, click string.
  13. Switch to the CashBalanceChangeRequestBO 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 amount.
  17. In the Type list, type double.
  18. From the list, click double.
  19. Switch to the CashBalanceChangeRequestBO 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 returnCode.
  23. In the Type list, type int.
  24. From the list, click int.
  25. Switch to the CashBalanceChangeRequestBO 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 updatedBalance.
  29. In the Type list, type double.
  30. From the list, click double.
  31. From the menu, select File > Save (or press Ctrl+S).
    CashBalanceChangeRequestBO
  32. From the menu, select File > Close (or press Ctrl+F4). The editor closes for CashBalanceChangeRequestBO.

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