posted 17 years ago
Ok, well two
Is a bean allowed and equals and hashCode method?
Do all fields in a bean have to have both getters and setters?
I am thinking its okto have equals and hashCode, and that you may wish to represent read only properties, and thus, not having a setter is acceptable.
Cant think of a case for having a setter but not a getter.
G