on 4/29/02 6:14 PM, "John McNally" <[EMAIL PROTECTED]> wrote:
> The reason for the name change was to avoid conflicts. People had > complained that getCategory() was interfering. I would guess getLog() > might be less prone to this problem, but as soon as I make that > assumption it is going to cause a problem for someone. I thought just > avoiding getter syntax would be safer. > > john mcnally To be more specific...imagine you have a column in a table named CATEGORY. That would generate a getCategory() method in the BO that would conflict with the getCategory() in the BaseObject.java... -jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
