Follow these instructions to create the ApplicantBO business object:
- From the menu, select File > New > Other.The New window
opens.
- 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. .
- Click Next.
- From the Module list, click LoanApplicationModule.The Inherit
from field is set to <none>.
- In the Folder field, type com.mybank.loan.
- In the Name field, type ApplicantBO.
- 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.
- Click Finish.The editor opens for ApplicantBO.
- Switch to the ApplicantBO editor.
- Click the Add an attribute to a business object. button
.
- Switch to the Properties view.
- Click the Properties tab.
- In the Name field, type taxPayerId.
- In the Type list, type string.
- From the list, click string.
- From the menu, select File > Save (or press Ctrl+S).

- From the menu, select File > Close (or press Ctrl+F4).
- The editor closes for ApplicantBO.