GPL license added
[jalview.git] / src / vamsas / objects / simple / WsJobId.java
index 4bc1f2e..891201f 100755 (executable)
@@ -5,6 +5,25 @@
  * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter.
  */
 
+/*
+* Jalview - A Sequence Alignment Editor and Viewer
+* Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
+*
+* This program 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 2
+* of the License, or (at your option) any later version.
+*
+* This program 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 this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
+*/
+
 package vamsas.objects.simple;
 
 public class WsJobId  implements java.io.Serializable {
@@ -24,7 +43,7 @@ public class WsJobId  implements java.io.Serializable {
 
     /**
      * Gets the jobId value for this WsJobId.
-     * 
+     *
      * @return jobId
      */
     public java.lang.String getJobId() {
@@ -34,7 +53,7 @@ public class WsJobId  implements java.io.Serializable {
 
     /**
      * Sets the jobId value for this WsJobId.
-     * 
+     *
      * @param jobId
      */
     public void setJobId(java.lang.String jobId) {
@@ -44,7 +63,7 @@ public class WsJobId  implements java.io.Serializable {
 
     /**
      * Gets the status value for this WsJobId.
-     * 
+     *
      * @return status
      */
     public int getStatus() {
@@ -54,7 +73,7 @@ public class WsJobId  implements java.io.Serializable {
 
     /**
      * Sets the status value for this WsJobId.
-     * 
+     *
      * @param status
      */
     public void setStatus(int status) {
@@ -72,8 +91,8 @@ public class WsJobId  implements java.io.Serializable {
         }
         __equalsCalc = obj;
         boolean _equals;
-        _equals = true && 
-            ((this.jobId==null && other.getJobId()==null) || 
+        _equals = true &&
+            ((this.jobId==null && other.getJobId()==null) ||
              (this.jobId!=null &&
               this.jobId.equals(other.getJobId()))) &&
             this.status == other.getStatus();