Creating the WebLoginInfo business object
Follow these steps to create the WebLoginInfo business object which has these attributes:
customerNumber (string)
password (string)
returnCode (int)
From the menu, select
File > New > Other
. The
New
window opens.
In the navigation tree, click
Business Integration > Business Object
.
Click
Next
.
From the
Module
list, click
BrokerageModule
. The
Inherit from
field is set to
<none>
.
In the
Folder
field, type
com.emerged.brokerage
.
In the
Name
field, type
WebLoginInfoBO
.
The
Namespace
field is set to
http://BrokerageModule/com/emerged/brokerage
.
Click
Finish
. The editor opens for
WebLoginInfoBO
.
Click the
Add an attribute to a business object.
button
.
Switch to the Properties view.
In the
Name
field, type
customerNumber
.
In the
Type
list, type
string
.
From the list, click
string
.
Switch to the WebLoginInfoBO editor.
Click the
Add an attribute to a business object.
button
.
Switch to the Properties view.
In the
Name
field, type
password
.
In the
Type
list, type
string
.
From the list, click
string
.
Switch to the WebLoginInfoBO editor.
Click the
Add an attribute to a business object.
button
.
Switch to the Properties view.
In the
Name
field, type
returnCode
.
In the
Type
list, type
int
.
From the list, click
int
.
From the menu, select
File > Save
(or press
Ctrl+S
).
From the menu, select
File > Close
(or press
Ctrl+F4
). The editor closes for
WebLoginInfoBO
.
Parent topic:
Creating interfaces and business objects
Previous topic:
Creating the SharesRequest business object
Next topic:
Creating the Brokerage interface