Follow these steps to create the ContactBO 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 ContactBO.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 ContactBO.
- Switch to the ContactBO 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 name.
- In the Type list, type string.
- From the list, click string.
- Switch to the ContactBO 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 email.
- 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 ContactBO.