posted 18 years ago
Hi,
I have the following class acting as a simple bean to store the details of written articles as shown below.
I have a model that uses this bean as follows:
My problem is that I cannot compile this model, I get the following error:
I don't know what is wrong with the setUpdated method. The other methods work, so I can only think that setUpdated is a reserved method name and cannot be used?
Any help with this would be greatly appreciated!
[ May 07, 2007: Message edited by: Jenn Person ]