Book a Demo

Author Topic: Generating getters and setters of a Class  (Read 3363 times)

calegari

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Generating getters and setters of a Class
« on: November 25, 2003, 07:24:50 am »
 ::) Hello everybody,

Well, I'm evaluating EA in order to get it for my company. I'd like to know if there's a way to generate all the getters and setters methods of a class which we already defined the attributes. It's quite boring defining operation by operation. Is there this kind of resource in this tool?

Thanx a lot!

Best regards,

Calegari

JavaGeek

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Generating getters and setters of a Class
« Reply #1 on: November 25, 2003, 08:16:05 am »
You can mark the attribute as a property, which will bring a dialog to generate the getter and setter methods.

Hope this helps

calegari

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Generating getters and setters of a Class
« Reply #2 on: November 25, 2003, 09:02:13 am »
Thanks!!! It worked quite fine!!!

Regards,

Calegari