Book a Demo

Author Topic: Generate getter/setter automatically  (Read 3912 times)

bherd

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Generate getter/setter automatically
« on: December 09, 2004, 05:49:06 am »
Hello,

is it possible to generate getter/setter-methods automatically based on the attributes of a class? I saw in the options, that prefixes for getter/setter-methods can be specified so I thought that it must be possible to generate them automatically. The EA-version I use is 4.10.739

Thank you very much!

bus

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Generate getter/setter automatically
« Reply #1 on: December 09, 2004, 06:27:52 am »
Hello,

you must select the Checkbox "property" in the Attribute Definition dialog. You can define for each attribute other settings. ;)

bye


bherd

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Generate getter/setter automatically
« Reply #2 on: December 09, 2004, 06:39:42 am »
Great!!! Thank you very much! I would never have found that...