Re: final getter/setter methods in actionform and valueobject classes

2004-07-15 Thread Bill Siggelkow
See section of 8.4.3.3 of the Java Language Specification at http://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html. There is nothing wrong with declaring them as final; it means that the methods cannot be overriden by subclasses. Viral_Thakkar wrote: Hi All, I was wondering if

final getter/setter methods in actionform and valueobject classes

2004-07-14 Thread Viral_Thakkar
Hi All, I was wondering if all the getXXX methods in the Value Objects could be declared as final. Regards, Viral - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]