X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fvamsas%2Fobjects%2Fcore%2FEntry.java;h=95dd1fbc9c70fc0e7a7c9c8080919ea16755ecc0;hb=c4e7fe16e2ab41d73595526249a9674995bb5740;hp=bfea18ef6d8445846a13444e7c890472f2efdc53;hpb=06aadd1eccd43600c74b6f2dd69581c84e99aee6;p=vamsas.git diff --git a/src/org/vamsas/objects/core/Entry.java b/src/org/vamsas/objects/core/Entry.java index bfea18e..95dd1fb 100644 --- a/src/org/vamsas/objects/core/Entry.java +++ b/src/org/vamsas/objects/core/Entry.java @@ -1,6 +1,6 @@ /* * This class was automatically generated with - * Castor 0.9.9M1, using an XML + * Castor 0.9.9M2, 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'.