Is the class itself public? On 7/4/07, Stephane Decleire <[EMAIL PROTECTED]> wrote:
Here is the declaration of my property radius in my class Alertprivate Integer radius; public Integer getRadius() { return radius; } public void setRadius(Integer radius) { this.radius = radius; } Stephane Jeremie Poutrin a écrit : > looks good to me. > > is your property named: setRadius ? > what is your modifier's setter ? public ? > > > > > > > > > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ >
