three things must be true:

 - A getXxx() method or setXxx() method must exist.

 - If they both exist, the return type of getXxx() must match the
   type of the formal parameter in setXxx().  That is, in

 - No more than one setXxx() method may exist.
Thanks very much for that helpful information. But concerning the third point, is it ok to have multiple parameters in additional setXxx() methods? Because that was working.

Travis

--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to