JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / src / uk / ac / ebi / picr / model / CrossReference.java
index 6fe8f8f..edadddc 100644 (file)
-/*\r
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)\r
- * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle\r
- * \r
- * This file is part of Jalview.\r
- * \r
- * Jalview is free software: you can redistribute it and/or\r
- * modify it under the terms of the GNU General Public License \r
- * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\r
- * \r
- * Jalview is distributed in the hope that it will be useful, but \r
- * WITHOUT ANY WARRANTY; without even the implied warranty \r
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR \r
- * PURPOSE.  See the GNU General Public License for more details.\r
- * \r
- * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.\r
- */\r
-package uk.ac.ebi.picr.model;\r
-\r
-public class CrossReference implements java.io.Serializable\r
-{\r
-  private java.lang.String accession;\r
-\r
-  private java.lang.String accessionVersion;\r
-\r
-  private java.lang.String databaseDescription;\r
-\r
-  private java.lang.String databaseName;\r
-\r
-  private java.util.Calendar dateAdded;\r
-\r
-  private java.util.Calendar dateDeleted;\r
-\r
-  private boolean deleted;\r
-\r
-  private java.lang.String gi;\r
-\r
-  private java.lang.String taxonId;\r
-\r
-  public CrossReference()\r
-  {\r
-  }\r
-\r
-  public CrossReference(java.lang.String accession,\r
-          java.lang.String accessionVersion,\r
-          java.lang.String databaseDescription,\r
-          java.lang.String databaseName, java.util.Calendar dateAdded,\r
-          java.util.Calendar dateDeleted, boolean deleted,\r
-          java.lang.String gi, java.lang.String taxonId)\r
-  {\r
-    this.accession = accession;\r
-    this.accessionVersion = accessionVersion;\r
-    this.databaseDescription = databaseDescription;\r
-    this.databaseName = databaseName;\r
-    this.dateAdded = dateAdded;\r
-    this.dateDeleted = dateDeleted;\r
-    this.deleted = deleted;\r
-    this.gi = gi;\r
-    this.taxonId = taxonId;\r
-  }\r
-\r
-  /**\r
-   * Gets the accession value for this CrossReference.\r
-   * \r
-   * @return accession\r
-   */\r
-  public java.lang.String getAccession()\r
-  {\r
-    return accession;\r
-  }\r
-\r
-  /**\r
-   * Sets the accession value for this CrossReference.\r
-   * \r
-   * @param accession\r
-   */\r
-  public void setAccession(java.lang.String accession)\r
-  {\r
-    this.accession = accession;\r
-  }\r
-\r
-  /**\r
-   * Gets the accessionVersion value for this CrossReference.\r
-   * \r
-   * @return accessionVersion\r
-   */\r
-  public java.lang.String getAccessionVersion()\r
-  {\r
-    return accessionVersion;\r
-  }\r
-\r
-  /**\r
-   * Sets the accessionVersion value for this CrossReference.\r
-   * \r
-   * @param accessionVersion\r
-   */\r
-  public void setAccessionVersion(java.lang.String accessionVersion)\r
-  {\r
-    this.accessionVersion = accessionVersion;\r
-  }\r
-\r
-  /**\r
-   * Gets the databaseDescription value for this CrossReference.\r
-   * \r
-   * @return databaseDescription\r
-   */\r
-  public java.lang.String getDatabaseDescription()\r
-  {\r
-    return databaseDescription;\r
-  }\r
-\r
-  /**\r
-   * Sets the databaseDescription value for this CrossReference.\r
-   * \r
-   * @param databaseDescription\r
-   */\r
-  public void setDatabaseDescription(java.lang.String databaseDescription)\r
-  {\r
-    this.databaseDescription = databaseDescription;\r
-  }\r
-\r
-  /**\r
-   * Gets the databaseName value for this CrossReference.\r
-   * \r
-   * @return databaseName\r
-   */\r
-  public java.lang.String getDatabaseName()\r
-  {\r
-    return databaseName;\r
-  }\r
-\r
-  /**\r
-   * Sets the databaseName value for this CrossReference.\r
-   * \r
-   * @param databaseName\r
-   */\r
-  public void setDatabaseName(java.lang.String databaseName)\r
-  {\r
-    this.databaseName = databaseName;\r
-  }\r
-\r
-  /**\r
-   * Gets the dateAdded value for this CrossReference.\r
-   * \r
-   * @return dateAdded\r
-   */\r
-  public java.util.Calendar getDateAdded()\r
-  {\r
-    return dateAdded;\r
-  }\r
-\r
-  /**\r
-   * Sets the dateAdded value for this CrossReference.\r
-   * \r
-   * @param dateAdded\r
-   */\r
-  public void setDateAdded(java.util.Calendar dateAdded)\r
-  {\r
-    this.dateAdded = dateAdded;\r
-  }\r
-\r
-  /**\r
-   * Gets the dateDeleted value for this CrossReference.\r
-   * \r
-   * @return dateDeleted\r
-   */\r
-  public java.util.Calendar getDateDeleted()\r
-  {\r
-    return dateDeleted;\r
-  }\r
-\r
-  /**\r
-   * Sets the dateDeleted value for this CrossReference.\r
-   * \r
-   * @param dateDeleted\r
-   */\r
-  public void setDateDeleted(java.util.Calendar dateDeleted)\r
-  {\r
-    this.dateDeleted = dateDeleted;\r
-  }\r
-\r
-  /**\r
-   * Gets the deleted value for this CrossReference.\r
-   * \r
-   * @return deleted\r
-   */\r
-  public boolean isDeleted()\r
-  {\r
-    return deleted;\r
-  }\r
-\r
-  /**\r
-   * Sets the deleted value for this CrossReference.\r
-   * \r
-   * @param deleted\r
-   */\r
-  public void setDeleted(boolean deleted)\r
-  {\r
-    this.deleted = deleted;\r
-  }\r
-\r
-  /**\r
-   * Gets the gi value for this CrossReference.\r
-   * \r
-   * @return gi\r
-   */\r
-  public java.lang.String getGi()\r
-  {\r
-    return gi;\r
-  }\r
-\r
-  /**\r
-   * Sets the gi value for this CrossReference.\r
-   * \r
-   * @param gi\r
-   */\r
-  public void setGi(java.lang.String gi)\r
-  {\r
-    this.gi = gi;\r
-  }\r
-\r
-  /**\r
-   * Gets the taxonId value for this CrossReference.\r
-   * \r
-   * @return taxonId\r
-   */\r
-  public java.lang.String getTaxonId()\r
-  {\r
-    return taxonId;\r
-  }\r
-\r
-  /**\r
-   * Sets the taxonId value for this CrossReference.\r
-   * \r
-   * @param taxonId\r
-   */\r
-  public void setTaxonId(java.lang.String taxonId)\r
-  {\r
-    this.taxonId = taxonId;\r
-  }\r
-\r
-  private java.lang.Object __equalsCalc = null;\r
-\r
-  public synchronized boolean equals(java.lang.Object obj)\r
-  {\r
-    if (!(obj instanceof CrossReference))\r
-      return false;\r
-    CrossReference other = (CrossReference) obj;\r
-    if (obj == null)\r
-      return false;\r
-    if (this == obj)\r
-      return true;\r
-    if (__equalsCalc != null)\r
-    {\r
-      return (__equalsCalc == obj);\r
-    }\r
-    __equalsCalc = obj;\r
-    boolean _equals;\r
-    _equals = true\r
-            && ((this.accession == null && other.getAccession() == null) || (this.accession != null && this.accession\r
-                    .equals(other.getAccession())))\r
-            && ((this.accessionVersion == null && other\r
-                    .getAccessionVersion() == null) || (this.accessionVersion != null && this.accessionVersion\r
-                    .equals(other.getAccessionVersion())))\r
-            && ((this.databaseDescription == null && other\r
-                    .getDatabaseDescription() == null) || (this.databaseDescription != null && this.databaseDescription\r
-                    .equals(other.getDatabaseDescription())))\r
-            && ((this.databaseName == null && other.getDatabaseName() == null) || (this.databaseName != null && this.databaseName\r
-                    .equals(other.getDatabaseName())))\r
-            && ((this.dateAdded == null && other.getDateAdded() == null) || (this.dateAdded != null && this.dateAdded\r
-                    .equals(other.getDateAdded())))\r
-            && ((this.dateDeleted == null && other.getDateDeleted() == null) || (this.dateDeleted != null && this.dateDeleted\r
-                    .equals(other.getDateDeleted())))\r
-            && this.deleted == other.isDeleted()\r
-            && ((this.gi == null && other.getGi() == null) || (this.gi != null && this.gi\r
-                    .equals(other.getGi())))\r
-            && ((this.taxonId == null && other.getTaxonId() == null) || (this.taxonId != null && this.taxonId\r
-                    .equals(other.getTaxonId())));\r
-    __equalsCalc = null;\r
-    return _equals;\r
-  }\r
-\r
-  private boolean __hashCodeCalc = false;\r
-\r
-  public synchronized int hashCode()\r
-  {\r
-    if (__hashCodeCalc)\r
-    {\r
-      return 0;\r
-    }\r
-    __hashCodeCalc = true;\r
-    int _hashCode = 1;\r
-    if (getAccession() != null)\r
-    {\r
-      _hashCode += getAccession().hashCode();\r
-    }\r
-    if (getAccessionVersion() != null)\r
-    {\r
-      _hashCode += getAccessionVersion().hashCode();\r
-    }\r
-    if (getDatabaseDescription() != null)\r
-    {\r
-      _hashCode += getDatabaseDescription().hashCode();\r
-    }\r
-    if (getDatabaseName() != null)\r
-    {\r
-      _hashCode += getDatabaseName().hashCode();\r
-    }\r
-    if (getDateAdded() != null)\r
-    {\r
-      _hashCode += getDateAdded().hashCode();\r
-    }\r
-    if (getDateDeleted() != null)\r
-    {\r
-      _hashCode += getDateDeleted().hashCode();\r
-    }\r
-    _hashCode += (isDeleted() ? Boolean.TRUE : Boolean.FALSE).hashCode();\r
-    if (getGi() != null)\r
-    {\r
-      _hashCode += getGi().hashCode();\r
-    }\r
-    if (getTaxonId() != null)\r
-    {\r
-      _hashCode += getTaxonId().hashCode();\r
-    }\r
-    __hashCodeCalc = false;\r
-    return _hashCode;\r
-  }\r
-\r
-}\r
+/*
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
+ * Copyright (C) 2015 The Jalview Authors
+ * 
+ * This file is part of Jalview.
+ * 
+ * Jalview is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License 
+ * as published by the Free Software Foundation, either version 3
+ * of the License, or (at your option) any later version.
+ *  
+ * Jalview is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty 
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+ * PURPOSE.  See the GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
+ * The Jalview Authors are detailed in the 'AUTHORS' file.
+ */
+package uk.ac.ebi.picr.model;
+
+public class CrossReference implements java.io.Serializable
+{
+  private java.lang.String accession;
+
+  private java.lang.String accessionVersion;
+
+  private java.lang.String databaseDescription;
+
+  private java.lang.String databaseName;
+
+  private java.util.Calendar dateAdded;
+
+  private java.util.Calendar dateDeleted;
+
+  private boolean deleted;
+
+  private java.lang.String gi;
+
+  private java.lang.String taxonId;
+
+  public CrossReference()
+  {
+  }
+
+  public CrossReference(java.lang.String accession,
+          java.lang.String accessionVersion,
+          java.lang.String databaseDescription,
+          java.lang.String databaseName, java.util.Calendar dateAdded,
+          java.util.Calendar dateDeleted, boolean deleted,
+          java.lang.String gi, java.lang.String taxonId)
+  {
+    this.accession = accession;
+    this.accessionVersion = accessionVersion;
+    this.databaseDescription = databaseDescription;
+    this.databaseName = databaseName;
+    this.dateAdded = dateAdded;
+    this.dateDeleted = dateDeleted;
+    this.deleted = deleted;
+    this.gi = gi;
+    this.taxonId = taxonId;
+  }
+
+  /**
+   * Gets the accession value for this CrossReference.
+   * 
+   * @return accession
+   */
+  public java.lang.String getAccession()
+  {
+    return accession;
+  }
+
+  /**
+   * Sets the accession value for this CrossReference.
+   * 
+   * @param accession
+   */
+  public void setAccession(java.lang.String accession)
+  {
+    this.accession = accession;
+  }
+
+  /**
+   * Gets the accessionVersion value for this CrossReference.
+   * 
+   * @return accessionVersion
+   */
+  public java.lang.String getAccessionVersion()
+  {
+    return accessionVersion;
+  }
+
+  /**
+   * Sets the accessionVersion value for this CrossReference.
+   * 
+   * @param accessionVersion
+   */
+  public void setAccessionVersion(java.lang.String accessionVersion)
+  {
+    this.accessionVersion = accessionVersion;
+  }
+
+  /**
+   * Gets the databaseDescription value for this CrossReference.
+   * 
+   * @return databaseDescription
+   */
+  public java.lang.String getDatabaseDescription()
+  {
+    return databaseDescription;
+  }
+
+  /**
+   * Sets the databaseDescription value for this CrossReference.
+   * 
+   * @param databaseDescription
+   */
+  public void setDatabaseDescription(java.lang.String databaseDescription)
+  {
+    this.databaseDescription = databaseDescription;
+  }
+
+  /**
+   * Gets the databaseName value for this CrossReference.
+   * 
+   * @return databaseName
+   */
+  public java.lang.String getDatabaseName()
+  {
+    return databaseName;
+  }
+
+  /**
+   * Sets the databaseName value for this CrossReference.
+   * 
+   * @param databaseName
+   */
+  public void setDatabaseName(java.lang.String databaseName)
+  {
+    this.databaseName = databaseName;
+  }
+
+  /**
+   * Gets the dateAdded value for this CrossReference.
+   * 
+   * @return dateAdded
+   */
+  public java.util.Calendar getDateAdded()
+  {
+    return dateAdded;
+  }
+
+  /**
+   * Sets the dateAdded value for this CrossReference.
+   * 
+   * @param dateAdded
+   */
+  public void setDateAdded(java.util.Calendar dateAdded)
+  {
+    this.dateAdded = dateAdded;
+  }
+
+  /**
+   * Gets the dateDeleted value for this CrossReference.
+   * 
+   * @return dateDeleted
+   */
+  public java.util.Calendar getDateDeleted()
+  {
+    return dateDeleted;
+  }
+
+  /**
+   * Sets the dateDeleted value for this CrossReference.
+   * 
+   * @param dateDeleted
+   */
+  public void setDateDeleted(java.util.Calendar dateDeleted)
+  {
+    this.dateDeleted = dateDeleted;
+  }
+
+  /**
+   * Gets the deleted value for this CrossReference.
+   * 
+   * @return deleted
+   */
+  public boolean isDeleted()
+  {
+    return deleted;
+  }
+
+  /**
+   * Sets the deleted value for this CrossReference.
+   * 
+   * @param deleted
+   */
+  public void setDeleted(boolean deleted)
+  {
+    this.deleted = deleted;
+  }
+
+  /**
+   * Gets the gi value for this CrossReference.
+   * 
+   * @return gi
+   */
+  public java.lang.String getGi()
+  {
+    return gi;
+  }
+
+  /**
+   * Sets the gi value for this CrossReference.
+   * 
+   * @param gi
+   */
+  public void setGi(java.lang.String gi)
+  {
+    this.gi = gi;
+  }
+
+  /**
+   * Gets the taxonId value for this CrossReference.
+   * 
+   * @return taxonId
+   */
+  public java.lang.String getTaxonId()
+  {
+    return taxonId;
+  }
+
+  /**
+   * Sets the taxonId value for this CrossReference.
+   * 
+   * @param taxonId
+   */
+  public void setTaxonId(java.lang.String taxonId)
+  {
+    this.taxonId = taxonId;
+  }
+
+  private java.lang.Object __equalsCalc = null;
+
+  @Override
+  public synchronized boolean equals(java.lang.Object obj)
+  {
+    if (obj == null)
+    {
+      return false;
+    }
+    if (!(obj instanceof CrossReference))
+    {
+      return false;
+    }
+    CrossReference other = (CrossReference) obj;
+    if (this == obj)
+    {
+      return true;
+    }
+    if (__equalsCalc != null)
+    {
+      return (__equalsCalc == obj);
+    }
+    __equalsCalc = obj;
+    boolean _equals;
+    _equals = true
+            && ((this.accession == null && other.getAccession() == null) || (this.accession != null && this.accession
+                    .equals(other.getAccession())))
+            && ((this.accessionVersion == null && other
+                    .getAccessionVersion() == null) || (this.accessionVersion != null && this.accessionVersion
+                    .equals(other.getAccessionVersion())))
+            && ((this.databaseDescription == null && other
+                    .getDatabaseDescription() == null) || (this.databaseDescription != null && this.databaseDescription
+                    .equals(other.getDatabaseDescription())))
+            && ((this.databaseName == null && other.getDatabaseName() == null) || (this.databaseName != null && this.databaseName
+                    .equals(other.getDatabaseName())))
+            && ((this.dateAdded == null && other.getDateAdded() == null) || (this.dateAdded != null && this.dateAdded
+                    .equals(other.getDateAdded())))
+            && ((this.dateDeleted == null && other.getDateDeleted() == null) || (this.dateDeleted != null && this.dateDeleted
+                    .equals(other.getDateDeleted())))
+            && this.deleted == other.isDeleted()
+            && ((this.gi == null && other.getGi() == null) || (this.gi != null && this.gi
+                    .equals(other.getGi())))
+            && ((this.taxonId == null && other.getTaxonId() == null) || (this.taxonId != null && this.taxonId
+                    .equals(other.getTaxonId())));
+    __equalsCalc = null;
+    return _equals;
+  }
+
+  private boolean __hashCodeCalc = false;
+
+  /**
+   * hashCode designed to ensure that if two instances satisfy o1.equals(o2)
+   * then they have the same hashcode.
+   */
+  @Override
+  public synchronized int hashCode()
+  {
+    if (__hashCodeCalc)
+    {
+      return 0;
+    }
+    __hashCodeCalc = true;
+    int _hashCode = 1;
+    if (getAccession() != null)
+    {
+      _hashCode += getAccession().hashCode();
+    }
+    if (getAccessionVersion() != null)
+    {
+      _hashCode += getAccessionVersion().hashCode();
+    }
+    if (getDatabaseDescription() != null)
+    {
+      _hashCode += getDatabaseDescription().hashCode();
+    }
+    if (getDatabaseName() != null)
+    {
+      _hashCode += getDatabaseName().hashCode();
+    }
+    if (getDateAdded() != null)
+    {
+      _hashCode += getDateAdded().hashCode();
+    }
+    if (getDateDeleted() != null)
+    {
+      _hashCode += getDateDeleted().hashCode();
+    }
+    _hashCode += (isDeleted() ? Boolean.TRUE : Boolean.FALSE).hashCode();
+    if (getGi() != null)
+    {
+      _hashCode += getGi().hashCode();
+    }
+    if (getTaxonId() != null)
+    {
+      _hashCode += getTaxonId().hashCode();
+    }
+    __hashCodeCalc = false;
+    return _hashCode;
+  }
+
+}