Creating the ApplicantBO business object

Follow these instructions to create the ApplicantBO business object:
  1. From the menu, select File > New > Other.The New window opens.
  2. In the navigation tree, click Business Integration > Business Object.The Select a wizard field is set to Create a business object. Business objects are containers for application data that represent business functions or elements, such as a customer or an invoice. .
  3. Click Next.
  4. From the Module list, click LoanApplicationModule.The Inherit from field is set to <none>.
  5. In the Folder field, type com.mybank.loan.
  6. In the Name field, type ApplicantBO.
  7. From the Inherit from list, click ContactBO { http://LoanApplicationModule/com/mybank/loan }.The Select a wizard field is set to Create a new business object. Business objects are containers for application data that represent business functions or elements, such as a customer or an invoice. . The Namespace field is set to http://LoanApplicationModule/com/mybank/loan.
  8. Click Finish.The editor opens for ApplicantBO.
  9. Switch to the ApplicantBO editor.
  10. Click the Add an attribute to a business object. button Add an attribute to a business object..
  11. Switch to the Properties view.
  12. Click the Properties tab.
  13. In the Name field, type taxPayerId.
  14. In the Type list, type string.
  15. From the list, click string.
  16. From the menu, select File > Save (or press Ctrl+S).
    ApplicantBO
  17. From the menu, select File > Close (or press Ctrl+F4).
  18. The editor closes for ApplicantBO.

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