[ 
http://jira.codehaus.org/browse/JIBX-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Sosnoski updated JIBX-266:
---------------------------------

         Assignee: Dennis Sosnoski
    Fix Version/s: JiBX 1.2

> Codegen: Fluent setters
> -----------------------
>
>                 Key: JIBX-266
>                 URL: http://jira.codehaus.org/browse/JIBX-266
>             Project: JiBX
>          Issue Type: Improvement
>            Reporter: Nigel Charman
>            Assignee: Dennis Sosnoski
>             Fix For: JiBX 1.2
>
>
> Add option "fluent-setters" so that generated code has
>     public Sender setCompany(String company) {
>         this.company = company;
>         return this;
>     }
> rather than:
>     public void setCompany(String company) {
>         this.company = company;
>     }
> Could also be something called "setter-returns-this" or 
> "builder-style-setters" or "chained-setters"

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

        

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to