[rules-users] drrols type declaration and how are the equals and hashcode for those types implemented...

Zoltan Farkas zoly at daxtechnologies.com
Mon Feb 23 19:14:21 EST 2009


declare Person

  name : String

  ssn: BigDecimal

  age : int

end

 

 

Is there a way to define what field/s identify a Person?

 

In the example above I would like to define ssn as the unique
indentifier for person, so person1 == person2 if person1.ssn ==
person2.ssn.

 

In this case equals would use only the field ssn to determine if 2
person objects are equal.

The hashcode should also be based only on the ssn field.

 

I want to use Person with assertBehaviour equality...

 

Thanks

 

--zoly

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20090223/25087040/attachment.html 


More information about the rules-users mailing list