I am attempting to get my value-objects to implements an interface with the follwoing inteface methods

publIc Object getPrimaryKey()
public Date getDeletedDate()
public void setDeleted(Date date)

The problem is the value-object tag generates a class with an internal readonly version of the class, this internal class also implments the interface, but because its read only it does have the set method or the key primary key method.

Can somebody offer a solution to my problem?


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to