Creating the Address business object

Follow these steps to create, in the eMerged_Library library, the Address business object which has these attributes:
  • street (string)
  • city (string)
  • state (string)
  • country (string)
  • zip (string)
  1. From the menu, select File > New > Other. The New window opens.
  2. In the navigation tree, click Business Integration > Business Object.
    Picture of the New window
  3. From the Module list, click eMergedLibrary. The Inherit from field is set to <none>.
  4. In the Folder field, type com.emerged.portal.
  5. In the Name field, type AddressBO.
    Picture of the New Business Object window
  6. Click Finish. The editor opens for AddressBO.
  7. Click the Add an attribute to a business object. button Add an attribute to a business object..
  8. Switch to the Properties view.
  9. In the Name field, type street.
  10. In the Type list, type string.
  11. From the list, click string.
  12. Switch to the AddressBO editor.
  13. Click the Add an attribute to a business object. button Add an attribute to a business object..
  14. Switch to the Properties view.
  15. In the Name field, type city.
  16. In the Type list, type string.
  17. From the list, click string.
  18. Switch to the AddressBO editor.
  19. Click the Add an attribute to a business object. button Add an attribute to a business object..
  20. Switch to the Properties view.
  21. In the Name field, type state.
  22. In the Type list, type string.
  23. From the list, click string.
  24. Switch to the AddressBO editor.
  25. Click the Add an attribute to a business object. button Add an attribute to a business object..
  26. Switch to the Properties view.
  27. In the Name field, type country.
  28. In the Type list, type string.
  29. From the list, click string.
  30. Switch to the AddressBO editor.
  31. Click the Add an attribute to a business object. button Add an attribute to a business object..
  32. Switch to the Properties view.
  33. In the Name field, type zip.
  34. In the Type list, type string.
  35. From the list, click string.
  36. From the menu, select File > Save (or press Ctrl+S).
    AddressBO
  37. From the menu, select File > Close (or press Ctrl+F4). The editor closes for AddressBO.

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