[OS-JIRA] Created: (WOL-586) Generate WebObjects style getters/setters in Java classes

From: Kieran Kelleher (JIRA) ("Kieran)
Date: Mon Oct 15 2007 - 09:12:58 EDT

  • Next message: Lars Sonchocky-Helldorf: "Re: Uli's Groovy Example"

    Generate WebObjects style getters/setters in Java classes
    ---------------------------------------------------------

                     Key: WOL-586
                     URL: http://issues.objectstyle.org/jira/browse/WOL-586
                 Project: WOProject/WOLips
              Issue Type: New Feature
        Affects Versions: 3.3.* (nightly build please specify)
             Environment: OS X
                Reporter: Kieran Kelleher

    eclipse setter/getter generation deos not allow typical WebObjects style. The stupid setter/getter templates don't even allow one to do this:

    Given fields (optionally) preceded by underscore, want to automatically generate setters and getters in WebObjects style ... like this:

    public Object _myVariable;

    public Object myVariable(){
        return _myVariable;
    }

    public void setMyVariable(Object newMyVariable){
        _myVariable = newMyVariable
    }

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Mon Oct 15 2007 - 09:14:16 EDT