User: dimc
Date: 02/02/18 05:17:39
Modified: core/resources/xdoclet/ejb entitycmp.j
Log:
Removed if_has_setter_method conidtion around setter method generation.
this way if someone makes a getter but no setter method in cmp2 the setter
is generated automatically - thats the way it should be right?
Revision Changes Path
1.33 +1 -2 xdoclet/core/resources/xdoclet/ejb/entitycmp.j
Index: entitycmp.j
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/entitycmp.j,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -w -r1.32 -r1.33
--- entitycmp.j 7 Feb 2002 22:15:01 -0000 1.32
+++ entitycmp.j 18 Feb 2002 13:17:39 -0000 1.33
@@ -31,9 +31,8 @@
<XDtEjbPersistent:forAllPersistentFields>
public abstract <XDtMethod:methodType/> <XDtMethod:getterMethod/>()
<XDtMethod:exceptionList/>;
- <XDtMethod:ifHasMethod name="<XDtMethod:setterMethod/>"
parameters="<XDtMethod:methodType/>">
+
public abstract void <XDtMethod:setterMethod/>( <XDtMethod:methodType/>
<XDtMethod:propertyName/> ) <XDtMethod:exceptionList
method="<XDtMethod:setterMethod/>"/>;
- </XDtMethod:ifHasMethod>
</XDtEjbPersistent:forAllPersistentFields>
</XDtEjbCmp:ifUsingCmp2>
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel