Update of 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/data
In directory 
james.mmbase.org:/tmp/cvs-serv17129/community/src/java/com/finalist/cmsc/services/community/data

Modified Files:
        Role.java Group.java User.java ModulePref.java 
        GroupUserRole.java 
Log Message:
CMSC-211 Added JavaDoc to all the classes Community uses


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/data
See also: http://www.mmbase.org/jira/browse/CMSC-211


Index: Role.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/data/Role.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Role.java   5 Dec 2007 18:07:53 -0000       1.2
+++ Role.java   16 Jan 2008 12:59:10 -0000      1.3
@@ -10,7 +10,9 @@
 import javax.persistence.Table;
 
 /**
- * Users Object, this is a hibernate class.
+ * Role Object, this is a hibernate data/POJO class.
+ * This class is a mapped database tabel
+ * it contains the columns with getters en setters
  * 
  * @author menno menninga
  */


Index: Group.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/data/Group.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Group.java  5 Dec 2007 18:07:53 -0000       1.2
+++ Group.java  16 Jan 2008 12:59:10 -0000      1.3
@@ -10,7 +10,9 @@
 import javax.persistence.Table;
 
 /**
- * Users Object, this is a hibernate class.
+ * Group Object, this is a hibernate data/POJO class.
+ * This class is a mapped database tabel
+ * it contains the columns with getters en setters
  * 
  * @author menno menninga
  */


Index: User.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/data/User.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- User.java   19 Dec 2007 13:16:29 -0000      1.5
+++ User.java   16 Jan 2008 12:59:10 -0000      1.6
@@ -8,7 +8,9 @@
 import javax.persistence.Table;
 
 /**
- * Users Object, this is a hibernate class.
+ * Users Object, this is a hibernate data/POJO class.
+ * This class is a mapped database tabel
+ * it contains the columns with getters en setters
  * 
  * @author menno menninga
  */


Index: ModulePref.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/data/ModulePref.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- ModulePref.java     16 Jan 2008 12:16:10 -0000      1.1
+++ ModulePref.java     16 Jan 2008 12:59:10 -0000      1.2
@@ -10,7 +10,9 @@
 import javax.persistence.GeneratorType;
 
 /**
- * Users Object, this is a hibernate class.
+ * ModulePref Object, this is a hibernate data/POJO class.
+ * This class is a mapped database tabel
+ * it contains the columns with getters en setters
  * 
  * @author menno menninga
  */


Index: GroupUserRole.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/data/GroupUserRole.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- GroupUserRole.java  19 Dec 2007 13:16:29 -0000      1.1
+++ GroupUserRole.java  16 Jan 2008 12:59:10 -0000      1.2
@@ -8,7 +8,9 @@
 import javax.persistence.Table;
 
 /**
- * GroupUserRole Object, this is a hibernate class.
+ * GroupUserRole Object, this is a hibernate data/POJO class.
+ * This class is a mapped database tabel
+ * it contains the columns with getters en setters
  * 
  * @author menno menninga
  */
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to