cancel
Showing results for 
Search instead for 
Did you mean: 

ContextDTO ????

Former Member
0 Kudos

Hi

I have found this useful blog but

pls can somebody help me to understand the matter with

ContextDTO.

How must this class be. Can you provide me some info about please,

thank you ?

Sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

DTO are generally reperesented using a Java Bean,

Example Employees , which can have attributes such as empname, deptname, sal.

For all this you will create the set/get method.

Now coming to WD part.

If you want to create the context for the Employees DTO mentioned above . you have to create a context structure ideally of 0..n cardinality as their could be many employees in an org. and for each set/get method (attributes) are created with the similar datatype.

Regards

Ayyapparaj

Answers (0)