You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by vi...@gmxpro.net on 2003/06/18 15:24:35 UTC

getFoos and addFoo: property name "foos" or "foo"

Hi,

if I have the following class 

public class Hrglbrmft {
   public void addFoo(Bar bar) { ... }
   public List getFoos() { ... }
}

should the property returned by Clazz be called "foos" or "foo"?

Currently "foos" is returned.

Victor


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[Clazz] getFoos and addFoo: property name "foos" or "foo"

Posted by vi...@gmxpro.net.
--- Weitergeleitete Nachricht / Forwarded Message ---
Date: Wed, 18 Jun 2003 15:24:35 +0200 (MEST)
From: victor.volle@gmxpro.net
To: commons-dev@jakarta.apache.org
Subject: getFoos and addFoo: property name "foos" or "foo"

> Hi,
> 
> if I have the following class 
> 
> public class Hrglbrmft {
>    public void addFoo(Bar bar) { ... }
>    public List getFoos() { ... }
> }
> 
> should the property returned by Clazz be called "foos" or "foo"?
> 
> Currently "foos" is returned.
> 
> Victor
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org