schema changes: provenance-entry-date is now an xmlSchema:dateTime bound directly...
[vamsas.git] / src / uk / ac / vamsas / objects / core / Entry.java
index ec6444b..8cdd864 100644 (file)
@@ -50,9 +50,9 @@ implements java.io.Serializable
     private java.lang.String _action;
 
     /**
-     * When : TODO: change to dateTime for release 
+     * When
      */
-    private org.exolab.castor.types.Date _date;
+    private java.util.Date _date;
 
     /**
      * additional information 
@@ -306,12 +306,11 @@ implements java.io.Serializable
 
     /**
      * Returns the value of field 'date'. The field 'date' has the
-     * following description: When : TODO: change to dateTime for
-     * release 
+     * following description: When
      * 
      * @return the value of field 'Date'.
      */
-    public org.exolab.castor.types.Date getDate(
+    public java.util.Date getDate(
     ) {
         return this._date;
     }
@@ -716,13 +715,12 @@ implements java.io.Serializable
 
     /**
      * Sets the value of field 'date'. The field 'date' has the
-     * following description: When : TODO: change to dateTime for
-     * release 
+     * following description: When
      * 
      * @param date the value of field 'date'.
      */
     public void setDate(
-            final org.exolab.castor.types.Date date) {
+            final java.util.Date date) {
         this._date = date;
     }