[rules-users] Getter/Setter Methods for declared types

2013-06-28 Thread droolster
Hello, At compile time, are the getter and setter methods automatically created for a declared type. In the Drools Expert PDF it gives the following example: declare Person name : String dateOfBirth : java.util.Date address : Address end and it states that the following class is gene

Re: [rules-users] Getter/Setter Methods for declared types

2013-06-28 Thread Wolfgang Laun
You may have overlooked that *e.setBar = 2;* is NOT equivalent to *mark.setName("Mark");* Just Java, you know ;-) -W On 28/06/2013, droolster wrote: > Hello, > > At compile time, are the getter and setter methods automatically created > for > a declared type. In the Drools Expert PDF it g