• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Eclipse: Generate Getters and Setters
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Eclipse: Generate Getters and Setters


  • Subject: Eclipse: Generate Getters and Setters
  • From: "Shravan Kumar. M" <email@hidden>
  • Date: Fri, 26 Feb 2010 13:54:43 -0800 (PST)

Hi Group,

When ever I use Source -> Generate Getters and Setters... function in Eclipse it generates getter method as of Java Bean style like:

private String name;

public String getName() {
    return name;
}

public void setName(String name) {
    this.name = name;
}

But I wish the getter method generates like a native WO getter method i.e.,

public String name() {
    return name;
}

Is there any setting I can modify to achieve this? Please advise.

Thank You in advance,
Shravan Kumar. M
----------------------------------------

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Eclipse: Generate Getters and Setters
      • From: David Holt <email@hidden>
    • Re: Eclipse: Generate Getters and Setters
      • From: Mike Schrag <email@hidden>
  • Prev by Date: Re: Installing WO on Centos 5.4
  • Next by Date: Re: Eclipse: Generate Getters and Setters
  • Previous by thread: Re: Javascript Question
  • Next by thread: Re: Eclipse: Generate Getters and Setters
  • Index(es):
    • Date
    • Thread