Create the ApplicationBO business object by following these steps:
- 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 ApplicationBO.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 ApplicationBO.
- Switch to the ApplicationBO 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 applicant.
- From the Type list, click ApplicantBO { http://LoanApplicationModule/com/mybank/loan }.
- From the list, click ApplicantBO { http://LoanApplicationModule/com/mybank/loan }.
- Switch to the ApplicationBO 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 loanamount.
- In the Type list, type double.
- From the list, click double.
- From the menu, select File > Save (or press Ctrl+S).
- From the menu, select File > Close (or press Ctrl+F4).The editor closes for ApplicationBO.