lost from new schema
[vamsas.git] / src / org / vamsas / objects / core / Entry.java
index bfea18e..95dd1fb 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This class was automatically generated with 
- * <a href="http://www.castor.org">Castor 0.9.9M1</a>, using an XML
+ * <a href="http://www.castor.org">Castor 0.9.9M2</a>, using an XML
  * Schema.
  * $Id$
  */
@@ -36,6 +36,11 @@ implements java.io.Serializable
     //--------------------------/
 
     /**
+     * Field _id
+     */
+    private java.lang.String _id;
+
+    /**
      * Field _user
      */
     private java.lang.String _user;
@@ -82,6 +87,13 @@ implements java.io.Serializable
         if (obj instanceof Entry) {
         
             Entry temp = (Entry)obj;
+            if (this._id != null) {
+                if (temp._id == null) return false;
+                else if (!(this._id.equals(temp._id))) 
+                    return false;
+            }
+            else if (temp._id != null)
+                return false;
             if (this._user != null) {
                 if (temp._user == null) return false;
                 else if (!(this._user.equals(temp._user))) 
@@ -131,6 +143,17 @@ implements java.io.Serializable
     } //-- org.exolab.castor.types.Date getDate() 
 
     /**
+     * Returns the value of field 'id'.
+     * 
+     * @return String
+     * @return the value of field 'id'.
+     */
+    public java.lang.String getId()
+    {
+        return this._id;
+    } //-- java.lang.String getId() 
+
+    /**
      * Returns the value of field 'user'.
      * 
      * @return String
@@ -208,6 +231,16 @@ implements java.io.Serializable
     } //-- void setDate(org.exolab.castor.types.Date) 
 
     /**
+     * Sets the value of field 'id'.
+     * 
+     * @param id the value of field 'id'.
+     */
+    public void setId(java.lang.String id)
+    {
+        this._id = id;
+    } //-- void setId(java.lang.String) 
+
+    /**
      * Sets the value of field 'user'.
      * 
      * @param user the value of field 'user'.