You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2010/07/06 13:26:50 UTC

[jira] Created: (DIRAPI-19) Method AbstractMessage.setMessageId(...) should have a return type set to type of message in order to allow chaining like the other setter methods

Method AbstractMessage.setMessageId(...) should have a return type set to type of message in order to allow chaining like the other setter methods
--------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: DIRAPI-19
                 URL: https://issues.apache.org/jira/browse/DIRAPI-19
             Project: Directory client API
          Issue Type: Improvement
    Affects Versions: 0.1.0
            Reporter: Pierre-Arnaud Marcelot
            Priority: Minor
             Fix For: 0.2.0


Method AbstractMessage.setMessageId(...) should have a return type set to type of message in order to allow chaining like the other setter methods.

For example, I'd like to be able to this:
        BindRequest bindRequest = new BindRequest();
        bindRequest.setMessageId( ... ).setName( ... ).setCredentials( ... ) ... etc

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.