Forums / Developer / Class Atribute : New Class

Class Atribute : New Class

Author Message

Sergi A

Monday 18 January 2010 3:57:43 am

Hello,

I am creating specific classes for my project... I need to set a new atribute for a new class. The type of this atribute is another Class:

Class A {atribute a1:integer, atribute a2: textLine, ...)

Class B (atribute b1:text, atribute b2: classA,... )

is it possible?

thanks!

Jarosław Heba

Monday 18 January 2010 5:25:33 am

I am not sure whether this is what you need but have you tried with 'Object relation' attribute?

J. 

Sergi A

Tuesday 19 January 2010 4:49:50 am

ok, thanks jaroslaw, that should work for me!