« Return to Thread: No property editor for java.lang.Integer

Re: No property editor for java.lang.Integer

by jwcarman :: Rate this Message:

Reply to Author | View in Thread

Is the class itself public?

On 7/4/07, Stephane Decleire <sdecleire@...> wrote:

> Here is the declaration of my property radius in my class Alert
>
> private 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
> > ______________________________________________________________________
> >
>

 « Return to Thread: No property editor for java.lang.Integer