[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj DBObject.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Fri Jul 2 18:04:42 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
In directory jcorp2.servlets.net:/tmp/cvs-serv8722/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj

Modified Files:
	DBObject.java 
Log Message:
add javadoc


Index: DBObject.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/DBObject.java,v
retrieving revision 1.195
retrieving revision 1.196
diff -C2 -d -r1.195 -r1.196
*** DBObject.java	7 Jun 2004 19:01:58 -0000	1.195
--- DBObject.java	3 Jul 2004 01:04:39 -0000	1.196
***************
*** 7368,7372 ****
  
      /**
!      * Directly sets the field value without getting the datafield object
       * @param fieldName the name of the field to set
       * @param o the object value to set it to.
--- 7368,7374 ----
  
      /**
!      * sets the field value by using 'instanceof' operator; convenient for template methods, but less efficient
!      * than calling setField()
!      * @see #setField 
       * @param fieldName the name of the field to set
       * @param o the object value to set it to.



More information about the cvs mailing list