|
Your copy method needs to return the copy,
not assign to the target property. From: I
would like to create generic clear and copy methods for a value object class.
Will the following code work? I thought I read somewhere there is a problem
with ObjectCopy. Thanks. Gary
Ault class vo.UserVO { var userId:Number; function UserVO() { function clear() { function copy(target: UserVO): Void {
|
Title: Generic VO methods

